/*
  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: 12px;}

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

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


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

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


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #ffffff; }
td.row2	{ background-color: #dddddd; }
td.row3	{ background-color: #bbbbbb; }


/*
  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: #ff0000; font-size: 12px; font-weight : bold;
	background-color: #000000; height: 25px;
	/*background-image: url(images/cellpic3.gif); */
}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 12px 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; }

.foot
{
	color:#aaaaaa;
	font-size:12px;
	font-family:arial;
	text-decoration:none;
}

a.footlink
{
	color:#aaaaaa;
	font-size:12px;
	font-family:arial;
	font-weight:bold;
}

.mainmenu
{
	color:#ffffff;
	font-size:16pt;
	font-family:verdana, arial;
	text-decoration:none;
	font-weight:bold;
}

a.mainmenu
{
	color:#ffffff;
	font-size:16pt;
	font-family:verdana, arial;
	text-decoration:none;
	font-weight:bold;
}

a:hover.mainmenu
{
	color:#000000;
	font-size:18pt;
	font-family:verdana, arial;
	text-decoration:none;
	font-weight:bold;
}