/* General page style. The scroll bar colours only visible in IE5.5+ */
 body {
background-color: #000000;
scrollbar-face-color: #602C72;
scrollbar-highlight-color: #602C72;
scrollbar-shadow-color: #602C72;
scrollbar-3dlight-color: #602C72;
scrollbar-arrow-color:  #FFFFFF;
scrollbar-track-color: #333355;
scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
//font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { color : #FFFFFF; }
a:hover { text-decoration: underline; color : #FFFFFF; }
hr { height: 0px; border: solid #c2cdd6 0px; border-top-width: 1px; }

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

/* Cod Font */
.cod { font-size: 12px; color: #FFFFFF; }

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

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

/* General text */
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen,.genmed,.gensmall { color: #FFFFFF; }
a.gen,a.genmed,a.gensmall { color: #AF95DF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #AF95DF; text-decoration: underline; }

/* Navigation titles */
.navtitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color: #FFFFFF;}
a.navtitle { text-decoration: none; color: #FFFFFF; }
a.navtitle:hover { text-decoration: underline; }

/* Wizlist titles */
.wiztitle { font-weight: bold; font-size: 13px ; letter-spacing: 1px; color: #FFFFFF;}
a.wiztitle { text-decoration: none; color: #FFFFFF; }
a.wiztitle:hover { text-decoration: underline; }

/* Navigation links */
.navlink { font-weight: bold; font-size: 10px; color : #FFFFFF; }
a.navlink { text-decoration: none; color : #FFFFFF; }
a.navlink:hover { text-decoration: underline; color : #FFFFFF; }

/* Race links */
.racelink { font-weight: bold; font-size: 9px; color : #FFFFFF; }
a.racelink { text-decoration: none; color : #FFFFFF; }
a.racelink:hover { text-decoration: underline; color : #FFFFFF; }

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

/* Form elements */
input,textarea, select {
color: #000000;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border-color: #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select { background-color: #ffffff; }
input { text-indent: 2px; }

/* The main submit button option */
input.mainoption {
background-color: #fafafa;
font-weight: bold;
}

/* None-bold submit button */
input.liteoption {
background-color: #fafafa;
font-weight: normal;
}
