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

body{
background: #666666 url(images/bg.gif) fixed;
color: White;
font: 10px Verdana,Arial,Helvetica,sans-serif;
scrollbar-base-color: #666666;
}
/* General font families for common tags */
font,th,td,p{color:#FFFFFF; font:10px Verdana,Arial,Helvetica,sans-serif}
a:link,a:active,a:visited,a.postlink:link{color: Silver;text-decoration:none}
a:hover{color: #F0F8FF;text-decoration: none;
}
.postbody{font-size:12px}

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

/* This is the border line & background colour round the entire page */
.bodyline{
	background : #9A231E url(images/bg_body.gif) fixed;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
}

/* This is the outline round the main forum tables */
.forumline{
	background : #676768 url(images/bg_forumline.gif) fixed;
	border : 1px solid Black;
}

/* Main table cell colours and backgrounds */
td.row1{
	background : #454545 url(images/row1.gif);
}
td.row2{
	background : #555555 url(images/row2.gif);
}
td.row3{
	background : #515151 url(images/row3.gif);
}

/* Header cells - the blue and silver gradient backgrounds */
th{background: #72201C url(images/cellpic3.gif);
color: #F5FFFA;
font-size: 10px;
font-weight:bold;
height:25px}

td.cat,td.cathead,td.catsides,td.catleft,td.catright,td.catbottom{
background: #666666 url(images/cellpic1.gif);
border: #000000;
border-style:solid;
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 0px 0px 0px;height:28px}
th.thhead,th.thsides,th.thtop,th.thleft,th.thright,th.thbottom,th.thcornerl,th.thcornerr{
border:#ffffff;
border-style:solid;
font-weight:bold;
height:28px}

td.row3right,td.spacerow{
border:#ffffff;
border-style:solid;
 background : #4D4D4D url(images/spacerow.gif);
}
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: #C7C7C7;
font:bold 18px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}
.subtitle,h2{
color: #C7C7C7;
font:bold 16px/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}

/* 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: Silver;font-size:11px;font-weight:bold}
a.topictitle:visited{color: #F0FFFF;
}
a.topictitle:hover{color: #FFFFF0;
}

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

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

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

/* Quote & Code blocks */
.code{
background: Silver;
border: 1px solid Black;
color: #228B22;
font:11px Courier,'Courier New',sans-serif
}
.quote{
background: #C7C7C7;
border: 1px solid Black;
color: Black;
font:11px/125% Verdana,Arial,Helvetica,sans-serif}

/* 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: #F0FFFF;
font: normal 10px Verdana,Arial,Helvetica,sans-serif;
 background : #838384 url(images/champs.gif);
 border : 1px double Black;
 scrollbar-base-color: #666666;
}

/* The text input fields background colour */
input.post,textarea.post,selec{background: #838384 url(images/champs.gif);  border : 1px solid Black;scrollbar-base-color: #666666;  background-attachment : fixed;  background-image : url(images/champs.gif);  border-bottom : 2px groove Black;  border-bottom-width : 2px;  background-color : Gray;    padding-bottom : 1px;  vertical-align : middle;  white-space : pre;                  }
input{text-indent:2px}

/* The buttons used for bbCode styling in message post */
input.button{
background: #666666 url(images/bottom.gif); color:#000000; font:11px Verdana,Arial,Helvetica,sans-serif; CURSOR: hand;}

/* The main submit button option */
input.mainoption{background: #454545 url(images/bottom.gif);font-weight:bold;CURSOR: hand;   }

/* None-bold submit button */
input.liteoption{background: #585858 url(images/bottom.gif);font-weight:normal; CURSOR: hand;}

/* 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: #666666 url(images/bottom.gif);border-style:none;  border : 1px solid Black; }

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