/*
Based on the original Style Sheet for the fiblack 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: #676767;
color: #e7e7e7;
font:12px Verdana,Arial,Helvetica,sans-serif;
scrollbar-3dlight-color: #676767;
scrollbar-arrow-color: #FFFFFF;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #CC0000;
scrollbar-shadow-color: #CC0000;
scrollbar-track-color: #676767;
}
#Menus{
border:1px blue;
background-color:#FFFFFF;
color:black;
cursor:pointer;
position:absolute;
visibility:hidden;
}
/* General font families for common tags */
font, th, td, p{color: #e7e7e7; font:12px Verdana,Arial,Helvetica,sans-serif}
a:link, a:active, a:visited, a.postlink:link{color:#cc0000;text-decoration:none}
a:hover{color: #767676;text-decoration:underline}
.postbody{font-size:12px}

hr{border:0px solid #676767; border-top-width:1px; height:0px}
hr.sign{border:0px dashed #d2a900; border-top-width:1px; height:0px}
hr.avatar{border:0px solid #010101; border-top-width:1px; height:0px}

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

/* This is the outline round the main forum tables */
.forumline{background: #010101; border: 1px solid #CC0000}

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

/* Main table cell colours and backgrounds */
td.row1{background: #272727;}
td.row2{background: #303030}
td.row3{background: #414141}

/*
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: #010101 url('images/cellpic2.jpg') repeat-y;
}

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

td.cat, td.cathead, td.catsides, td.catleft, td.catright, td.catbottom{
text-align: center;
background: #464646 url('images/cellpic1.gif');
border: medium solid #000000;
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:#000000;
border-style:solid;
font-weight:bold;
height:28px}

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

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

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

/* 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}
.quoteTitle{background: #444444 url('images/cellpic3.gif'); color: #CC0000; height:25px; border: 1px dashed #d2a900; border-bottom: none; font:bold 11px Verdana,Arial,Helvetica,sans-serif; text-align: center}
.quote{background: #525252; border: 1px dashed #d2a900; color:#e7e7e7; font:11px/125% Verdana,Arial,Helvetica,sans-serif}

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

.sign{font:10px Verdana,Arial,Helvetica,sans-serif}
a.sign{color:#ffeeee}
a.sign:hover{color:#cc0000;text-decoration:underline}

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

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

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

input.post,textarea.post{background:#303030;border:1px solid #000000;color:#e7e7e7;
font:11px Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}

input.button,input.liteoption,.fakebut{border:1px solid #CC0000;background:#303030;font-size:11px;color:#cc0000}

/* The main submit button option */
input.mainoption{border:1px solid #CC0000;background:#303030;font-size:11px;font-weight:bold}

/* None-bold submit button */
input.liteoption{border:1px solid #CC0000;background:#303030;font-size:10px}

/* 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:#303030;border-style:none}

/* Code blocks */ 
.codetitle{background: #454545;border:1px solid #EFBD00;padding:5px;width:90%;font-weight:bold; text-align:left; 
margin-top:10px} 
.codediv{border-left:1px solid #EFBD00; border-right:1px solid #EFBD00; border-bottom:1px solid #EFBD00; background:#fafafa; color:#006600;border-top:0px none; 
padding:5px;overflow:auto;width:90%;height:50px;text-align:left; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Courier, Courier New, sans-serif}

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

/* FI Colour Palette MOD - START */
.colouter, .col{border:1px solid #000;margin-left:10px}
.colouter{border-right-width:0;cursor:pointer}
.col{margin:0;padding:0 0 0 7px;display:inline;border-width:1px 1px 0 0;font-size:7px}
/* FI Colour Palette MOD - END */

/* Stili Personalizzati - START */

img.miniMenu1{vertical-align:middle; margin-right:3px; margin-bottom:2px}
img.miniMenu2{vertical-align:middle; margin-right:3px}
img.miniMenu3{vertical-align:middle; margin:3px}
img.imageNews{border: 1px dashed #d2a900; vertical-align:middle; padding:2px; margin: 2px 2px 2px 2px}

td.catleftnew{background: #464646 url('images/cellpic1.gif'); height:26px}

th.thtopnew, th.thcornerlnew, th.thcornerrnew{border:none; font-weight:bold; height:28px}

/* Stili Personalizzati - END */