
 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
color : #ffffff;
background-color: #000000;
SCROLLBAR-base-COLOR: #2A2A34; 
SCROLLBAR-ARROW-COLOR: #9F9FA8;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #E4E4E4; text-decoration: none; }
a:hover		{ text-decoration: none; color : #EFC70A; }
hr {
border-top: 1px solid #121316;
border-bottom: 1px solid #47475D;
height: 2px;
width: 100%;
}

/* Menu Links */
.menu		{ font-size: 11px; font-family: CENTURY GOTHIC; color: WHITE; text-decoration: none;}
a.menu		{ color: navy; text-decoration: none;}
a.menu:link   { text-decoration: none; color : white; }
a.menu:visited { text-decoration: none; color : white; }
a.menu:hover { color: orange; text-decoration: underline;}


/* Main Menu */
.mainmenu		{ font-size: 13px; font-family: CENTURY GOTHIC; color: WHITE; text-decoration: none;}
a.mainmenu		{ color: gray; text-decoration: none;}
a.mainmenu:link   { text-decoration: none; color : gray; }
a.mainmenu:visited { text-decoration: none; color : gray; }
a.mainmenu:hover { color: orange; text-decoration: underline;}


/* List Names */
.list_names		{ font-size: 12px; font-family: CENTURY GOTHIC; color: WHITE; text-decoration: none;}
a.list_names		{ color: black; text-decoration: none;}
a.list_names:link   { text-decoration: none; color : gray; }
a.list_names:visited { text-decoration: none; color : gray; }
a.list_names:hover { color: orange; text-decoration: underline;}



/* List Links */
.list_links		{ font-size: 11px; font-family: CENTURY GOTHIC; color: WHITE; text-decoration: none;}
a.list_links		{ color: black; text-decoration: none;}
a.list_links:link   { text-decoration: none; color : gray; }
a.list_links:visited { text-decoration: none; color : gray; }
a.list_links:hover { color: ORANGE; text-decoration: underline;}



/* Body Links */
.body		{ font-size: 11px; font-family: CENTURY GOTHIC; color: GRAY; text-decoration: none;}
a.body		{ color: gray; text-decoration: none;}
a.body:link   { text-decoration: none; color : gray; }
a.body:visited { text-decoration: none; color : gray; }
a.body:hover { color: blue; text-decoration: underline;}

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

/* Form elements */
input,textarea, select {
color : BLUE;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
BORDER-RIGHT: #47475D 1px solid; 
BORDER-TOP: #121316 2px solid; 
BORDER-BOTTOM: #47475D 1px solid;
BORDER-LEFT: #121316 2px solid;
background:#ffffff;
}

/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #0d0e13;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
BORDER-RIGHT: #121316 2px solid; 
BORDER-TOP: #47475D 2px solid; 
BORDER-BOTTOM: #121316 1px solid;
BORDER-LEFT: #47475D 2px solid;
background:#2C2C3C;
color : #e4e4e4;
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
BORDER-RIGHT: #121316 2px solid; 
BORDER-TOP: #47475D 2px solid; 
BORDER-BOTTOM: #121316 1px solid;
BORDER-LEFT: #47475D 2px solid;
background:#2C2C3C;
font-weight : bold;
}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
