/*General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #333333;
	scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #666666;
	scrollbar-darkshadow-color: #333333;
}

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


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

/*Text*/
.arialBlk11 {font-size: 11px; color: #000000; font-family: arial;}
.arialBlk12 {font-size: 12px; color: #000000; font-family: arial;}
.arialGld11 {font-size: 11px; color: #CCCC99; font-family: arial;}
.arialGld12 {font-size: 12px; color: #CCCC99; font-family: arial;}
.arialBlk11Bld {font-size: 11px; color: #000000; font-family: arial; font-weight: bold;}
.arialBlk12Bld {font-size: 12px; color: #000000; font-family: arial; font-weight: bold;}

/*navigation text styles*/
.mainNav{
font-size: 11px;
color: #000000;
font-family: arial;
text-decoration: none;
font-weight: bold;
}
A:hover.mainNav {text-decoration: none; font-color: #000000;}
A:visited.mainNav {color: #000000; text-decoration: none;}
A:active.mainNav {color: #000000; text-decoration: none;}

/*Links*/
A.arialGld11Lnk {font-size: 11px; color: #CCCC99; font-family: arial; text-decoration: underline;}
A.arialGld11Lnk:hover {text-decoration: none; color: #CCCC99;}

A.arialGld12Lnk {font-size: 12px; color: #CCCC99; font-family: arial; text-decoration: underline;}
A.arialGld12Lnk:hover {text-decoration: none; color: #CCCC99;}

/*Forms*/
.inputBox {
	font-size : 11px;
	background-color: #999999;
	border: #999999 1px solid;
}
