/* 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:#ecf0f6;color:#000000;font:12px Verdana,Arial,Helvetica,sans-serif;margin:6px;padding:0;
scrollbar-3dlight-color:#d1d7dc;
scrollbar-arrow-color:#006699;
scrollbar-darkshadow-color:#98aab1;
scrollbar-face-color:#dee3e7;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#dee3e7;
scrollbar-track-color:#efefef}

/* General font families for common tags */
font, th, td, p{color:#4968A1; font:11px Verdana,Arial,Helvetica,sans-serif}
a:active, a.postlink:link{color:#496EC1;text-decoration:none}
a:link{color:#000099;text-decoration:none}
a:visited{color:#000099;text-decoration:none}
a:hover{color:#006699;text-decoration:none}
.postbody{font-size:11px}

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

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

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

/* 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:#DEE3E8}
td.row2{background:#E4E8EC}
td.row3{background: #C7D1DA}

/*
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:#ffffff url('images/cellpic1.gif') repeat-y; }

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

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

td.row3right, td.spacerow{
background:#cad9ea;
border:#F7F9FA;
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:#bb0000;
font:bold 16px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}

.maintitle a:link, .maintitle a:visited{
color:#5E7388;
font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}

.maintitle a:hover{
color:006699;
font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}
.subtitle, h2{
color:#000000;
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:11px}

/* 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:#000000;font-size:11px;font-weight:bold}
a.topictitle:visited{color:#5493b4}
a.topictitle:hover{color:#dd6900}

/* 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:#5493b4;text-decoration:none}

/* FI DivExpand - Daz - ForumImages.com - START */
/* Code  */
.codetitle, .code
{
  border:1px solid #a4bad2;padding:2px 2px 3px 3px
}

.codetitle
{
  font-size:11px;background: #d8dfe4;text-indent:2px;font-weight:bold;margin:10px 20px 0 20px
}

.code
{
  background:#fafafa;border-top-width:0;color:#060;
  font:12px Courier,'Courier New',sans-serif;overflow:auto;height:40px;
  margin:0 20px 0 20px
}

/* Quote blocks */
.quotetitle, .quote
{
  color:#475e61;font-size:11px;border: 1px solid #a4bad2;padding:2px 2px 3px 3px
}

.quotetitle
{
  background:#e1e7ec;text-indent:2px;font-weight:bold;margin:10px 20px 0 20px
}

.quote
{
  background:#fafafa;border-top-width:0;color:#444;
  overflow:auto;height:40px;margin:0 20px 10px 20px
}

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

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

input{font:11px Verdana,Arial,Helvetica,sans-serif}

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

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

input.button, input.liteoption, .fakebut{border:1px solid #000000;background:#fafafa;font-size:11px}
input.catbutton{border:1px solid #000000;background:#fafafa;font-size:10px}
input.mainoption{border:1px solid #000000;background:#fafafa;font-size:11px;font-weight:bold}

a.but, a.but:hover, a.but:visited{color:#000000;text-decoration:none}

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

abbr, acronym
{
  border-bottom:1px dotted #FF0000;
  margin:0px;
  font-style: italic;
  color: red;
  cursor:help;
}


/* This is the gradient background at the top of the page */
.topbkg{
background: #dbe3ee url('images/cellpic-header.jpg') repeat-x;
height: 120px}
.topnav{border-left:0px solid #91a0ae; border-right:0px solid #91a0ae; border-top:1px solid #91a0ae; border-bottom:1px solid #91a0ae; font-size:10px;background: #e5ebf3 url('images/cellpic_nav.gif') repeat-x;color:#dd6900;
height:21px;white-space:nowrap;}

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

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

/* Background images for tables */
.tbl{border-collapse:collapse;height:4px;width:100%}
.tbll{background: url('images/tb4_l.gif') no-repeat;width:8px}
.tblbot{background: url('images/tb4_m.gif') repeat-x;width:100%}
.tblr{background: url('images/tb4_r.gif') no-repeat;width:8px}

/* Admin & Moderator Colours MODification */
.admin, .mod
{
  font-size:11px;font-weight:bold
}

.admin, a.admin, a.admin:visited
{
  color:#ffa34f
}

.mod, a.mod, a.mod:visited
{
  color:#006600
}

a.admin:hover, a.mod:hover
{
  color:#dd6900
}


/* Specify the space around images */
.imgtopic, .imgicon
{
  margin-left:3px
}

.imgspace
{
  margin-left:1px;margin-right:2px
}

.imgfolder
{
  margin:1px 4px 1px 4px
}


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

/* Background images for tables */
.tbl
{
  border-collapse:collapse;
  height:4px;
  width:100%
}

.tbll
{
  background: url('images/tb4_l.gif') no-repeat;
  width:8px
}

.tblbot
{
  background: url('images/tb4_m.gif') repeat-x;
  width:100%
}

.tblr
{
  background: url('images/tb4_r.gif') no-repeat;
  width:8px
}

.orionmenu
{
  padding:2px;
}
