body   {
	background: white;
}

font,th,td,p  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;
}

hr {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #666666;
	height: 0px;
}

.forumline {
	border: 2px solid #b5b5b5;
	background-color: #b5b5b5;
	/* was 7a7a7a */
}

/* Main table cell colours and backgrounds */

td.row1	  {
	background-color: #FFFFFF;
	background-image: url(/forum/images/main_back.gif);
}

td.row2	   {
	background-color: #FFFFFF;
	border: none;
	background-image: url(/forum/images/main_back.gif);
}

td.row3	{
	background-color: #FFFFFF;
	background-image: url(/forum/images/main_back.gif);
}

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

/* Header cells - the blue and silver gradient backgrounds */

th	  {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	background: #dddddd;
	/*
		border: 1px solid #b5b5b5;
		background: #FFFFFF url(/forum/images/cellpic3.gif);
	*/
	height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom  {
	background: #e7e7e7;
	/* background: #d1d7dc url(/forum/images/cellpic1.gif); */
	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;
}

td.row3Right,td.spaceRow   {
	background-color: #FFFFFF;
	background-image: url(/forum/images/main_back.gif);
}

th.thHead,td.catHead  {
	font-size: 12px;
}

th.thSides,td.catSides,td.spaceRow {

}

th.thRight,td.catRight,td.row3Right	  {

}

th.thLeft,td.catLeft	   {

}

th.thBottom,td.catBottom   {

}

th.thTop	  {

}

th.thCornerL  {

}

th.thCornerR  {

}

/* This h1 is here for when in admin center */

h1 {
	text-align: center;
	font-size: 18px;
	color: #006600;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Arial;
	margin-bottom: 10px;
}


/* The largest text used in the index page title and toptic title etc. */

.maintitle {	/* h1,h2 */
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.maintitle, a {	/* h1,h2 */
	text-decoration: underline;
}

/* General text */

.gen {
	font-size : 12px;
	text-decoration: none;
}

.genmed {
	font-size : 11px;
	text-decoration: none;
}

.gensmall {
	font-size : 10px;
	text-decoration: none;
}

.gen,.genmed,.gensmall  {
	color: #000000;
	text-decoration: none;
}

a.gen,a.genmed,a.gensmall {
	color: #006600;
	text-decoration: underline;
}

a.gen:hover,a.genmed:hover,a.gensmall:hover	  {
	color: #009900;
	text-decoration: none;
}

/* The register, login, search etc links at the top of the page */

.mainmenu		  {
	color: #000000;
	font-size: 11px;
}

a.mainmenu	{
	color: #004400;
	text-decoration: underline;
}

a.mainmenu:hover  {
	color: #006600;
	text-decoration: none;
}

/* Forum category titles */

.cattitle {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

a.cattitle {
	color: #000000;
	text-decoration: underline;
}

a.cattitle:hover {
	color: #666666;
	text-decoration: none;
}

/* Forum title: Text and link to the forums used in: index.php */

.forumlink {
	color: #2B58B3;
	font-weight: bold;
	font-size: 12px;
}

a.forumlink {
	color: #006600;
	text-decoration: underline;
}

a.forumlink:hover {
	color: #009900;
	text-decoration: none;
}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */

.nav {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

a.nav {
	color: #006600;
	text-decoration: underline;
}

a.nav:hover	{
	color: #009900;
	text-decoration: none;
}

/* titles for the topics: could specify viewed link colour too */

.topictitle	{
	color: #000000;
	font-weight: bold; font-size: 11px;
}

a.topictitle:link {
	color: #009900;
	text-decoration: none;
}

a.topictitle:visited {
	color: #006600;
	text-decoration: none;
}

a.topictitle:hover {
	color: #00bb00;
	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;
}

a.postlink:link	{
	color: #006600;
	text-decoration: underline;
	/* border-bottom: 1px dotted #006600; */
}

a.postlink:visited {
	color: #004400;
	text-decoration: underline;
	/* border-bottom: 1px dotted #004400; */
}

a.postlink:hover {
	color: #009900;
	text-decoration: none;
	/* border-bottom: none; */
}

/* Quote & Code blocks */

.code   {
	color: #333333;
	font-size: 11px;
	font-family: Courier, "Courier New", sans-serif;
	background-color: #E2E9E3;
	border: solid 1px #20242e;
}

.quote   {
	color: #333333;
	font-style: normal;
	font-size: 11px;
	line-height: 125%;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
	border: solid 1px #20242e;
}

/* Copyright and bottom info */

.copyright		 {
	color: #000000; font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.copyright		 {
	color: #000000; text-decoration: none;
}

a.copyright:hover  {
	color: #009900;
	text-decoration: none;
}

/* 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: #555555;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #99CCFF;
}

/* The main submit button option */

input.mainoption  {
	font-weight: bold;
	background-color: #CCCCCC;
}

/* None-bold submit button */

input.liteoption  {
	font-weight: normal;
	background-color: #CCCCCC;
}

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

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

@import url("formIE.css");