body { 
	background-color: #666666;
	scrollbar-face-color: #0F325E;
	scrollbar-highlight-color: #0F326A;
	scrollbar-shadow-color: #0F325E;
	scrollbar-3dlight-color: #0F3255;
	scrollbar-arrow-color:  #FBF8FA;
	scrollbar-track-color: #0F326A;
	scrollbar-darkshadow-color: #0F326A;
}

/* General font families for common tags */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}
a:link,a:active,a:visited { color : #3C7591; }
a:hover		{ text-decoration: underline; color : #FF6600; }
hr	{
	height: 1px;
}

/* This is the border line & background colour round the entire page */
.bodyline	{
	background-color: #CCDDD5;
	border: 1px solid #339966;
	padding: 7px;
}

/* This is the outline round the main forum tables */
.forumline	{
	background-color: #E7E9EB;
	border: thin dotted #33CC99;
}

/* Main table cell colours and backgrounds */
td.row1	{
	background-color: #E1E1E1;
	width: auto;
}
td.row1:hover {
	background-color: #EAEAEA;
}
td.row2	{ background-color: #D3DADA; }
td.row3	{ background-color: #DDE4E6; }

/*
  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-color: #EAEAEA;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #669999; font-size: 11px; font-weight : bold; 
	background-color: #D2D9D9; height: 20px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color:#8BB6B6;
	height: 20px;
}

/*
  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: 15px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold;
	height: 22px;
}
td.row3Right,td.spaceRow {
	background-color: #D3DADA;
}

th.thHead,td.catHead {
	font-size: 12px;
	border: thin dotted #FFFFFF;
	background-color: #8BB6B6;
}
th.thSides,td.catSides,td.spaceRow	 { }
th.thRight,td.catRight,td.row3Right	 { }
th.thLeft,td.catLeft	  {
	background-color: #EAEAEA;
}
th.thBottom,td.catBottom  { }
th.thTop	 {
}
th.thCornerL {

}
th.thCornerR { }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #33CC66;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #333333; }
a.gen,a.genmed,a.gensmall { color: #999999; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FF9900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #AAAFB0 }
a.mainmenu		{ text-decoration: none; color : #666666;  }
a.mainmenu:hover{ text-decoration: underline; color : #339966; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #666666}
a.cattitle		{ text-decoration: none; color : #333333; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #999999; }
a.forumlink 	{ text-decoration: none; color : #339966; }
a.forumlink:hover{ text-decoration: underline; color : #FF9201; }

/* 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 : #333333;}
a.nav			{ text-decoration: none; color : #003366; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #FF6600; }
a.topictitle:link   { text-decoration: none; color : #333333; }
a.topictitle:visited { text-decoration: none; color : #666666; }
a.topictitle:hover	{ text-decoration: underline; color : #FF6600; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #666666;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #5C706B; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #666666}
a.postlink:visited { text-decoration: none; color : #FDECEF; }
a.postlink:hover { text-decoration: underline; color : #F598B0}

/* Quote & Code blocks */
.code { 
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FFFFFF; border: 1px solid #666666
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; line-height: 125%;
	background-color: #C2D6D0; border: 1px dashed #0F3255
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999; letter-spacing: -1px;}
a.copyright		{ color: #FFFFFF; text-decoration: none;}
a.copyright:hover { color: #AAAFB0; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #000000;
	border-color : #AAAFB0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 5px;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #D9DFDA;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #666666;
	color : #CCCCCC;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #A3F4DE;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #66CC99;
	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: #999999; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
/* Fancy form styles for IE */

input, textarea, select {
	border: 1px solid #336666;
}

input { text-indent : 2px; }

input.button {
	border: 1px solid #003366;
}

.postbody { line-height: 15px}
 
