/* action-cat.co.uk CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	vertical-align: top;
}

body {
	background-color: #FFFFFF;
}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.interface_top {
	width:780px;
	height:150px;
	background-image: url(http://www.action-cat.co.uk/images/banner_780x125.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.interface_menu {
	height:30px;
	background-image: url(http://www.action-cat.co.uk/images/menubar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.interface_menu_l {
	background-image: url(http://www.action-cat.co.uk/images/menubar_l.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.interface_menu_r {
	background-image: url(http://www.action-cat.co.uk/images/menubar_r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.interface_mid {
	padding-top:10px;
}

.interface_bot {
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	padding: 10px;
}

.container_menu {
	width:150px;
}

.btn_menu {
	width:110px;
	height:30px;
	background-image: url(http://www.action-cat.co.uk/images/btn_menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.btn_menu_end_l {
	background-image: url(http://www.action-cat.co.uk/images/menuend_l.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}

.btn_menu_end_r {
	background-image: url(http://www.action-cat.co.uk/images/menuend_r.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.content {
	width:600px;
	height:300px;
	padding:25px;
	border: thin solid #000000;
	background-color: #EEEEEE;
	color: #000000;
	background-image: url(http://www.action-cat.co.uk/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 12px;
}

.text_l {
	text-align:left;
}

.text_12 {
	font-size:12px;
}

.text_12b {
	font-size:12px;
	font-weight:bold;
}

.text_16 {
	font-size:16px;
}

.text_16b {
	font-size:16px;
	font-weight:bold;
}

.text_18 {
	font-size:18px;
}

.page_title {
	width: 200px;
	font-size: 16px;
	text-align:right;
	margin-bottom:15px;
	padding-bottom:10px;
	background-image: url(../images/title_uline.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	float:right;
	white-space:nowrap;
}

.pic_tl {
	float: left;
	border: none;
}

.pic_hidden {
	float: left;
	display:none;
	border:solid thin #000000;
	clear: left;
}

.btn_submit {
	width:150px;
}

.textbox {
	width:300px;
}

.textarea {
	width:300px;
}