/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
div.bb {
   /*
   background-color: #E5E5E5;
   scrollbar-face-color: #DEE3E7;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #DEE3E7;
   scrollbar-3dlight-color: #D1D7DC;
   scrollbar-arrow-color:  #006699;
   scrollbar-track-color: #EFEFEF;
   scrollbar-darkshadow-color: #98AAB1;
   */
}

/* General font families for common tags */
div.bb font,div.bb th,div.bb td,div.bb p { font-family: Verdana, Arial, Helvetica, sans-serif }
div.bb hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
/*
div.bb a:link,div.bb a:active,div.bb a:visited { color : #006699; }
div.bb a:hover { text-decoration: underline; color : #DD6900; }
*/

/* This is the border line & background colour round the entire page */
div.bb .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
div.bb .forumline { background-color: #FFFFFF; border: 2px #DEDEDE solid; }


/* Main table cell colours and backgrounds */
div.bb td.row1 { background-color: #EFEFEF; }
div.bb td.row2 { background-color: #DEE3E7; }
div.bb td.row3 { background-color: #D1D7DC; }


/*
  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
*/
div.bb td.rowpic {
   background-color: #A51401;
   /*background-image: url(images/cellpic2.jpg);
   background-repeat: repeat-y;*/
}

/* Header cells - the blue and silver gradient backgrounds */
div.bb th {
   color: #fff; font-size: 11px; font-weight : bold;
   background-color: #fff; height: 24px;
   background-image: url(images/cellpic3.jpg);
}

div.bb td.cat,div.bb td.catHead,div.bb td.catSides,div.bb td.catLeft,div.bb td.catRight,div.bb td.catBottom {
   /*background-image: url(images/cellpic1.gif);*/
   background-color:#A51401; border: #FFFFFF; border-style: solid; height: 24px;
}


/*
  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 :-)
*/
div.bb td.cat,div.bb td.catHead,div.bb td.catBottom {
   height: 29px;
   border-width: 0px 0px 0px 0px;
}
div.bb th.thHead,div.bb th.thSides,div.bb th.thTop,div.bb th.thLeft,div.bb th.thRight,div.bb th.thBottom,div.bb th.thCornerL,div.bb th.thCornerR {
   font-weight: bold; border: #FFFFFF; border-style: solid; height: 24px;
}
div.bb td.row3Right,div.bb td.spaceRow {
   background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
}

div.bb th.thHead,div.bb td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
div.bb th.thSides,div.bb td.catSides,div.bb td.spaceRow    { border-width: 0px 1px 0px 1px; }
div.bb th.thRight,div.bb td.catRight,div.bb td.row3Right    { border-width: 0px 1px 0px 0px; }
div.bb th.thLeft,div.bb td.catLeft     { border-width: 0px 0px 0px 1px; }
div.bb th.thBottom,div.bb td.catBottom  { border-width: 0px 1px 1px 1px; }
div.bb th.thTop    { border-width: 0px 0px 0px 0px; }
div.bb th.thCornerL { border-width: 0px 0px 0px 0px; }
div.bb th.thCornerR { border-width: 0px 0px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
div.bb .maintitle,div.bb h1,div.bb h2 {
   font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
div.bb .gen { font-size : 12px; }
div.bb .genmed { font-size : 11px; }
div.bb .gensmall { font-size : 10px; }
div.bb .gen,div.bb .genmed,div.bb .gensmall { color : #000000; }
div.bb a.gen,div.bb a.genmed,div.bb a.gensmall { color: #A51401; text-decoration: none; }
div.bb a.gen:hover,div.bb a.genmed:hover,div.bb a.gensmall:hover   { color: #A51401; text-decoration: underline; }
.gensmall a  {text-decoration: none;}
.gensmall a:hover {text-decoration: underline;}
.gensmall a span {color:#A51401; text-decoration: none;}
.gensmall a span:hover {color:#DC6E00; text-decoration: none;}


/* The register, login, search etc links at the top of the page */
div.bb .mainmenu { font-size : 10px; color : #000000 }
div.bb a.mainmenu { text-decoration: none; color : #000;font-weight:bold;  }
div.bb a.mainmenu:hover { text-decoration: underline; color : #000; }


/* Forum category titles */
div.bb .cattitle { font-weight: bold; font-size: 10px ; letter-spacing: 1px; color : #fff}
div.bb a.cattitle { text-decoration: none; color : #fff; }
div.bb a.cattitle:hover { text-decoration: underline; }
div.bb cattitle a { text-decoration: none; color : #fff; }
div.bb cattitle a:hover { text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
div.bb .forumlink { font-weight: bold; font-size: 10px; color : #006699; }
div.bb a.forumlink { text-decoration: none; color : #006699; }
div.bb a.forumlink:hover { text-decoration: underline; color : #DD6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
div.bb .nav { font-weight: bold; font-size: 10px; color : #000000;}
div.bb a.nav { text-decoration: none; color : #A51401; }
div.bb a.nav:hover { text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
div.bb .topictitle { font-weight: bold; font-size: 11px; color : #000000; }
div.bb a.topictitle:link { text-decoration: none; color : #006699; }
div.bb a.topictitle:visited { text-decoration: none; color : #5493B4; }
div.bb a.topictitle:hover { text-decoration: underline; color : #DD6900; }


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

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


/* The content of the posts (body of text) */
div.bb .postbody { font-size : 12px;}
div.bb a.postlink:link { text-decoration: none; color : #006699 }
div.bb a.postlink:visited { text-decoration: none; color : #5493B4; }
div.bb a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
div.bb .code {
   font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
   background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

div.bb .quote {
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
   background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
div.bb .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
div.bb a.copyright { color: #444444; text-decoration: none;}
div.bb a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
div.bb input,div.bb textarea,div.bb select {
   color : #000000;
   font: normal 10px Verdana, Arial, Helvetica, sans-serif;
   border: 1px #555 solid;
}

/* The text input fields background colour */
div.bb input.post,div.bb textarea.post,div.bb select {
   background-color : #FFFFFF;
}

div.bb input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
div.bb input.button {
	background-image:url(images/button_bg.jpg);
	background-repeat:repeat-x;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	border:0px;
}

/* The main submit button option */
div.bb input.mainoption {
	background-image:url(images/button_bg.jpg);
	background-repeat:repeat-x;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	border:0px;
}

/* None-bold submit button */
div.bb input.liteoption {
	background-image:url(images/button_bg.jpg);
	background-repeat:repeat-x;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	border:0px;
}

/* 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 ;)
*/
div.bb .helpline { background-color: #DEE3E7; border-style: none; }

.legends{
	color:#A71D01;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

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