/*
CSS sheet derived from subBlack theme for phpBB version 2+ by Gamerhaven.
Edited by Andy Korth for something completely different.
*/
 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
	font-size : 11px;
	color : #FFFFCC; 
	text-decoration: none;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 26px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #FFFFCC;
}
/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #000000; border: 1px #212121 solid;}

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

table {
	border: 1px #212121 solid;
	width: 100%;
}

/* Table Header*/
td.th	{
	color: #CC9900; font-size: 11px; font-weight : bold;
	background-color: #000000; height: 23px;
	background-image: url(images/cellpic1.gif);
	background-repeat: repeat-x;
	font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFCC00;
	
}

td.linkbox {
		background-color: #000000;
		border: 1px #212121 solid;
		font-size : 10px; 
		color : #FFFFCC;
		text-decoration: none;
		width: 240px;

}
a.linkbox:link,a.linkbox:active,a.linkbox:visited,a.linkbox:hover{ color : #FFFFCC; text-decoration: none; }

img{border:none;}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #00CC33;
	background-color: #616161; border: #BFBFBF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: 125%;
	background-color: #616161; border: #BFBFBF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

