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

/* !!!!!!!!!!!!!!!!!!! ME !!!!!!!!!!!!!!!!!!! */

a.big:link, a.big:visited { display:block; width:85px; height:21px; line-height:21px; padding:0 3px; background:#f00;
font-weight:bold; text-align:center; color:#fff; background:#D7D7D8; }
a.big:hover, a.big:active { background:#564F49; }

a.small:link, a.small:visited { display:block; width:15px; height:16px; line-height:16px; padding:0 3px; background:#f00;
font-weight:bold; text-align:center; color:#fff; background:#D7D7D8; font-size:10px; margin:0 0 0 3px; }
a.small:hover, a.small:active { background:#564F49; }

a.normal:link, a.normal:visited { display:block; width:45px; height:16px; line-height:16px; padding:0 3px; background:#f00;
font-weight:bold; text-align:center; color:#fff; background:#D7D7D8; font-size:10px; margin:0 0 0 3px; }
a.normal:hover, a.normal:active { background:#564F49; }

td.top_1 { background: url('images/top_01.jpg') no-repeat; width:260px; height:105px; }
td.top_2 { background: url('images/top_02.jpg') no-repeat; width:493px; height:105px; }
td.top_bg { background: #960807; font-size:1px; color:#960807; }
table.forummenu { margin:2px 0 0 0; padding:0; border:0; }
td.forummenu { width:100%; background:#564f49; color:#fff; padding:0; font-size:11px; padding:0 5px 0 10px; font-size:10px; }

div.mainmenu a:link, div.mainmenu a:visited { display:block; float:left; height:25px; line-height:25px; color:#fff;
text-decoration:none; padding:0 4px 0 2px; margin:0 4px 0 0; }
div.mainmenu a:hover, div.mainmenu a:active { color:#564f49; background:#fff; border:solid #564f49; border-width:2px 0;
height:21px; line-height:21px; } 

/* !!!!!!!!!!!!!!!!! END ME !!!!!!!!!!!!!!!!! */

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #F8F8F8;
	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 { font:11px Verdana, Arial, Helvetica, sans-serif }
a:link, a:visited { text-decoration:none; color : #616161; }
a:hover, a:active { color:#ca0000; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


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

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px solid #9a0000; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #eceeee; }
td.row2	{ background-color: #e8e8e8; }
td.row3	{ background-color: #e2e2e2; }


/*
  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-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

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

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url('images/cellpic1.gif');
			background-color:#dedede; border:solid #FFFFFF; height: 24px;
			padding-left:5px;
}


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

th.thHead,td.catHead { font-size: 11px; 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,h2 {font-weight:bold; font-size:22px; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #564F49; }

/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen, .genmed, .gensmall { color:#000; }
a.gen, a.genmed, a.gensmall { color: #616161; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover { color:#ca0000; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size:11px ; letter-spacing:1px; color:#000; }
a.cattitle		{ text-decoration: none; color:#616161; }
a.cattitle:hover{ color:#ca0000; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight:bold; font-size:11px; color:#616161; }
a.forumlink 	{ text-decoration:none; color:#616161; }
a.forumlink:hover{ color:#ca0000; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000;}
a.nav			{ text-decoration: none; color:#616161; }
a.nav:hover		{ color:#ca0000; }

/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; }
a.topictitle:link   { text-decoration: none; color:#616161; }
a.topictitle:visited { text-decoration: none; color:#616161; }
a.topictitle:hover	{ color:#bd0000; }


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

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


/* The content of the posts (body of text) */
.postbody { font-size:12px;}
a.postlink:link	{ text-decoration:none; color:#616161; }
a.postlink:visited { text-decoration:none; color:#616161; }
a.postlink:hover { text-decoration:none; color:#ca0000; }

/* Quote blocks */
.quote{ background:#fafafa; border:1px solid #d1d7dc; color:#444444; font-size:11px; line-height:125%; }

/* Code blocks */
.code{ background:#fafafa; border:1px solid #d1d7dc; color:#006600; font:12px Courier, "Courier New", sans-serif; padding:5px; }

.code {padding-left: 30px; background-image: url("../../images/nums/bg.gif"); background-position: left;
background-repeat: repeat-y; }
.code .tab { border-bottom: 1px dashed #DCDCDC; }
.code .n {margin-right: 15px; margin-left: -28px; }
.code .n img { height: 10px; font-size: 10px; vertical-align: bottom; border-bottom: 1px solid #BFBFBF; }

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

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

.plus { background:#A7D3A7; }
.minus{ background:#E1A1A1; }
.plus_point { margin:0 auto; width:90%; border:2px solid green; background:#fff; font-weight:bold; padding:2px; }
.minus_point { margin:0 auto; width:90%; border:2px solid red; background:#fff; font-weight:bold; padding:2px; }

/* Form elements */
form { display:inline; padding:0px; margin:0px; }
input { text-indent:2px; font:11px Verdana, Arial, Helvetica, sans-serif; }
select { color:#000;background:#ffffff;font:11px Verdana,Arial,Helvetica,sans-serif; }
input.post, textarea.post { color:#000;background:#ffffff;border:1px solid #000000;
font:11px Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px; }
input.button, input.liteoption, .fakebut{ color:#000;border:1px solid #000000;background:#fafafa;font-size:11px; }
input.catbutton { color:#000;border:1px solid #000000;background:#fafafa;font-size:10px; }
input.mainoption { color:#000;border:1px solid #000000;background:#fafafa;font-size:11px;font-weight:bold; }

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

