
BODY {
  background: #191919;
  color: #FFFFFF;
  margin: 5px;
  font-family: Fixedsys, System;
  font-size: 8px;
}

a:link {color: #FFFFFF; border-color:#297CCA; font-size: 8px; text-decoration: none ; font-family: Fixedsys, System;}
a:active {color: #FFFFFF; border-color:#297CCA; font-size: 8px; text-decoration: none ; font-family: Fixedsys, System;}
a:visited {color: #FFFFFF; border-color:#297CCA; font-size: 8px; text-decoration: none ; font-family: Fixedsys, System;}
a:hover {color: #336699; border-color:#297CCA; font-size: 8px; text-decoration: none ; font-family: Fixedsys, System;}

img {
	border-color:#297CCA;
	}

.text1 {
color: #c0c0c0;
font-family: abadi mt condensed extra bold, arial, helvetica;
font-size: 15px;
padding: 5;
}
.text2 {
color: #c0c0c0;
font-family: abadi mt condensed extra bold, arial, helvetica;
font-size: 16px;
}
.update {
color: #FFFFFF;
background-color: #a6a6a6;
font-family: abadi mt condensed extra bold, arial, helvetica;
font-size: 15px;
}

div#cal img , p{
	float:right;
	margin: 2em;
	clear:right;
	}
      



TR.headerNavigation {
  background: #a6a6a6;
}

TR.headerContent {
  background: #000000;
}

/*-----------------------------------------------------*/

/* Form elements */
input,textarea, select {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input.post, textarea {
	border: solid 1px #2370B6;
	background-color: #222;
	color: #D0D0D0;
}
* html input.post, * html textarea { border-color: #D0D0D0; }
input.post:hover, textarea:hover { border-color: #D0D0D0; }
input.post:focus, textarea:focus { border-color: #F0E80A; color: #FFF; }


select {
	background-color: #000;
	color: #D0D0D0;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #313131;
	color: #D0D0D0;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #444;
}
input.button:hover { 
	background-color: #444; 
	color: #FFF;
}
* html input.button { color: #000; }

/* The main submit button option */
input.mainoption {
	background-color: #222;
	color: #D0D0D0;
	font-weight : bold;
	border: solid 1px #000;
}

/* None-bold submit button */
input.liteoption {
	background-color: #222;
	color: #D0D0D0;
	border: solid 1px #000;
}

input.mainoption:hover, input.liteoption:hover { border-color: #D0D0D0; }
input.mainoption:focus, input.liteoption:focus { color: #FFF; border-color: #F0E80A; }


/* 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: #313131; border: solid 1px #313131; color: #D0D0D0; }


/*
	Styled checkboxes and radio buttons.
	Created by Philip Howard, GamingHeadlines.co.uk
	Web: http://www.gamingheadlines.co.uk/wod/formstyle/index.html
*/
.checkbox {
	background: url(images/CheckboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.checkbox, a.checkboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.checkbox {
	background: url(images/CheckboxUnchecked.gif) no-repeat center center;
}
a.checkboxchecked {
	background: url(images/CheckboxChecked.gif) no-repeat center center;
}

.radiobox {
	background: url(images/RadioboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.radiobox, a.radioboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.radiobox {
	background: url(images/RadioboxUnchecked.gif) no-repeat center center;
}
a.radioboxchecked {
	background: url(images/RadioboxChecked.gif) no-repeat center center;
}

.inputhidden { display: none; }