﻿/* General page style. The scroll bar colours only visible in IE5.5+ */

body { 

	/*background-color:#FFFFFF;*/
	/*background-color:#ffffec;*/
	background-color:#999999;
	/*scrollbar-face-color:#0080ff;*/
	/*scrollbar-face-color:#003366;*/
	/*scrollbar-highlight-color: FFFFFF;*/
	/*scrollbar-shadow-color: 003366;*/
	/*scrollbar-3dlight-color: 003366;*/
	/*scrollbar-arrow-color:#003366;*/
	/*scrollbar-track-color: EFEFEF;*/
	/*scrollbar-darkshadow-color: DEE3E7;*/
}



/* General font families for common tags */

font,th,td,p, div { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }

a { font-weight: bold; color: #0080FF; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }

a:active {  text-decoration: none}

a:hover {  text-decoration: underline; color: 003366}

hr { border-top-width:0px; height:1px; 	color: #0080FF;
    width: 111%;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
}

.bodyline { border-width:0px; }

/* This is the outline round the main forum tables */

.forumline	{ background-color: FFFFFF; border: 2px 0080ff solid; }

/* Main table cell colours and backgrounds */

td.row1	{ background-color: f0f0f0; }

td.row2	{ background-color: fafafa; }

td.row3	{ background-color: ffffff; }

