 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E4D8CA;
	scrollbar-face-color: #bda691;
	scrollbar-arrow-color:  #5a3818;
	scrollbar-track-color: #c3b09f;
	scrollbar-highlight-color: #d1c5bb;
	scrollbar-3dlight-color: #e5dcd5;
	scrollbar-shadow-color: #8c6239;
	scrollbar-darkshadow-color: #5a3818;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
a { text-decoration: underline; color: #3e4753; }
a:visited	{ text-decoration: underline; color: #3e4753; }
a:hover		{ text-decoration: underline; color: #990000; }
a:active	{ text-decoration: underline; color: #222222; }
hr	{ height: 0px; border: solid #D7E0E9 0px; border-top-width: 1px;}


.maintable	{ background-color: #ffffff; border: #465B6C; border-style: solid;
	border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; }
/* This is the outline round the main forum tables */
.forumline	{ background-color: #465B6C; }

.sidetable	{ background-color: #f2ece4; border: solid #754c24 1px; }



/* Main table cell colours and backgrounds */
td.row1	{ background-color: #ECF0F4; }
td.row1_over	{ background-color: #F3F7FA; }
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: #660000; font-size: 12px; font-weight: bold;
	background-color: #E3EAF0 ; height: 26px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#8c6239; height: 28px;
}

td.th2 {background-color:#8c6239; height: 20px; color: #ffffff; }

td.spaceRow { background-color: #8c6239; }


/* The largest text used in the index page title and toptic title etc. */
h1	{
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #004263;
	margin:0px;
	padding:0px;
}

h2	{
			font-weight: bold; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color: #222222;
}
.maintitle	{
			font-weight: bold; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height: 120%; color: #222222;
}
.subtitle	{
			font-size: 13px; font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; color: #222222;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall, .gensmall2 { font-size : 10px; }
.gentiny { font-size: 9px; }
.sm8 { font-size: 8px; }

.gen,.genmed,.gensmall { color : #222222; }
a.gen,a.genmed,a.gensmall { color: #3e4753; text-decoration: underline; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #990000; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size: 11px; color: #222222; }
a.mainmenu		{ text-decoration: underline; color: #3e4753;  }
a.mainmenu:hover{ text-decoration: underline; color: #990000; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 13px ; color: #ffffff; }
.sideboxTitle	{ font-weight: bold; font-size: 13px ; color: #465b6c; }

a.cattitle, a.cattitle:visited, .cattitle a, .cattitle a:visited { text-decoration: none; color: #ffffff; }
a.cattitle:hover, a.cattitle:active, .cattitle a:hover, .cattitle a:active { text-decoration: none; color: #990000; }

.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: #3e4753; }
a.forumlink 	{ text-decoration: underline; color: #3e4753; }
a.forumlink:hover{ text-decoration: underline; color: #990000; }


/* 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 : #222222;}
a.nav			{ text-decoration: underline; color: #3e4753; }
a.nav:hover		{ text-decoration: underline; color: #990000; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #222222; }
a.topictitle:link   { text-decoration: underline; color: #3e4753; }
a.topictitle:visited { text-decoration: underline; color: #3e4753; }
a.topictitle:hover	{ text-decoration: underline; color: #990000; }
a.topictitle:active	{ text-decoration: underline; color: #222222; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size: 11px; color: #222222;}
a.name:link   { text-decoration: underline; color: #3e4753; }
a.name:visited { text-decoration: underline; color: #3e4753; }
a.name:hover	{ text-decoration: underline; color: #990000; }
a.name:active	{ text-decoration: underline; color: #222222; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size: 10px; color: #222222; }


/* The content of the posts (body of text) */
.postbody { font-size: 12px;}
a.postlink:link	{ text-decoration: underline; color: #3e4753; }
a.postlink:visited { text-decoration: underline; color: #3e4753; }
a.postlink:hover { text-decoration: underline; color: #990000; }
a.postlink:active { text-decoration: underline; color: #222222; }


/* Quote & Code blocks */
.code {
	text-align: left;
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #DAE3EB; border: #3e4753; 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: #DAE3EB; border: #3e4753; border-style: dotted;
	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, Helvetica, sans-serif; color: #808080; letter-spacing: -1px;}
a.copyright, a.copyright:visited, .copyright a, .copyright a:visited { color: #808080; text-decoration: none;}
a.copyright:hover, .copyright a:hover, a.copyright:active, .copyright a:active { color: #222222; text-decoration: underline;}

.copyright2		{ font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-weight: bold; }
a.copyright2, a.copyright2:visited, .copyright2 a, .copyright2 a:visited { text-decoration: underline; color: #ffffff; }
a.copyright2:hover, .copyright2 a:hover { text-decoration: underline; color: #f3f7fa; }
a.copyright2:active, .copyright2 a:active { text-decoration: underline; color: #ffffff; }


/* Form elements */
input,textarea, select {
	color : #222222;
	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: #e5dcd5;
	color: #222222;
	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;
}

input.helpline { background-color: #D7E0E9; border: solid 1px #D7E0E9; }

.rss {
	padding-top: 5px;
}

.rss2 {
	padding: 10px;
	border: 1px solid #465b6c;
	background-color: #f2ece4;
}

img.contactImg {
	margin-left: 4px;
	vertical-align: middle;
}


/*
 * Featured Pages Styles
 */
#featuredPage td, div {
	font-size: 13px;
	line-height: 18px;
}

#featuredPage h1	{
	font-weight: bold;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #004263;
	line-height : 120%;
}

#featuredPage h2	{
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004263;
	text-decoration: none;
	line-height : 120%;
}

