/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	scrollbar-face-color: #402000;
	scrollbar-highlight-color: #201000;
	scrollbar-shadow-color: #100800;
	scrollbar-3dlight-color: #301800;
	scrollbar-arrow-color:  #BB0000;
	scrollbar-track-color: #100800;
	scrollbar-darkshadow-color: #301800;
}

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

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

.calign	{ text-align:center; }
.ralign	{ text-align:right; }
.lalign { text-align:left; }
.jalign { text-align:justify; }

.spacer	{ background: none; border: solid #FFA34F; border-width: 1px 0px 0px 0px; }

/* Main table cell colours and backgrounds */
td.row1, tr.row1 td	{ background-color: #100800; }
td.row2, tr.row2 td	{ background-color: #000000; }
td.row3, tr.row3 td	{ background-color: #201000; }

/* Header cells: top for highest table heading, inner for column headers etc. */
th.top, td.top, tr.top th, tr.top td	{
	padding-top: 20px; background: none; color: #FFA34F;
	font-size:12px; font-weight:bold; text-align: left;
	border: solid #FFA34F; border-width: 0px 0px 1px 0px; }
th.top a, td.top a	{
	color: #FFA34F;
}

.inner	{
	background: #333333; border: 0px; font-size: 10px;
}

/* 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 : #e5e5e5;
}

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

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #e5e5e5 }
td.mainmenu a		{ text-decoration: none; color : #DD0000;  }
td.mainmenu a:hover	{ text-decoration: underline; color : #FF0000; }

/* Forum category titles */
th.top a, td.top a	{ text-decoration: none; color : #FFA34F; }
th.top a:hover, td.top a:hover	{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #DD0000; }
a.forumlink 	{ text-decoration: none; color : #DD0000; }
a.forumlink:hover{ text-decoration: underline; color : #FF0000; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #e5e5e5;}
a.nav			{ text-decoration: none; color : #DD0000; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #e5e5e5; }
a.topictitle:link   { text-decoration: none; color : #DD0000; }
a.topictitle:visited { text-decoration: none; color : #990000; }
a.topictitle:hover	{ text-decoration: underline; color : #FF0000; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #e5e5e5;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #e5e5e5; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #DD0000 }
a.postlink:visited { text-decoration: none; color : #990000; }
a.postlink:hover { text-decoration: underline; color : #FF0000}

/* message box borders */
.errorbox, .guestshout
	{ border: solid 2px #FFA34F; }
.siteshout	{ border: solid 2px #DD0000; }

/* admin & mod name colours */
.adname,a.adname:link,a.adname:visited,a.adname:hover
	{ color: #FFA34F;
	font-weight: bold; }
.modname,a.modname:link,a.modname:visited,a.modname:hover
	{ color: #999999;
	font-weight: bold; }

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #FF0000;
	background-color: #111111; border: #333333; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CCCCCC; line-height: 125%;
	background-color: #111111; border: #333333; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

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

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

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

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #000000;
	color : #e5e5e5;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

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

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #000000; border-style: none; }

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