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

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


/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #000066; height: 25px; }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color:#000066; border: #999999; border-style: solid; height: 28px; } 


th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	color: #FFCC66;
	font-size: 11px;
    border: #FFFFFF;
    border-style: solid;
    height: 20px; }

td.spaceRow {
	background-color: #000066; border: #FFFFFF; border-style: solid; }

td.row3Right {
	background-color: #000033; border: #FFFFFF; border-style: solid; }

td.postSpace {
	background-color: #000066; border: #FFFFFF; border-style: solid; }


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


/* General text */
.gen 					{ font-size : 12px; }
.genmed 				{ font-size : 11px; }
.gensmall				{ font-size : 10px; }
.gen,.genmed,.gensmall 	{ color : #FFFFFF; }

a.gen,			a.genmed,			a.gensmall 			{ color: #FFCC66; text-decoration: none; }
a.gen:hover,	a.genmed:hover,		a.gensmall:hover	{ color: #FFFFFF; text-decoration: none; }
a.gen:visited,	a.genmed:visited,	a.gensmall:visited	{ text-decoration: none; }
a.gen:active,	a.genmed:active,	a.gensmall:active	{ text-decoration: none; }

/* The register, login, search etc links at the top of the page */
.mainmenu			{ font-size : 11px; color : #FFFFFF }
a.mainmenu			{ text-decoration: none; color : #FFCC66;  }
a.mainmenu:hover	{ text-decoration: none; color : #FFFFFF; }
a.mainmenu:active	{ text-decoration: none; }
a.mainmenu:visited	{ text-decoration: none; }
 
 
/* Forum category titles */
.cattitle			{ font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #FFFFFF}
a.cattitle			{ text-decoration: none; color : #FFCC66; }
a.cattitle:hover	{ text-decoration: none; color : #FFFFFF; }
a.cattitle:active	{ text-decoration: none; }
a.cattitle:visited	{ text-decoration: none; }

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


/* 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 : #FFFFFF;}
a.nav			{ text-decoration: none; color : #FFCC66; }
a.nav:hover		{ text-decoration: none; color : #FFFFFF; }
a.nav:visited	{ text-decoration: none; }
a.nav:active	{ text-decoration: none; }


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


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

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


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

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

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #FFFFFF;
	background-color: #000066; border: #999999; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; line-height: 125%;
	background-color: #000066; border: #999999; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


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

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