body { background-color:#F9F9F9;}

/* General font families for common tags */
body,th,td,p,div { font-family: Verdana, Arial, Helvetica, sans-serif }
p, td		{ font-size : 12; color : 000000; }
a:link,a:active,a:visited { color : #D70000; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr		{ height: 0px; border: solid #990000 0px; border-top-width: 1px;}

/* Main table cell colours and backgrounds */
.row1	{ background-color: #EAE8CF; }
.row2	{ background-color: #DFDFB9; }
.row3	{ background-color: #EAE8CF; }
div p {max-width : 500px;}
h3 { font-size : 14px }

/* 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 : #D70000;
}

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


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


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


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

/* Number of posts, topics, date etc in Forum index; and on bars in viewtopic*/
.forumdetails		{ font-size : 10px; color : #FFFFCC; }
a.forumdetails		{ color: #FFFFCC; text-decoration: none; }
a.forumdetails:hover	{ color: #CC9933; text-decoration: underline; }


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


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


/* 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; line-height: 18px}
a.postlink	{ text-decoration: none; color : #D70000	 }
a.postlink:visited { text-decoration: none; color : #CC9933; }
a.postlink:hover { text-decoration: underline; color : #D68000 }


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; 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: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; 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;
}
/* Copyright and bottom info */
.copyright		{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #555555; font-size: 10px; letter-spacing: -1px;}
a.copyright		{ color: #333333; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}
.error { max-width : 500px; padding : 3px; border : #f00 2px solid; font: bold 15px Arial;}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");