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

#subsilver {
	background-color: #E5E5E5;
}

/* General font families for common tags */
#subsilver font, #subsilver th, #subsilver td, #subsilver p { font-family: Verdana, Arial, Helvetica, sans-serif }
#subsilver a:link, #subsilver a:active, #subsilver a:visited { color : #006699; }
#subsilver a:hover {text-decoration: underline; color:#dd6900; }

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

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

/* The largest text used in the index page title and toptic title etc. */
#subsilver .maintitle  {
      font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
      text-decoration: none; line-height: 120%; color: #000;
}

/* Main table cell colours and backgrounds */
#subsilver td.row1	{ background-color: #EFEFEF; }

/* Header cells - the blue and silver gradient backgrounds */
#subsilver th.thHead {
 color:#ffa34f; font-size: 11px; 
 background:#069; height: 25px; font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; font-size: 12px; border-width: 1px 1px 0px 1px; text-align:center;} 

/* General text */
#subsilver .gen { font-size : 12px;  color : #000000;}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
#subsilver .nav			{ font-weight: bold; font-size: 11px; color : #000000;}
#subsilver a.nav			{ text-decoration: none; color : #006699; }
#subsilver a.nav:hover		{ text-decoration: underline; }


/* Copyright and bottom info */
#subsilver .copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
#subsilver a.copyright		{ color: #444444; text-decoration: none;}
#subsilver a.copyright:hover { color: #000000; text-decoration: underline;}
