/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	scrollbar-face-color: #353535;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #353535;
	scrollbar-3dlight-color: #454545;
	scrollbar-arrow-color:  #007799;
	scrollbar-track-color: #202020;
	scrollbar-darkshadow-color: #202020;
}


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

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #000000; border: 1px #9a0000 solid; padding: 5px; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #151426; border: 1px #202020 solid; }
.borderline { background-color: #151010; border: 1px #202020 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #202020; color: white; font-weight: bold; font-size : 12px; font-family: "Arial"; }
td.row2	{ background-color: #353535; color: white; font-weight: bold; font-size : 12px; font-family: "Arial"; }
td.row3	{ background-color: #454545; }
tr.row1	{ background-color: #202020; }
tr.row2	{ background-color: #353535; }
tr.row3	{ background-color: #454545; }


/* Header cells */
td.topheader {
	background-image: url(images/cellpic2.gif);
}

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

/* 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: #007799; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* Killbox text */
.killplace { font-weight: bold; font-size : 11px; font-family: "Arial"; color : #ccccdd; }
.killloc { font-weight: normal; font-size : 11px; font-family: "Arial"; color : #ccccdd; }
.killlocoff { font-weight: normal; font-size : 11px; font-family: "Arial"; color : #9c9c9c; }
.killsection { font-weight: bold; font-size : 10px; font-family: "Arial"; color : #CCCCCC; }
.killname { font-size : 10px; font-family: "Arial"; color : #a54545; }
.killalive { font-size : 10px; font-family: "Arial"; color : #9c9c9c; }
.killdead { font-size : 10px; font-family: "Arial"; color : #BB3333; }


/* Frontpage text */
.akkimheader { font-weight: bold ; font-size: 16px; font-family: "Arial"; color: #ffe9e9; }
.akkimdate { font-size : 10px ; font-family: arial; color : #a54545; }
.akkimblog { font-size : 11px ; font-family: verdana; color : #ffe9e9; }

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

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #007799}
a.cattitle		{ text-decoration: none; color : #007799; }
a.cattitle:hover{ text-decoration: none; }

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

/* 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 : #FFFFFF;}
a.nav			{ text-decoration: none; color : #007799; }
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 : #FFFFFF; }
a.topictitle:link   { text-decoration: none; color : #007799; }
a.topictitle:visited { text-decoration: none; color : #006688; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

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

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

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

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #0A0A0A; border: #454545; 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: #999999; line-height: 125%;
	background-color: #0A0A0A; border: #454545; 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: #999999; letter-spacing: -1px;}
a.copyright		{ color: #999999; text-decoration: none;}
a.copyright:hover { color: #FFFFFF; text-decoration: underline;}

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

/* 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 : #202020;
	color : #FFFFFF;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

/* None-bold submit button */
input.liteoption {
	background-color : #0A0A0A;
	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: #353535; border-style: none; }


/* New Header */
.header {
	background-image: url('/main/images/midnight_header.png');
	background-repeat: no-repeat;
	height: 200px;
	width: 960px;
}

.headercata {
	background-image: url('/main/images/midnight_header_dragonsoul.png');
	background-repeat: no-repeat;
	height: 200px;
	width: 960px;
}

.headertext {
	font: 20px/1.5 'Helvetica Neue','Arial','Liberation Sans',FreeSans,sans-serif;
	color: #000000;
	font-weight: bold;
	text-indent: 400px;
}

.headertext a:link, a:active, a:visited {
	color: #000000;
	text-shadow: #333333 1px 1px 2px;
}
.headertext a:hover {
	color: #007799;
	text-shadow: #0f0f0f 1px 1px 2px;
}

