


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

/* General font families for common tags */
font,th,td,p { font-family: Helvetica, Arial, sans-serif; }
a:link,a:active,a:visited { color: #660000; text-decoration: none;}
a:hover { color: #990000; }


hr	{ height: 0px; border: solid #000000 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #191919; border: 0px #c0c0c0 solid; }

/* This is the outline round the main forum tables */
.forumline	{ border: 2px #660000 solid; }


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


/*
  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-image: url(images/cellpic2.jpg);
		
}

/* Header cells - gradient backgrounds */
th	{
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #999999; height: 23px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color: #999999; height: 23px;
			margin-left: 10px;
}


/*
  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-family: Helvetica, Arial, sans-serif; font-size:12px; font-weight: bold; border: #999999; border-style: solid; height: 23px; text-align: center; }
td.row3Right,td.spaceRow {
	background-color: #c2c2c2; }

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


/* The largest text used in the index page title and toptic title etc. */
.maintitle,a.maintitle,h1,h2	{
			font-weight: bold; 
			font-size: 18px; 
			font-family: Helvetica, Arial, sans-serif;
			text-decoration: none; 
			line-height : 18px; 
			color : #660000;
}


/* General text */
.gen { font-size: 11px; color: #FFFFFF; }
.genmed { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }
.gensmall_black { font-size: 11px; color: #000000; }
.gensmall { font-family:  Helvetica, Arial, sans-serif; font-size: 11px; line-height: 13px }

a.gen,a.genmed,a.gensmall { color: #660000; font-size: 11px; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #990000; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #330000; font-size: 11px; text-decoration: none; }


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

.mainmenuseparator { font-size : 11px; color : #333333 }


/* Forum category titles */
.cattitle		{ font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 12px; color: #FFFFFF; }
a.cattitle		{ font-weight: bold; font-size: 12px; text-decoration: none; color: #FFFFFF; }
a.cattitle:hover { font-weight: bold; font-size: 12px; text-decoration: none; color: #CC0000; }
a.cattitle:visited	{ font-weight: bold; font-size: 12px ; color: #cccccc; }


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


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 12px; color: #333333; }
a.nav		{ font-weight: bold; text-decoration: none; color: #990000; }
a.nav:hover	{ font-weight: bold; text-decoration: none; color: 660000; }


/* titles for the topics: could specify viewed link colour too */
.topictitle { font: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 12px; color: #000000; }
a.topictitle:link { text-decoration: none; color : #660000; }
a.topictitle:hover	{ text-decoration: none; color : #990000; }
a.topictitle:visited { text-decoration: none; color : #330000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}
a.name:link { text-decoration: none; color : #660000; }
a.name:hover	{ text-decoration: none; color : #990000; }
a.name:visited { text-decoration: none; color : #330000; }


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


/* The content of the posts (body of text) */
.postbody { font-family: Helvetica, Arial, sans-serif; font-size : 11px; color:#000000;}
.postbody a { text-decoration: underline; color : #660000 }
a.postlink:link {  text-decoration: underline; color : #660000 }
a.postlink:hover { text-decoration: underline; color : #990000}
a.postlink:visited { text-decoration: underline; color : #660000; }



/* Quote & Code blocks */
.code {
	font-family: "Courier New", Courier, mono, sans-serif; font-size: 11px; color: #990000;
	background-color: #dcdcdc; border: #660000; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

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


/* Copyright and bottom info */
.copyright { font-size: 9px; font-family: Verdana, Arial, sans-serif; color: #999999; }
a.copyright { color: #999999; font-weight: bold; text-decoration: none;}
a.copyright:hover { color: #990000; font-weight: bold; text-decoration: none;}


/* Form elements */
input,textarea, select {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 3px 2px 2px 3px;
	padding-left: 2px;
}

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

input { text-indent : 2px; }

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

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

/* None-bold submit button */
input.liteoption {
	color: #FFFFFF;
	background-color: #660000;
	border-color: #330000;
	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: #9c9c9c; border-style: none; }


/* Edited by Steven on 4-4-07 */
/* Begin Banner Ad Mod */
td.inlineadtitle {
	background-color: #9c9c9c;
	border: #9c9c9c; 
	border-style: solid;
	border-width: 1px;
}

td.inlinead {
	background-color:#9c9c9c;
	border: #9c9c9c;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
/* End Banner Ad Mod */
/* End edits by Steven */

/* Edited by Brad on 06-23-2007 */
/* Support for forum open/closure notices. */
.forum_status {
	font-size: 13px;
	line-height: 20px;
}	
.forum_open {
	color: #55FF55;
}
.forum_closed {
	color: #333333;
}
/* End edits by Brad */

/* Edited by Brad on 7-13-07 */
/* Forum bulletins */
a.forum_bulletin:link { color: #990000; }

a.forum_bulletin:visited { color: #330000; }

a.forum_bulletin:hover { color: #660000; }

a.forum_bulletin2:link { color: #660000; }

a.forum_bulletin2:visited { color: #330000; }

a.forum_bulletin2:hover { color: #990000; }

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