 /* General page style. The scroll bar colours only visible in IE5.5+ */

body 
{

 background-color: #F0F0F0;

 scrollbar-face-color: #ABBED1;
	
 scrollbar-arrow-color:  #46505E;
	
 scrollbar-track-color: #D1DCE7;
	
 scrollbar-highlight-color: #C8D3E1;
	
 scrollbar-3dlight-color: #EAEFF4;
	
 scrollbar-shadow-color: #7492B6;
	
 scrollbar-darkshadow-color: #3A5370;

}

/* General font families for common tags */

font,th,td,p 
{ 
 font-family: Comic Sans MS, Arial,Helvetica, sans-serif; font-size: 14px; 
}
a 
{ 
 text-decoration: underline; color: #525E6E; 
}
a:visited	{ text-decoration: underline; color: #3E4753; }
a:hover		{ text-decoration: underline; color: #939DAE; }
a:active	{ text-decoration: underline; color: #000000; }
hr	{ height: 0px; border: solid #525E6E 0px; border-top-width: 1px;}


.maintable	
{ 
 background-color: #FFFFFF; 
 border: 0px; border-style: none;
}

.thumbtable
{
 background-color: #525E6E;
 font-weight:bold;
 margin: 5px;
 border: 1px solid #000000;
}


.thumbcell
{
 border: 1px solid #000000;
}


.thumbcaption
{
 background-color: #525E6E;
 font-weight:bold;
 padding: 5px;
}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #465B6C; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #ECF0F4;}
td.row1_over	{ background-color: #ACC0F4; }
td.row2	{ background-color: #E3EAF0; }
td.row2_over	{ background-color: #EBEFF3; }
td.row3, td.row3Right	{ background-color: #DAE3EB; }
td.row3_over	{ background-color: #E0E8EF; }
td.row4	{ background-color: #D7E0E9; }


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

/* Header cells - the blue and silver gradient backgrounds */
th, td.th	
{
 color: #525E6E; font-size: 12px; font-weight: bold;
 background-color: #DFE7EE; height: 26px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#9EB3C5; height: 28px;
}

td.th2 {background-color:#9EB3C5; height: 20px; color: #FFFFFF; }

td.spaceRow { background-color: #9EB3C5; }


/*
  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 :-)
*/

/* The largest text used in the index page title and toptic title etc. */
h1,h2	{
			font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color: #000000;
}


.linkbox
{
 text-align:center;
 font-size:14;
 font-weight:bold;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color:#000000;
 border-width: 0px;
 border-style: none;
 background:#CCCCFF
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 5px;
} 

.maintitle
{
 font-weight: 800;
 font-size: 32px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
 text-decoration: underline; 
 line-height: 120%;
 color: #3E4753;
}

.subtitle	{
			font-size: 13px; font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; color: #ECF0F4;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall, .gensmall2 { font-size : 10px; }
.gentiny { font-size: 9px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #525E6E; text-decoration: underline; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #939DAE; text-decoration: underline; }


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


/* Forum category titles */
.cattitle		
{
 font-weight: bold;
 font-size: 12px ;
 letter-spacing: 1px;
 //color: #ECF0F4
 color : #3E4753;
}

a.cattitle, a.cattitle:visited, .cattitle a, .cattitle a:visited 
{ 
 text-decoration: underline; 
 //color: #ECF0F4;
 color: #3E4753;
}
a.cattitle:hover, a.cattitle:active, .cattitle a:hover, .cattitle a:active
{
 text-decoration: underline; 
 //color: #FFFFFF;
 color : #3E4753;
}

.rowtitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color: #3E4753; }
a.rowtitle		{ text-decoration: underline; color: #3E4753; }
a.rowtitle:visited { text-decoration: underline; color: #3E4753; }
a.rowtitle:hover { text-decoration: underline; color: #F3F7FA; }
a.rowtitle:active { text-decoration: underline; color: #FFFFFF; }


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


/* 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 : #000000;}
a.nav			{ text-decoration: underline; color: #525E6E; }
a.nav:hover		{ text-decoration: underline; color: #939DAE; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: underline; color: #525E6E; }
a.topictitle:visited { text-decoration: underline; color: #3E4753; }
a.topictitle:hover	{ text-decoration: underline; color: #939DAE; }
a.topictitle:active	{ text-decoration: underline; color: #000000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size: 11px; color: #000000;}
a.name:link   { text-decoration: underline; color: #525E6E; }
a.name:visited { text-decoration: underline; color: #3E4753; }
a.name:hover	{ text-decoration: underline; color: #939DAE; }
a.name:active	{ text-decoration: underline; 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; padding: 5px;}
a.postlink:link	{ text-decoration: underline; color: #525E6E; }
a.postlink:visited { text-decoration: underline; color: #3E4753; }
a.postlink:hover { text-decoration: underline; color: #939DAE; }
a.postlink:active { text-decoration: underline; color: #000000; }


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #F3F7FA; border: #525E6E; border-style: dotted;
	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: #3E4753; line-height: 125%;
	background-color: #F3F7FA; border: #525E6E; border-style: dotted;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.oldbook
{
 font-size: 14px;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 color : #3E4753; 
 background-color: #E3EAF0;
}


/* Copyright and bottom info */
.copyright
{
 font-size: 9px;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 //color: #808080; 
 color : #3E4753; 
 letter-spacing: -1px;
}

a.copyright, a.copyright:visited, .copyright a, .copyright a:visited
{
 //color: #808080;
 color : #3E4753; 
 text-decoration: none;
}

a.copyright:hover, .copyright a:hover, a.copyright:active, .copyright a:active 
{
 color: #000000;
 text-decoration: underline;
}

.copyright2
{
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 //color: #FFFFFF;
 color : #3E4753; 
 font-weight: bold;
}

a.copyright2, a.copyright2:visited, .copyright2 a, .copyright2 a:visited
{
 text-decoration: underline; 
 color : #3E4753; 
 //color: #FFFFFF;
}
a.copyright2:hover, .copyright2 a:hover { text-decoration: underline; color: #ACC0F4; }
a.copyright2:active, .copyright2 a:active 
{
 text-decoration: underline;
 //color: #FFFFFF;
 color : #3E4753; 
}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

form { display: inline; }

/* 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: #EAEFF4;
	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 ;)
*/
input.helpline { background-color: #D7E0E9; border: solid 1px #D7E0E9; }

