body
{
	background-color: #000000;
	margin: 0px;
	color: #ffffff;
}

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

.forumline	  { background-color: #000000; border: solid 2px #ffffff }

/* Main table cell colours and backgrounds */
td.row1	  { background-color: #ffffff; color: #000000; border-color: #000000 }
td.row2	   { background-color: #ffffff; color: #000000; border: none }
td.row3	  { background-color: #ffffff; color: #000000; border-color: #000000}

td.row1bis	  { background-color: #000000; color: #ffffff; border-color: #ffffff }
td.row3bis	  { background-color: #000000; color: #ffffff; border-color: #ffffff}

/*
  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: #ffffff url('images/cellpic2.jpg') repeat-x;  }

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

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom  { background: url('images/cellpic1.gif'); height: 28px; }

td.test {
/*valign: middle; */
line-height: 18px;
text-align: center;
background: url('images/wow_nav_back.jpg');
}


/*
  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 }
td.row3Right, td.spaceRow   { background-color: #ffffff }

th.thHead, td.catHead  { font-size: 12px }
th.thSides, td.catSides, td.spaceRow	  { color: #ffffff }
th.thRight, td.catRight, td.row3Right	  {  }
th.thLeft, td.catLeft	   { }
th.thBottom, td.catBottom   { }
th.thTop, th.thCornerL , th.thCornerR  { color: #ffffff }
th.thCornerL  { }
th.thCornerR  { }
th.thLeft, th.thRight, th.thhead	{ color: #ffffff }

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


/* General text */
.gen { font-size : 12px; }
.genbis { font-size : 12px; color: #ffffff;}
.genmed { font-size : 11px; color: #ffffff;}
.gensmall { font-size : 10px; }
.gensmallter { font-size : 10px; color: #ffffff;}
.genmedbis { font-size : 11px; color: #000000;}
.gensmallbis  { font-size : 10px; color: #ffffff; }
.gen, .gensmall  { color: #000000; }
a.gen, a.genmed, a.gensmall   { color: #000000; text-decoration: none }
a.gen:hover, a.genmed:hover, a.gensmall:hover	  { color: #D96033; text-decoration: underline }
a.gen:visited, a.gensmall:visited	  { color: #000000; }
a.genmed:visited	{ color: #ffffff; }
a.gensmallbis	{ color: #ffffff; }
a.gensmallbis:hover	{ color: #D96033; }
a.gensmallbis:visited	{ color: #ffffff; }

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


/* Forum category titles */
.cattitle		  { color: #ffffff; font-weight: bold; font-size: 12px; letter-spacing: 1px }
a.cattitle		  { color: #ffffff; text-decoration: none }
a.cattitle:visited	  { color: #ffffff; text-decoration: none }
a.cattitle:hover  { color: #D96033 }

.cattitlebis		  { color: #D96033; font-weight: bold; font-size: 12px; letter-spacing: 1px }
a.cattitlebis		  { color: #ffffff; text-decoration: none }
a.cattitlebis:visited	  { color: #ffffff; text-decoration: none }
a.cattitlebis:hover  { color: #ffffff }


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



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

.navbis			  { color: #000000; font-weight: bold; font-size: 10px }
a.navbis			  { color: #000000; text-decoration: none }
a.navbis:visited  { color: #000000; text-decoration: none }
a.navbis:hover		  { color: #D96033; text-decoration: underline }

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

.topictitlebis			  { color: #ffffff; font-weight: bold; font-size: 11px }
a.topictitlebis     { color: #ffffff; text-decoration: none }
a.topictitlebis:link     { color: #ffffff; text-decoration: none }
a.topictitlebis:visited   { color: #ffffff; text-decoration: none }
a.topictitlebis:hover	  { color: #D96033; text-decoration: underline }

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

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


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


/* Quote & Code blocks */
.code   { color: #d3d3d3; font-size: 11px; font-family: Courier, "Courier New", sans-serif; background-color: #6175a0; border: solid 1px #20242e }

.quote   { color: #666666; font-style: italic; font-size: 11px; line-height: 125%; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ffffff; border: dotted 1px #666666 }


/* Copyright and bottom info */
.copyright		 { color: #ffffff; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px }
a.copyright		 { color: #ffffff; text-decoration: none }
a.copyright:hover  { color: #D96033; 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  { color: #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ffffff; border: solid; border-width: 1px; }
input.button:hover { color: #D96033; }

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

/* None-bold submit button */
input.liteoption  { font-weight: bold; color: #000000; border: solid; border-width: 1px; background-color: #ffffff }
input.liteoption:hover { color: #D96033; }

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


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