/* Based on the original Style Sheet for the fisubsilver v2 Theme for phpBB version 2+
Edited by Daz  - http://www.forumimages.com - last updated 26-06-03 */

/* The content of the posts (body of text) */
body{
	background:#336633;
	color:#ffffcc;
	font:12px Verdana,Arial,Helvetica,sans-serif;
	margin:10px;
	padding:0;
	background-color: #336633;
	border-top-color: #b1d8b1;
	border-right-color: #b1d8b1;
	border-bottom-color: #b1d8b1;
	border-left-color: #b1d8b1;
	border-color: #b1d8b1;
	SCROLLBAR-BASE-COLOR: #336633;
	
}

/* General font families for common tags */
font,th,td,p{font:12px Verdana,Arial,Helvetica,sans-serif}

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

/* General page style */
a:link,a:active,a:visited,a.postlink{color:#ffffcc;text-decoration:underline}
a:hover{color:#ffffff}

/* titles for the topics:could specify viewed link colour too */
.topictitle{font-size:11px}


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

hr{border: 0px solid #000000;border-top-width:1px;height:0px}

/* Category gradients*/
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom{font-weight:bold;letter-spacing:1px;background:#336633;text-indent:4px;height:25px}

/* Main table cell colours and backgrounds */
.row1{background:#336633}
.row2{background:#336633}
.helpline{background:#336633}
.row3{background:#336633}
td.spacerow{background:#000000;display:none}

/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic{background:#336633}

/* Table Header cells */
th{background:#336633;font-size:11px;
font-weight:bold;height:22px;white-space:nowrap;text-align:center;padding-left:4px;padding-right:4px}

/* This is the border line & background colour round the entire page */
.bodyline{background:#336633}

/* This is the outline round the main forum tables */
.forumline{background:#b1d8b1}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1{
font-weight:bold; font-size:14px}

.subtitle,h2{font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}

/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav{font-size:11px;font-weight:normal}
.postbody{font-size:12px;line-height:125%}

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

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #ffffcc;
	background-color: #336633; border: #b1d8b1; 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: #ffffcc; line-height: 125%;
	background-color: #3366633; border: #b1d8b1; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* This is for the error messages that pop up */
.errorline{background:#336633;border:1px solid #b1d8b1}

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

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

select{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	color: #ffffcc;
	border-top-color: #b1d8b1;
	border-right-color: #b1d8b1;
	border-bottom-color: #b1d8b1;
	border-left-color: #b1d8b1;
	border-color: #b1d8b1;
	background-color: #336633;
}
select.button {
	background-color : #336633;
	color : #ffffcc;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-color: #b1d8b1;
	border-right-color: #b1d8b1;
	border-bottom-color: #b1d8b1;
	border-left-color: #b1d8b1;
}

input.post,textarea.post{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	padding-bottom:2px;
	padding-left:2px;
	background-color: #336633;
	border-top-color: #b1d8b1;
	border-right-color: #b1d8b1;
	border-bottom-color: #b1d8b1;
	border-left-color: #b1d8b1;
	color: #ffffcc;
}

input.button,input.liteoption,.fakebut{font-weight:normal}
input.catbutton{
	font-weight:normal;
	background-color: #336633;
	border-top-color: #b1d8b1;
	border-right-color: #b1d8b1;
	border-bottom-color: #b1d8b1;
	border-left-color: #b1d8b1;
}
input.mainoption{font-weight:bold}

/* The main submit button option */
input.mainoption {
	background-color : #336633;
	font-weight : bold;
	border-top-color: #b1d8b1;
	border-right-color: #b1d8b1;
	border-bottom-color: #b1d8b1;
	border-left-color: #b1d8b1;
}
/* None-bold submit button */
input.liteoption {
	background-color : #336633;
	font-weight : normal;
	border-top-color: #b1d8b1;
	border-right-color: #b1d8b1;
	border-bottom-color: #b1d8b1;
	border-left-color: #b1d8b1;
}
/* The content of the posts (body of text) */
.postbody {
	font-size : 12px;
	color: #ffffcc;
}
a.postlink:link	{ text-decoration: none; color : #ffffcc }
a.postlink:visited { text-decoration: none; color : #ffffcc; }
a.postlink:hover { text-decoration: underline; color : #ffffcc}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #336633;
	color : ffffcc;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-color: #b1d8b1;
	border-right-color: #b1d8b1;
	border-bottom-color: #b1d8b1;
	border-left-color: #b1d8b1;
}

/* This is the line in the posting page which shows the rollover
help line. Colour value in row2 */
.helpline{border:0 solid;font-size:10px}

/* Admin & Moderator Colours MODification */
.admin,.mod{font-size:11px;font-weight:bold}
.admin,a.admin,a.admin:visited{color:#b1d8b1}
.mod,a.mod,a.mod:visited{color:#b1d8b1}
a.admin:hover,a.mod:hover{color:#b1d8b1}

/* Specify the space around images */
.imgtopic,.imgicon{margin-left:3px}
.imgspace{margin-left:0;margin-right:1px}
.imgfolder{margin:1px 4px 1px 4px}

/* Gets rid of the need for border="0" on hyperlinked images */
img{border:0 solid}

