/*
M9 Olive Theme created by: Jonny B
http://www.mergenine.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background:#666633;
	color:#FFFFFF;
	font:12px Verdana,Arial,Helvetica,sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right: 0px;
	padding:0;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#FFCC00;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#666633;
	scrollbar-highlight-color:#666633;
	scrollbar-shadow-color:#666633;
	scrollbar-track-color:#37441A;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #FFCC00; }
a:hover		{ text-decoration: none; color : #FFCC00; }
hr	{ 
	height: 2px; 
	border-top: #212111 1px solid;
	border-bottom: #5A5A2D 1px solid;
	}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #37441A; border: 0px #000 solid; }

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


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #666633; }
td.row2,.helpline{ background-color: #666633; }
td.row3	{ background-color: #666633; }
.row4{background:#666633}
.row5{background:#323C19}


/*
  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/caution.gif);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFCC00; 
	font-size: 11px; 
	font-weight : bold;
	background:#666633 url(images/caution.gif) repeat-x;
	height: 27px;
	}

td.cat,td.catHead,catSides,td.catLeft,td.catRight,td.catBottom
	{
	background: #666633 url(images/cautionbot.gif);
	border: #000000 0px solid; 
	height: 27px;
}

.topnav
	{
	font:10px;
	font-weight:bold;
	background: #37441A url(images/topnavc.gif) repeat-x;
	color:#FFFFFF;
	height:16px;
	white-space:nowrap;
	border: 0px solid #323C19;
	border-width: 0px 0px 0px 0px}


/*
  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: 27px;
	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 0px solid;
	height: 27px; 
	}
	
td.spaceRow {
	background: #666633 url(images/rowspacer.gif) repeat-x;
	height: 13px;
	border: #FFFFFF 0px solid; 
	}


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


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFFF; }
a.gen,a.genmed,a.gensmall { color: #FFCC00; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFCC00; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #FFFFFF }
a.mainmenu		{ text-decoration: none; color : #FFCC00;  }
a.mainmenu:hover{ text-decoration: none; color : #FFCC00; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFCC00}
a.cattitle		{ text-decoration: none; color : #FFCC00; }
a.cattitle:hover{ text-decoration: none; }


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


/* 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 : #FFFFFF;}
a.nav			{ text-decoration: none; color : #FFCC00; }
a.nav:hover		{ text-decoration: none; }


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


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

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


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #FFCC00 }
a.postlink:visited { text-decoration: none; color : #FFCC00; }
a.postlink:hover { text-decoration: none; color : #FFCC00}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #666633; border-style: solid;
	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: #FFFFFF; line-height: 125%;
	background-color: #FAFAFA; border: #666633; 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: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px;}
a.copyright		{ color: #FFFFFF; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: none;}


/* Form elements */
form{display:inline}

input
	{
	font:11px Verdana,Arial,Helvetica,sans-serif
	color: #FFCC00;
	}

select
	{
	background:#666633;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	color: #FFCC00;
	}

input.post,textarea.post
	{
	background:#37441A url(images/textbg.gif) repeat-x;
	color: #FFCC00;
	border:1px solid #666633;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	padding-bottom:2px;
	padding-left:2px;
	}

input.button,input.liteoption,.fakebut
	{
	border:1px solid #666633;
	background:#212111 url(images/buttonbg.gif) repeat-x;
	font-size:11px;
	color: #FFFFFF;
	}

input.catbutton
	{
	border:1px solid #666633;
	background:#212111 url(images/buttonbg.gif) repeat-x;
	font-size:10px;
	color: #FFFFFF;
	}
	
input.mainoption
	{
	border:1px solid #666633;
	background:#212111 url(images/buttonbg.gif) repeat-x;
	font-size:11px;
	font-weight:bold;
	color: #FFCC00;
	}

/* 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 {border:0 solid;font-size:10px}


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

.rightside
	{
	background: #000000 url(images/rightside.gif) repeat-y;
	width: 25px;
	}
.leftside
	{
	background: #000000 url(images/leftside.gif) repeat-y;
	width: 25px;
	}	
	
.topcenter
	{
	background: #000000 url(images/topcenter.gif) repeat-x;
	}
.bottomcenter
	{
	background: #000000 url(images/bottomcenter.gif) repeat-x;
	}