html {
  height: 100%;
}

body {
  height: 100%;
}

img {
  border: 0px;
}

body {
  background: black;
  color: #FF9C00;
}

a {
  color: #FFFFFF;
}

a:visited {
  color: #CBCBCB;
}

a:hover {
  color: #127717;
}

div#banner {
  left:0px;
  top:0px;
  border: 1px orange dashed;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

div#menu {
  float: right;
  margin: 10px;
  padding: 10px;
  background: black;
  border: 1px orange dashed;
  z-index: 1;
}

div#main {
  background: #000 url(/images/trace.jpg) center no-repeat fixed;
  border: 1px orange dashed;
  width: 100%;

  position: relative;
  min-height: 100%;
}

div#keys {
  margin-right: 120px;
  margin-top: 20px;
  border: 1px orange dashed;
  padding: 20px;
}

.news_title {
  font-weight: bold;
  font-size: 16pt;
  text-align: justify;
}

.news_story {
  margin-top: 30px;
  border: 1px dotted orange;
  padding: 10px;
}

.news_short_story {
  text-align: justify;
  font-family: georgia, verdana, arial, sans-serif;
  font-size: 14;
}

.news_full_story {
  text-align: justify;
  font-family: georgia, verdana, arial, sans-serif;
  font-size: 14;
}

.news_comment {

}

.news_footer {
  border-top: 1px dotted #f2f3f3;
  margin-top: 10px;
}

.news_author {
  font-style: italic;
  font-family: georgia, verdana, arial, sans-serif;
  font-size: 11pt;
  color: #0F0;
}

.news_comments_link {
  font-family: georgia, verdana, arial, sans-serif;
  font-size: 11;
}

div#forum
{
  margin-right: 160px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
}

table {
  border: 0px;
}
 /*******/
 / phpbb /
 /*******/


/* General text */
.gen { font-size : 16px; }
.genmed { font-size : 14px; }
.gensmall { font-size : 13px; }


/* Forum category titles */
.categorybar		{ border: 1px orange dotted;}
.cattitle		{ font-weight: bold; font-size: 16px ; letter-spacing: 1px; color : #FFFFFF}
a.cattitle		{ text-decoration: none; color : #FFFFFF; }
a.cattitle:visited	{ text-decoration: none; color : #FFFFFF; }
a.cattitle:hover	{ text-decoration: underline; }


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


/* titles for the topics: could specify viewed link colour too */
.topictitle		{ font-weight: bold; font-size: 14px; color : #DDDDDD; }
a.topictitle:link	{ text-decoration: none; color : #F8A406; }
a.topictitle:visited	{ text-decoration: none; color : #A56C03; }
a.topictitle:hover	{ text-decoration: underline; color : White; }


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

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


/* The content of the posts (body of text) */
.postbody { font-size : 13px;}
a.postlink:link	{ text-decoration: none; color : #F8A406 }
a.postlink:visited { text-decoration: none; color : #A56C03; }
a.postlink:hover { text-decoration: underline; color : White;
}


/* Form elements */
input,textarea, select {
	background: transparent;
	color : #F8A406;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px orange dotted;
}


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

/* The main submit button option */
input.mainoption {
	background: transparent;
	font-weight : bold;
	/* border : 1px solid #999999; */
}

/* None-bold submit button */
input.liteoption {
	background: transparent;
	font-weight : normal;
	/* border : 1px solid #999999;	 */
}

input.checkbox {
	border: 1px orange dotted;
	background: transparent;
}

/* 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 { border-style: none;  color : White;  }


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


td.mainforumcell {
	border: 1px orange dotted;
	border-left-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 0px;
	border-top-width : 0px;
}

td.newpms {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : White;
	text-align : center;
}

td.forumcolumns {
	padding: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : center;
	color: white;
}

td.tableborder {
	padding: 10px;
	border: 1px orange dashed;
}

td.row1{border: 1px orange dotted;}
td.row2{border: 1px orange dotted;}
td.row3{border: 1px orange dotted;}
td.inputrow{border: 1px orange dotted;}

a.faqlink {
	color: #F8A406;
	text-decoration: none;
}

.error {
	font-size : 11px; 
	font-weight: bold;
	color: #F8A406;
}

