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

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E5E5;
	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;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-color:#000;
	font-size:12px;
	}

/* General font families for common tags */
td,p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
a:link,a:active,a:visited,a:hover { 
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	}
a:link,a:active,a:visited {
	color:#006699;
	}
a:hover {
	color:#dd6900;
	}


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

/* Main table cell colours and backgrounds */

td.row3	{ 
	background-color: #D1D7DC; 
	font-weight:bold;
	}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

