/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E5E5;
	scrollbar-face-color: #006699;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #DD6900;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

hr.hrnormal	{ border: solid #006699 1px; border-top-width: 1px;}
hr.hrbottom	{ border: solid #006699 0px; border-top-width: 1px;}

.popperlink {position:absolute;visibility:hidden}
.messageclass {position:relative;visibility:hidden}
a { cursor:pointer; cursor:hand; font-weight: bold;}

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

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

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

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

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
}

td.cat,td.catLeft { background-image: url("/forum/templates/subSilver/images/cellpic1.gif");
		 background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}


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

.menutitle	{
	font-weight: bold; font-size: 16px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #FFA34F;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.genverysmall { font-size : 6px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }
a.headlink { color: #D1D7DC; text-decoration: none; }
a.headlink:hover { color:#FFA34F ; text-decoration: underline; }
 

/* menu title */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699;}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

/* menu link: Text and link to the forums used in: index.php */
.menulink		{ font-weight: bold; font-size: 10px; color : #006699; }
a.menulink 		{ text-decoration: none; color : #006699; }
a.menulink:hover{ text-decoration: underline; color : #DD6900; }


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

