 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #5F717F;
	margin: 0;
}

/* General font families for common tags */
font,th,td,p { font: 10px Verdana, Helvetica, sans-serif; }
a:link,a:visited { color: #FFFFFF; text-decoration: none; }
a:hover { text-decoration: underline; }
hr { height: 0px; border: 0px solid #000000; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline { background-color: #5F717F; }

/* This is the outline round the main forum tables */
.forumline { background-color: #000000; border: 1px solid #000000; margin-bottom: 10px; }

/* Main table cell colours and backgrounds; fontcolor BBcode select box */
td.row1,.font_select { background-color: #5F717F; }
td.row2 { background-color: #546169; }
td.row3 { background-color: #495962; }

/* Header cells - the blue and silver gradient backgrounds */
th { color: #FF9933; font-weight: bold; font-size: 11px;
	 background: #546169 url(images/cellpic2.gif); height: 25px; }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background: #546169 url(images/cellpic.gif);
	border: solid #000000; height: 29px; }

/* Setting additional nice inner borders for the main table cells. */
td.cat,td.catLeft,td.catHead,td.catBottom { border-width: 0; }

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #495962; }

th.thHead { font-size: 12px; border-width: 1px 1px 0 1px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0 1px 0; }
th.thRight,td.catRight,td.row3Right { border-width: 0 1px 0 0; }
th.thLeft { border-width: 0 0 0 1px; }
th.thBottom { border-width: 0 1px 1px; }
th.thTop	 { border-width: 1px 0 0; }
th.thCornerL { border-width: 1px 0 0 1px; }
th.thCornerR { border-width: 1px 1px 0 0; }

/* General text */
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen,.genmed,.gensmall { color: #000000; }
a.gen,a.genmed,a.gensmall { color: #FFFFFF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ text-decoration: underline; }

/* Start add - Admins/mods color management MOD */
.admincolor,a.admincolor:link,a.admincolor:visited {
	color: #CC0000;
	text-decoration: none; }
a.admincolor:hover { text-decoration: underline; }
.modcolor,a.modcolor:link,a.modcolor:visited {
	color: #000099;
	text-decoration: none; }
a.modcolor:hover { text-decoration: underline; }
/* End add - Admins/mods color management MOD */

/* The register, login, search etc links at the top of the page */
.mainmenu { font: 10px Verdana, Helvetica; color: #000000; white-space: nowrap; }
a.mainmenu { color: #FFFFFF; text-decoration: none; }
a.mainmenu:hover { text-decoration: underline; }

/* Forum category titles */
.cattitle { letter-spacing: 1px; }
a.cattitle { color: #FFFFFF; text-decoration: none; }
a.cattitle:hover { text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color: #006699; }
a.forumlink { color: #FFFFFF; text-decoration: none; }
a.forumlink:hover { text-decoration: underline; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 11px; color: #000000; }
a.nav { text-decoration: none; color: #FFFFFF; }
a.nav:hover { text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle { font-weight: bold; font-size: 11px; color: #000000; }
a.topictitle:link { color: #FFFFFF; text-decoration: none; }
a.topictitle:hover { text-decoration: underline; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size: 11px; color: #000000; }

/* Location, number of posts, post date etc */
.postdetails { font-size: 10px; color: #000000; }

/* The content of the posts (body of text) */
.postbody { font-size: 12px; }
a.postlink:link	{ color: #FFFFFF; text-decoration: none; }
a.postlink:hover { text-decoration: underline; }

/* Quote, Code, & PHP blocks */
.code,.quote,.php { color: #000000; border: 1px solid #000000; background-color: #8E969B; }
.code,.php,code { font: 11px "Courier New", sans-serif; }
.quote { font: 11px Verdana, Helvetica, sans-serif; line-height: 125%; }
.php { background-color: #CCCCCC; }

/* Copyright and bottom info */
.copyright { font: 10px Verdana, Helvetica, sans-serif; color: #000000; letter-spacing: -1px; }

/* Form elements */
input,textarea,select {
	color: #000000; border-color: #000000;
	font: normal 11px Verdana, Helvetica, sans-serif; }
/* The text input fields background colour */
input.post, textarea.post, select { background-color: #8E969B; }
input { text-indent: 2px; }

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

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

/* None-bold submit button */
input.liteoption { background-color: #BDBFC0; font-weight: normal; }

/* 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: #546169; border-style: none; }

/* Banner css */
#banner {
	background: #374752 url(images/banner.jpg) no-repeat top left;
	height: 105px; cursor: pointer; padding: 0 389px 0; }
#bottom { background: url(images/banner_bottom_bg.gif) repeat-x top left; }
#bottoml {
	background: url(images/banner_bottom.gif) no-repeat;
	height: 31px; padding: 0 0 0 95px;
	white-space: nowrap; }
#top {
	background: url(images/banner_top_bg.gif) repeat-x top left; }
#topl {
	background: url(images/banner_top.gif) no-repeat;
	width: 95px; height: 17px; overflow: hidden; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");