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

body,td,table, { font-family: verdana; font-size: 11px;}


/*input,select,textarea*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	/* 	background-color: #E5E5E5;
		background-color: #FFFFFF;
	*/
	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 */

th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px; }

/*a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }*/
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 #98AAB1 solid; }

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


/* Main table cell colours and backgrounds */
td.roundcorner{
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
td.row1	{
	text-align: justify;
	font-size: 11px;
	background-color: #E5EECC;
	}
td.row2	{
	background-color: #E5EECC;
	text-align: justify;
	font-size: 11px;
}
td.row1_1 {
	text-align: justify;
	font-size: 11px;
    font-weight: bold;
	background-color: #E5EECC;
	}
td.row2_2 {
	background-color: #E5EECC;
	text-align: justify;
    font-weight: bold;
	font-size: 11px;
}

td.row3	{ 
	background-color: #D1D7DC;
	font-size: 11px;
	}



/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;	
}

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


input, textarea, select {
	font: normal 11px Verdana;
	color: #000000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#ffffff;
	border-left: 1px solid #265C62; 
	border-right: 1px solid #265C62; 
	border-top: 1px solid #265C62; 
	border-bottom: 1px solid #265C62; 
}


td.rowstat {background-color: #DEE3E7; color: #999999}

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #EDEDED;
	margin: 10px 0 0;
	padding: 5px 0 0;	
	text-transform: uppercase;
}

.postpadding{
padding-bottom: 18px;
padding-left: 12px;
padding-right: 12px;
padding-top: 18px;

}



