/* General page style. The scroll bar colours only visible in IE5.5+ */
body    { background-color: #272727; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-darkshadow-color: #98AAB1; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #333333; scrollbar-shadow-color: #DEE3E7; scrollbar-track-color: #EFEFEF   }

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


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

/* This is the outline round the main forum tables */
.forumline	 { background-color: #333333; border: solid 2px #a88801 }


/* Main table cell colours and backgrounds */
td.row1	 { background-color: #272727 }
td.row2	 { background-color: #3c3c3c }
td.row3	 { background-color: #272727 }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic  { background: #414141 url(images/cellpic5.jpg) repeat-y }

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

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom   { background: #000 url(images/cellpic6.gif); border: solid #000; height: 28px }


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR   { font-weight: bold; height: 28px; border: solid #272727 }
td.row3Right,td.spaceRow   { background-color: #3c3c3c; border: solid #272727 }

th.thHead,td.catHead   { font-size: 14px; border-width: 1px 1px 0px 1px; border-color: #000 }
th.thSides,td.catSides,td.spaceRow	  { border-width: 0px 1px 0px 1px; border-color: #000 }
th.thRight,td.catRight,td.row3Right	  { border-width: 0px 1px 0px 0px; border-color: #000 }
th.thLeft,td.catLeft	   { border-width: 0px 0px 0px 1px; border-color: #000 }
th.thBottom,td.catBottom   { border-width: 0px 1px 1px 1px; border-color: #000 }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	    { color: #fff; font-size: 12px; font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif; font-weight: bold; line-height: 120%; text-decoration: none }


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


/* The register, login, search etc links at the top of the page */
.mainmenu		  { color: #a88801; font-size: 12px }
a.mainmenu		 { color: #a88801; text-decoration: none }
a.mainmenu:hover { color: #f3cf39; text-decoration: underline }


/* Forum category titles */
.cattitle		  { color: #a88801; font-weight: bold; font-size: 14px; letter-spacing: 1px }
a.cattitle		 { color: #a88801; text-decoration: none }
a.cattitle:hover { color: #f3cf39; text-decoration: underline }


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


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


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


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

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


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


/* Quote & Code blocks */
.code   { color: #0f0; font-size: 12px; font-family: Courier, "Courier New", sans-serif; background-color: #000; border: solid 1px #d1d7dc }

.quote    { color: white; font-size: 11px; line-height: 125%; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #000; border: solid 1px #d1d7dc }


/* Copyright and bottom info */
.copyright		  { color: #ccc; font-size: 10px; font-family: Arial, Helvetica, Verdana, sans-serif; letter-spacing: -1px }
a.copyright		 { color: #ccc; text-decoration: none }
a.copyright:hover  { color: #fff; text-decoration: underline }


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

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

input    { text-indent: 2px }

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

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

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	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: #ccc; border-style: none }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

