/* From subSilver template */

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #D6E2D0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #304A26;
	scrollbar-3dlight-color: #E9F1E6;
	scrollbar-arrow-color:  #457A31;
	scrollbar-track-color: #D6E2D0;
	scrollbar-darkshadow-color: #25341F;
}

/* General font families for common tags */
font,th,td,p { font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { color : #457A31; }
a:hover		{ text-decoration: underline; color : #5EAD40; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ /*background-color: #FFFFFF; border: 2px #006699 solid;*/ }


/* Main table cell colours and backgrounds */
/* td.row1	{ background-color: #EFEFEF; } */
/* td.row2	{ background-color: #DEE3E7; } */
/* td.row3	{ background-color: #D1D7DC; } */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #E6E6E6; }
td.row3	{ background-color: #E6E6E6; }

table.rowpoll_t {
	border: 1px solid #E6E6E6;
	background: #F6F6F6;
	padding: 2px;
}


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

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #D6E2D0; font-size: 11px; font-weight : bold;
	background-color: #2B612E; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	/*background-image: url(images/cellpic1.gif);*/
	border-width: 0px;
	height: 35px; 
	vertical-align: bottom;
}


/*
  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; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D6E2D0; border: #FFFFFF; border-style: solid; }

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


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.gen b { font-size: 13px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #457A31; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #5EAD40; text-decoration: underline; } 


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 12px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #457A31;  }
a.mainmenu:hover{ text-decoration: underline; color : #5EAD40; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 13px; font-variant: small-caps; letter-spacing: 1px; color : #457A31; }
a.cattitle		{ text-decoration: none; color : #457A31; }
a.cattitle:hover{ text-decoration: underline; color: #5EAD40; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 13px; color : #457A31; }
a.forumlink 	{ text-decoration: none; color : #457A31; }
a.forumlink:hover{ text-decoration: underline; color : #5EAD40; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 12px; color : #000000;}
a.nav			{ text-decoration: none; color : #457A31; }
a.nav:hover		{ text-decoration: underline; color: #5EAD40; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #457A31; }
a.topictitle:visited { text-decoration: none; color : #457A31; }
a.topictitle:hover	{ text-decoration: underline; color : #5EAD40; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 12px; color : #000000;}

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


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
.postbody b { font-size: 13px; }
a.postlink:link	{ text-decoration: none; color : #457A31; }
a.postlink:visited { text-decoration: none; color : #457A31; }
a.postlink:hover { text-decoration: underline; color : #5EAD40; }


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; 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: 12px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* 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 {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: "Trebuchet MS",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 ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }

#main_admin {
	width: 100%;
}

#main_admin2 {
	padding: 5px;
	width: auto;
}

div.admin_footer {
	padding: 0px 2px;
}

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


/* My Custom CSS */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/* begin defaults */

body, td, th, div, input {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {
	border: 0px;
}

form {
	padding: 0px;
	margin: 0px;
	display: inline;
}

a, a:visited, a:active {
	color: #457A31;
	text-decoration: none;
	font-weight: bold;
}

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

/* end defaults */

/* begin main layout containers */

body.full {
	background: url(images/cf_leftbar_bg.gif) top left repeat-y;
}

#leftbar {
	width: 25px;
	height: 100%;
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 0px;
}

html>body #leftbar {
	position: fixed;
}

#topbar_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 70;
	width: 100%;
	height: 11px;
	background: url(images/cf_topbar_bg.gif) top left repeat-x;
}

#msgs {
	position: absolute;
	right: 224px;
	padding: 1px 5px;
	top: 11px;
}

#outer {
	width: 100%;
	height: 100%;
	background: url(images/cf_leftbar_bg.gif) top left repeat-y;
}

#inner {
	margin-left: 25px;
	height: 100%;
}

#main_table {
	z-index: 50;
	height: 100%;
}

#topbar_1, #topbar_2 {
	height: 65px;
	background: #304A26;
}

#topbar_1 {
	vertical-align: bottom;
}

#topbar_2 {
	vertical-align: top;
	padding: 15px 5px 2px 2px;
	line-height: 22px;
	text-align: right;
	font-size: 12px;
}

#search {
	padding-bottom: 2px;
	vertical-align: top;
}

#main {
	width: 100%;
	height: 100%;
	padding: 15px;
	border-top: 3px solid #000000;
	vertical-align: top;
	background: url(images/cf_main_bg.gif) bottom right no-repeat;
}

#mainarea {
	height: 100%;
	width: 100%;
}

#maintext {
	padding: 0px;
	height: 100%;
	vertical-align: top;
}

#rightbar {
	width: 224px;
	vertical-align: top;
	background: #D6E2D0 url(images/cf_rightbar_bg.gif) top left repeat-y;
}

#footer {
	text-align: center;
	vertical-align: bottom;
}

/* end main layout containers */

#rightbar_spacer {
	width: 1px;
}

#forum_menu {
	text-align: center;
	vertical-align: top;
	width: 223px;
}

#heading_1_left {
	width: 105px;
	background: url(images/cf_heading_gradient.gif) bottom left no-repeat;
}

#heading_1_center {
	background: url(images/cf_heading_bar.gif) bottom left repeat-x;
	width: 100%;
}

#heading_1_right {
	padding: 1px 2px 5px 4px;
	font-size: 14px;
	letter-spacing: 1px;
	font-style: italic;
	white-space: nowrap;
	vertical-align: bottom;
}

a.messages, a.messages:visited {
	font-size: 12px;
	color: #D6E2D0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.messages:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.mainmenu, .admin a, a.mainmenu:visited, .admin a:visited {
	display: block;
	text-decoration: none;
	color: #304A26;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 1px 15px;
	font-size: 12px;
	background: #D6E2D0;
	font-style: normal;
	font-weight: normal;
}

a.mainmenu:hover, .admin a:hover, a.mainmenu:active, .admin a:hover {
	color: #000000;
	background: #EAF4E6 url(images/cf_menuarrows.gif) center left no-repeat;
	text-decoration: none;
}

input.search {
	background-color : #D6E2D0;
	border: 1px solid #000000;
	padding: 1px;
	color: #304A26;
	width: 150px;
	height: 23px;
}

input.liteoption_s {
	background-color : #82957A;
	font-weight : normal;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 11px;
	border-top: 1px solid #BBC7B5;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #BBC7B5;
	width: 50px;
	height: 25px;
	vertical-align: top;
	text-indent: 0px;
}