/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	scrollbar-face-color: #D0D0A8;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}


/* General font families for common tags */
font, th, td, p { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 12px; }
a:link, a:active, a:visited { text-decoration: underline; color: #310000; }
a:hover { text-decoration: none; color: #310000; }
hr { height: 0px; border: solid #AF9E89 0px; border-top-width: 1px;}


/* This is the line in the posting page which shows the rollover
   help line. This is actually a text box, but if set to be the same
   colour as the background no one will know ;)
*/
.helpline { background-color: #F7F3DE; border-style: none; }


/* Form elements */
input, textarea, select {
	color : #000000;
	font: normal 12px "Arial", "Helvetica", "sans-serif";
	border-color: #000000;
	text-indent : 2px;
}

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


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


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


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


/* General text */
.gen { font-size : 14px; }
.genmed { font-size : 13px; }
.gensmall { font-size : 11px; }


/* Location, number of posts, post date etc */
.postdetails { font-size : 12px; }
.postbody { font-size : 12px;}


/* Head style */
.date { font-size: 11px; color: #310000; }
.title { font-size: 12px; color: #310000; font-weight : bold; }
.content { font-size: 11px; color: #310000; }
.contentLarge { font-size: 12px; color: #310000; }

.itemborder { border-color: #AF9E89; }

a.itemNav:link, a.itemNav:active, a.itemNav:visited { text-decoration: underline; color: #FFFFFF; }
a.itemNav:hover { text-decoration: none; color: #FFFFFF; }

td.rowBottom { background-image: url("images/h_line.gif"); }
td.milestoneRow { background-color: #DFD6BC; color: #310000; }
td.itemRow { background-color: #9B876F; color: #FFFFFF; }
td.row1 { background-color: #D9D5B8; }
td.row2 { background-color: #F5DAB4; }
td.row3 { background-color: #EDCADE; }
td.row4 { background-color: #B3D9DA; }


/* Shop description */
.shopdesc {
	font-size: 12px;
	color: 310000;
	line-height: 18px;
}


/* Footer style */
.footer {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #310000;
}

/* Main table */
.mainline { background-color: #F7F3DE; }


/* sub Menu style */
.subMenu { background-color: #DFD6BC; border: 1px #AF9E89 solid; }


/* Administration style */
.adminline	{ border: 2px #AF9E89 solid; }
.adminbg	{ background-color: #AF9E89; }

th.adminthHead { background-color: #AF9E89; color: #EEEEEE; }
td.adminRowRight { background-image: url("admin/images/v_line.gif"); width: 25px; }
td.adminRowBottom { background-image: url("admin/images/h_line.gif"); }
td.adminRowCorner { background-image: url("admin/images/r_corn.gif"); background-repeat: no-repeat; }

.adminborder { border-color: #AF9E89; }
a.admin:link, a.admin:active, a.admin:visited { text-decoration: underline; color: #AF9E89; }
a.admin:hover { text-decoration: none; color: #AF9E89; }