/*
CSS Style Sheet for Centralhp
*/

 /* Table Borders */
.tableborder1 {BORDER-RIGHT: #555555 1px solid; BORDER-TOP: #555555 1px solid; BORDER-LEFT: #555555 1px solid; BORDER-BOTTOM: #555555 1px solid}
.tableborder2 {BORDER-RIGHT: #000000 2px solid; BORDER-TOP: #000000 2px solid; BORDER-LEFT: #000000 2px solid; BORDER-BOTTOM: #000000 2px solid}

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	/*background-repeat: repeat;*/
	background-attachment: fixed
	background-color: #464646; 
        scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CACACA;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #000000;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #880000; }
a:hover { text-decoration: underline; color : #ffffff; background: #660000 }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px; }

a.nav:link,a.nav:active,a.nav:visited { color : #880000; }
a.nav:hover { text-decoration: underline; color : #ffffff; background: #880000 }

a.whitenav:link,a.whitenav:active,a.whitenav:visited { color : #FFFFFF; }
a.whitenav:hover { text-decoration: underline; color : #FFFFFF; background: #880000 }

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* General text */
.gen { font-size : 8px; }
.genmed { font-size : 8px; }
.gensmall { font-size : 8px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #EFEFEF;
	font-weight : normal;
	border-width: 1px 1px 1px 1px;
}