/* Based on the original subSilver Style Sheet for phpBB version 2.0.4 */

/* General page style. "color" changes "powered by" text at bottom. "bg" changes page bg behind bg.gif. The scroll bar colours only visible in IE5.5+ */

body{
background: #49525d url(images/background.gif);
color: #57626f;
font:12px Verdana,Arial,Helvetica,sans-serif;
scrollbar-3dlight-color: #6a6a6a;
scrollbar-arrow-color: #9999AA;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #444444;
scrollbar-highlight-color: #444444;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #2e2e2e;
}
/* General font families for common tags, e7 is pale grey, 76 is mid-grey, 00 is black */
font,th,td,p{color: #e7e7e7; font:12px Verdana,Arial,Helvetica,sans-serif}

a:link,a:active,a:visited,a.postlink:link{color:#ffffff;text-decoration:none}
a:hover{color: #ffffff;text-decoration:underline}
.postbody{font-size:12px}

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

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

/* This is the grey outline around each of the main forum tables, bg includes the forum, topics, last post field */
.forumline{background: #49525d;border: 1px solid #3e464f}

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

/* Main table cell colours and backgrounds includes forum topics and alternating fields on faq, search etc, row1 is top of faq, 2 is alternates, 3 hits faq and various slim lines in admin */
td.row1{background: #57626f}
td.row2{background: #57626f}
td.row3{background: #57626f}

/*
This is for the table cell including the Topics,Post & Last posts titles 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: #000000 url(images/cellpic2.jpg) repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th{background: #758393 url(images/wired_04.gif);
color: #758393;
font-size:11px;
font-weight:bold;
}

td.cat,td.cathead,td.catsides,td.catleft,td.catright,td.catbottom{
background: #464646 url(images/wired_04.gif);
border: #000000;
border-style:solid;
}

/*
Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on. They are double borders at top of outlined sections. E.g. "tdrow3" below is gap between faqs.
Don't worry if you don't understand this,just ignore it:-)
*/
td.cat,td.cathead,td.catbottom{border-width:1px 1px 1px 1px;}
th.thhead,th.thsides,th.thtop,th.thleft,th.thright,th.thbottom,th.thcornerl,th.thcornerr{
border:#3e464f;
border-style:solid;
font-weight:bold;
}

td.row3right,td.spacerow{
background:#49525d;
border: #000000;
border-style:solid
}
th.thhead,td.cathead{border-width:0px 0px 0px 0px}
th.thsides,td.catsides,td.spacerow{border-width:0px 0px 0px 0px}
th.thright,td.catright,td.row3right{border-width:0px 0px 0px 0px}
th.thleft,td.catleft{border-width:0px 0px 0px 0px}
th.thbottom,td.catbottom{border-width:0px 0px 0px 0px}
th.thtop{border-width:0px 0px 0px 0px}
th.thcornerl{border-width:0px 0px 0px 0px}
th.thcornerr{border-width:0px 0px 0px 0px}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1{
color: #3e464f;
font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}
.subtitle,h2{
color:#3e464f;
font:bold 18px/180% "Trebuchet MS",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:1px; color:#3e464f}

/* 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; color:#9999AA}

/* titles for the topics:could specify viewed link colour too */
.topictitle{color: #9a9a9a;font-size:11px;font-weight:bold}
a.topictitle:visited{color:#9999AA}
a.topictitle:hover{color:#9999AA}

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

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

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

/* Quote & Code blocks */
.code{
background: #545454;
border: 1px solid #000000;
color: #fff8dc;
font:11px Courier,'Courier New',sans-serif
}
.quote{
background: #525252;
border: 1px solid #000000;
color:#e7e7e7;
font:11px/125% Verdana,Arial,Helvetica,sans-serif}

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

/* Form elements ee is pale lilac, 5b is mid-dark grey */
input,textarea,select{
border-color: #5b5b5b;
color:#eeeeff;
font:normal 11px Verdana,Arial,Helvetica,sans-serif}

/* The text input fields background colour */
input.post,textarea.post,select{background:#57626f}
input{text-indent:2px}

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

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

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

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

