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

html {
     overflow-y: scroll;
     overflow: -moz-scrollbars-vertical;
}

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:125px;
	background-image: url(http://www.action-cat.co.uk/images/banner_780x125.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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

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

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

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

.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:10px;
	height:20px;
	padding: 0 20px 0 20px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #EEEEEE;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	white-space: nowrap;
}

.btn_menu_l {
	width:10px;
	height:20px;
	padding: 0 15px 0 50px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #EEEEEE;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	white-space: nowrap;
}

.btn_menu_r {
	width:10px;
	height:20px;
	padding: 0 50px 0 15px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #EEEEEE;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	white-space: nowrap;
}

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

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

.content {
	width:600px;
	height:300px;
	padding:25px;
	border: 1px 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: right bottom;
	line-height: 12px;
}

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

.content_head {
	width:100%;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #000000;
}

.floatbox_l {
	text-align: left;
	float: left;
}

.floatbox_r {
	text-align: right;
	float: right;
}

.text_l {
	text-align:left;
}

.text_10 {
	font-size:10px;
}

.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;
}

.tbl_coll_1 {
	text-align:right;
	vertical-align:middle;
	padding:2px;
	white-space: nowrap;
}

.tbl_coll_2 {
	text-align:left;
	vertical-align:middle;
	padding:2px 0 2px 2px;
	white-space: nowrap;
}

.tbl_form_l {
	text-align:right;
	padding-top:5px;
}

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

.pic_hidden_l {
	float: left;
	display:none;
	border:solid 1px #000000;
	clear: left;
}

.pic_hidden_r {
	float: right;
	display:none;
	border:solid 1px #000000;
	clear: right;
}

.pic_icon {
	padding: 2px 0 2px 5px;
	border:none;
	width:24px;
	height:24px;
}

.btn_submit {
	width:100px;
}

.textbox {
	width:300px;
}

.textbox_s {
	width:180px;
}

.textarea {
	width:300px;
}

.float_l {
	float:left;
}
