 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000; ?>;
	color: f2bfbf;
	font-family: "Times New Roman", serif;
	/*scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;*/
}

a {text-decoration: none; color: white}
a:visited {color: #CCCCCC}
a:hover {color: red}
a:active {color: red}

h1, h2, h3 {font-family: Arial, sans-serif; color: d32626}

span.textsmall {font-size: 0.7em}
span.textlarge {font-size: 1.5em}
span.header {font-family: Arial, sans-serif; color: #d32626}
span.sansserif {font-family: Arial, sans-serif}

td.mainmenu {font-size: 0.7em; font-family: Arial, sans-serif}
td.welcome {font-size: 0.7em}
td.login {font-size: 0.7em}

.nav {font-family: Arial, sans-serif; font-size: 0.7em}
.location {font-family: Arial, sans-serif; font-weight: bold; color: d32626}

th {font-family: Arial, sans-serif; background-color: 140000; color: d94040; font-weight: bold}
th.forum {font-size: 0.7em}

input.login {font-size: 11px; font-family: Verdana, Arial, sans-serif}

td.topic_title{}
td.topic_lastpost{font-size: 0.7em}
td.topic_replies{font-size: 0.7em}
td.topic_views{font-size: 0.7em}

hr {height: 0px; border: solid CC0000 0px; border-top-width: 1px}

/* General text */
/*.gen {font-size: 1.5em}
.genmed {font-size: }*/
.gensmall {font-size: 0.7em}
/*.gen,.genmed,.gensmall {}
a.gen,a.genmed,a.gensmall {}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{color: red}*/

/* Forum category titles */
.cattitle {font-family: Arial, sans-serif; font-weight: bold}
a.cattitle {}
a.cattitle:hover {color: red}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink {font-family: Arial, sans-serif; font-weight: bold}
a.forumlink {}
a.forumlink:hover {color: red}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */

/*a.nav {}
a.nav:hover {color: red}*/

/* titles for the topics: could specify viewed link colour too */
.topictitle	{font-weight: bold}
a.topictitle:link {}
a.topictitle:visited {}
a.topictitle:hover {color: red}


/* Location, number of posts, post date etc */
.postdetails {font-size : x-small}

/* The content of the posts (body of text) */
/*.postbody {}
a.postlink:link	{text-decoration: none; color : #006699 }
a.postlink:visited {text-decoration: none; color : #5493B4; }*/
a.postlink:hover {color: red}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	background-color: #0A0000; border-style: solid; border-width: 1px;
	border-left-color: #400000; border-top-color: #400000; border-right-color: #200000; border-bottom-color: #200000
}

.quote {
	background-color: #0A0000; border-style: solid; border-width: 1px;
	border-left-color: #400000; border-top-color: #400000; border-right-color: #200000; border-bottom-color: #200000
}


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

table#header {background: #003300 url(images/header_gradient.gif) repeat-x top left;}

#nav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 2px 0 0 46px;
  list-style: none;
  }
#nav li {
  float: left;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  }
#nav a {
  float: left;
  display: block;
  margin: 0 1px 0 0;
  padding: 4px 8px;
  color: #001400;
  text-decoration: none;
  border: 1px solid #006600;
  border-bottom: none;
  background: #80e680 url(images/nav_bg_off.gif) repeat-x top left;
  }

#nav a:hover, body#forum #t-forum a{
  padding-bottom: 5px;
  background: #bff2bf url(images/nav_bg_on.gif) repeat-x top left;
  }

