/*
Based on the original Style Sheet for the fisubsilver Theme for phpBB version 2+
Edited by Daz
http://www.forumimages.com
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */

body{
background: #000066;
color:#000000;
font:12px Verdana,Arial,Helvetica,sans-serif;
	scrollbar-face-color: #989898;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #6666CC;
	scrollbar-arrow-color:  #6666CC;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1
}

/* General font families for common tags */
font,th,td,p{color:#000000; font:12px Verdana,Arial,Helvetica,sans-serif}
a:link,a:active,a:visited,a.postlink:link{color:#336699;text-decoration:none}
a:hover{color:#ff9900;text-decoration:underline}
.postbody{font-size:12px}

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

/* This is the border line & background colour round the entire page */
.bodyline{background:#ffffff;border:1px solid #000000}

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

/* This is for the error messages that pop up */
.errorline	{ background-color: #add8e6; border:1px solid #98aab1}

/* Main table cell colours and backgrounds */
td.row1{background:#eeeeee}
td.row2{background:#e2e2e2}
td.row3{background:#fefefe}

/*
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:#6666CC}

/* Header cells - the blue and silver gradient backgrounds */
th {color:#FFffff; background:#333366; font-size:11px; font-weight:bold; height:25px}

td.cat,td.cathead,td.catsides,td.catleft,td.catright,td.catbottom{
background:#6666CC; border-width:1px; height:28px}

/*
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{border-width:0px; height:28px}
th.thhead,th.thsides,th.thtop,th.thleft,th.thright,th.thbottom,th.thcornerl,th.thcornerr{
border-width:0px; font-weight:bold; height:28px}

td.row3right,td.spacerow{background:#ff9900; border-width:0px}


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1{color:#000000; font:bold 20px/120% "Arial",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}

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

/* General text */
.gen{font-weight:bold}
.genmed{font-size:11px}
.gensmall{font-size:10px}

/* Forum category titles and forum links*/
.cattitle,.forumlink{font-weight:bold; letter-spacing:0px}
.cattitle,a.cattitle,a.cattitle:visited{font-weight:bold; letter-spacing:0px; color:#ffffff ;text-decoration:none}
a.cattitle:hover{color:#ff9900}
.pcattitle,a.pcattitle,a.pcattitle:visited{font-weight:bold; letter-spacing:0px; color:#336699 ;text-decoration:none}
a.pcattitle:hover{color:#ff9900}


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

/* titles for the topics:could specify viewed link colour too */
.topictitle{color:#000000;font-size:11px;font-weight:bold}
a.topictitle:link, a.topictitle:visited{color:#ffffff}
a.topictitle:hover{color:#ff9900}
.ptopictitle{color:#336699;font-size:11px;font-weight:bold}
a.ptopictitle:link, a.topictiitle:visited{color:#336699}
a.ptopictitle:hover{color:#ff9900}

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

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

/* The content of the posts (body of text) */
a.postlink:visited{color:#ff9900;text-decoration:none}

/* Quote & Code blocks */
.code{background:#fafafa; border:1px solid #d1d7dc; color:#CC9900;
font:11px Courier,'Courier New',sans-serif}

.quote{background:#fafafa; border:1px solid #d1d7dc; color:#666699;
font:11px/125%  Verdana,Arial,Helvetica,sans-serif}

blockquote {
	color: #444;
	display: block;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #D0D0D0;
	background: #FFF url(images/bg_quote_content.gif) bottom right no-repeat;
	padding: 5px;
	font-size: 12px;
}

blockquote h6 {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #E0E0E0;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #808080;
	background: #FFF url(images/bg_quote_header.gif) top left no-repeat;
}

.code {
	color: #444;
	display: block;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #D0D0D0;
	background-color: #FFF;
	padding: 5px;
	font-size: 12px;
	font-family: Courier, 'Courier New', sans-serif;
}

.code h6 {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #E0E0E0;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #808080;
	background: #FFF url(images/bg_code_header.gif) top left no-repeat;
}

/* Copyright and bottom info */
.copyright{font:10px Verdana,Arial,Helvetica,sans-serif}
a.copyright{color:#444444}
a.copyright:hover{color:#000000;text-decoration:underline}

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

/* The text input fields background colour */
input.post,textarea.post,select{background:#ffffff; font:normal 11px Verdana,Arial,Helvetica,sans-serif}
input{text-indent:2px}

/* The buttons used for bbCode styling in message post */
input.button{
background: #ffffff; color:#000000; font:11px Verdana,Arial,Helvetica,sans-serif}

/* The main submit button option */
input.mainoption{background: #ffffff;font-weight:bold}

/* None-bold submit button */
input.liteoption{background: #ffffff;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:#f5f5f5;border-style:none}

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

/* Begin Simple Subforums MOD */
a.topic-new, a.topic-new:visited { color: {T_BODY_HLINK}; }
a.topic-new:hover, a.topic-new:active { color: {T_BODY_LINK}; }
/* End Simple Subforums MOD */
