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

/*body,td,*/


input,select,textarea { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px;}

 /* 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,*/


/*
font,p { font-family: Verdana, Arial, Helvetica, sans-serif }
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: 1px #999999 solid; */}


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

td.rowa	{ background-color: #EFEFEF; line-height:18px; border-bottom: solid 2px #ffffff; border-right: solid 2px #ffffff; padding: 2px 0px 2px 5px;}
td.rowb	{ background-color: #EFEFEF; line-height:18px; border-bottom:solid 2px #ffffff; padding: 2px 0px 2px 5px; }

/*
  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
*/

/* Header cells - the blue and silver gradient backgrounds */


th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #aaaaaa; height: 25px;
	background-image: url(images/cellpic3.gif);
}


/* Form elements */

input,textarea, select {
	color : #000000; 
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	*border-color : #999999; 
	border: 0px #999999 solid; 
	
}

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

input { text-indent : 2px; }

