/*
  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+ */



th {
	border-bottom: 1px solid #EDEDE7;
}
th.norm {
	border-bottom: none;
	font-weight:bold;
	padding-right:4px;
}
.main_row td {
	border-bottom: 1px solid #EDEDE7;
	padding-top: 2px;
	padding-bottom: 3px;
}

td.vtop,th.vtop{vertical-align: top;}
td,th{vertical-align: middle;}
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */



/* Main table cell colours and backgrounds */
td.row1	{  background-color: #FFFFFF;padding-left:6px;padding-right:6px; color:#838363; }
td.row2	{
	color:#000000;
	background: #F5F5F1;
	padding-left:6px;padding-right:6px;
}
td.row3	{ background-color: #FFFFFF;color:#838363; }


/*
  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 {
		vertical-align: middle;
		
			padding:6px;
}

/* Header cells - the blue and silver gradient backgrounds */


td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			vertical-align: middle;
			
			padding:6px;
}


/*
  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: 29px;
	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;
	text-align: center;
	color: #000000;
	vertical-align: middle;
}
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; 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 1px 0px; }
th.thCornerL { border-width: 1px 0px 1px 1px; }
th.thCornerR { border-width: 1px 1px 1px 0px; }


/* The largest text used in the index page title and toptic title etc. */


/* General text */

.gen,.genmed,.gensmall { color : #000000; }



/* The register, login, search etc links at the top of the page */
.mainmenu		{ color : #000000 }


/* Forum category titles */
.cattitle		{ font-weight: bold;  letter-spacing: 1px; color:#838363;}



/* Forum title: Text and link to the forums used in: index.php */




/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold;  color : #000000;}



/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{
	
	color : #000000;
	display: block;
	
}


/* The content of the posts (body of text) */



/* Quote & Code blocks */
.code {
	color: #000000;
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	font: 11px Courier, 'Courier New', sans-serif;
}

.quote {
	font-size: 11px;
	color: #909072;
	line-height: 125%;
	background-color: #FAFAFA;
	border-top: 1px solid #909072;
	border-right: 1px solid #909072;
	border-bottom: 1px solid #909072;
	border-left: 6px solid #909072;
	padding: 2px;
}


/* Copyright and bottom info */




/* Form elements */
input,textarea, select {
	color : #000000;
	
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* 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 {  border-style: none; }

th.left_set, td.left_set{text-align:left; padding-left:6px;}
.top_set {vertical-align: top;}
.top_padd { padding-top:5px;}