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

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

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	*/background-color: #f67517;*/
	*/background-color: #f67517;*/
	scrollbar-face-color: #f67517;
	scrollbar-highlight-color: #f67517;
	scrollbar-shadow-color: #f67517;
	scrollbar-3dlight-color: #f67517;
	scrollbar-arrow-color:  #f67517;
	scrollbar-track-color: #f67517;
	scrollbar-darkshadow-color: #f67517;
}

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


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

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


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
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
*/

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

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

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

input { text-indent : 2px; }
