/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/



/* HTML Elements */
HTML, BODY {
	width: 100%;
	height: 100%;
	background: transparent url(../../images/main_bg.jpg) center repeat-y;
	margin:0px;
	padding: 0px;
	text-aligh: center;
	vertical-align: top;
}

IMG {
	border: 0px;
}

/* Layout */

DIV#main {
	margin: 0px auto;
	width: 760px;
	/*height: 100%;*/
	background: #ffffff;
}

DIV#leftpart {
	width: 100%;
	height: 750px;
	background: transparent url(../../images/leftpart.jpg) right top no-repeat;
}
DIV#rightpart {
	width: 100%;
	height: 750px;
	background: transparent url(../../images/rightpart.jpg) left top no-repeat;
}

DIV#global {
	width: 800px;
	background: #ffffff;
	text-align: center;
}

DIV#header {
	width: 760px;
}


body,td,table,input,select,textarea { font-family: verdana; font-size: 11px; color:#676767}

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #ffffff;
	/*background-color: #FFFFFF;*/
	scrollbar-face-color: #E4E8E9;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E4E8E9;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #246005; }
a:hover		{ text-decoration: underline; color : #676767; }
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: 0px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 0px #006699 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #ffffff; }
td.row2	{ background-color: #E4E8E9; }
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: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.gif);
}

/* Form elements */
input,textarea, select {
	color : #676767;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color: 1px solid #676767;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 1px; solid #676767}

.right	{ text-align: right; }

