﻿/* HTML overrides */

body, body div, body p, body th, body td, body li, body dd {
  font-size: small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
  font-family: Arial, Helvetica, sans-serif;
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	background-color: #000000;
}

a {
	color: #AAAAAA;
	text-decoration: underline;
}

a:hover {
	color: #dddddd;
	text-decoration: underline;
}

img{
	border: 0px;
}

ul {
	list-style-position: outside;
	list-style-type: square;

}

ol {
	list-style-position: outside;
	list-style-type: decimal;
}

li {
	padding-top: 6px;
}

table {
	border: thin solid white;
	color: white;
	background-color: black;
	text-align: center;
}

td {
	vertical-align: top;
	padding: 3px;
}

hr {
	color: #999999;
	border: thin solid #EAEBDA;
}

/* Development classes */

.tblnoborder {
	border: 0px;
	vertical-align: top;
}

.hi-img {
	border: thin solid white;
}

.verify {
	color: #007700;
}

.refine {
	color: #777700;
}

.need {
	color: #770000;
}

/* custom classes */

.linebox {
	clear: both;
	vertical-align: top;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.resbonus {
	background-color: #00ff00;
	color: black;
}

.resmal {
	background-color: #ff0000;
	color: black;
}

.habtable {
	border: thin solid white;
}

.habtable td {
	text-align: center;
}

.habtable tleft {
	text-align: left;
}

.habtable th {
	text-align: center;
}

.container {
	padding: 0px;
	width: 80%;
}

.formline {
	clear: both;
	width: 70%;
	padding: 0px;
	text-align: left;
	margin: 0px;
}

.formline .formleft {
	float: left;
	text-align: left;
	width: 40%;
}

.formline .formright {
	float: right;
	text-align: left;
	width: 60%;
}

.formlinelast {
	clear: both;
	width: 70%;
	padding: 0px;
	text-align: left;
	margin: 0px;
	margin-bottom: 4px;
	padding-bottom: 15px;
}

.formlinelast .formleft {
	float: left;
	text-align: left;
	width: 40%;
}

.formlinelast .formright {
	float: right;
	text-align: left;
	width: 60%;
}

/* Site area definition */
#container {
	background-color: #1E2531;
	color: #B6B6B6;
}

#container p{
	font-size: 100%;
	font-weight: normal;
}

#container h1{
	font-size: 120%;
	font-weight: bold;
}

#container h2{
	font-size: 100%;
	font-weight: bold;
	color:#D6D7AA;
}

#menu {
	width: 100%;
	padding: 5px 0px 5px 0px;
}
#menu .menuOptions {
	/*clear: both; */
	padding: 5px 0px 5px 0px;
	margin: 0px;
	margin-top: 5px;
	font-size: 100%;
	text-align: center;
	}
		
	#menu .menuOptions a {text-decoration: none; color: #aaaaaa;  padding: 2px 6px 2px 6px; background-color: #222222;}
 /* {display: block; float: left; padding: 2px 10px 1px 10px; text-decoration: none; color: #aaaaaa; background-color: #222222; border-right: 2px solid black;}*/
	#menu .menuOptions a:hover {color: #ffffff; background-color: #555555;}
	#menu .menuOptions .a2 {text-decoration: underline; color: #aaaaaa;  padding: 2px 6px 2px 6px; background-color: #222222;}
	#menu .menuOptions .a2:hover {color: #ffffff; background-color: #555555;}

#maincontent {
	padding: 10px 5px 5px 5px;
}

#boxright {
	float: right;
	width: 150px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #888800;
	border-right-color: #888800;
	border-bottom-color: #888800;
	border-left-color: #888800;
	border-right-style: none;
	border-left-style: none;
	margin-left: 5px;
	padding: 10px 10px 15px 10px;
}

#rightfloat {
	float: right;
}

#leftfloat {
	float: left;
}

#boxright .boxdiv {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #888800;
}

#header {
	clear: both;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 91px;
}
#lowermenu {
	clear: both;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	margin-top: 5px;
	font-size: 80%;
	text-align: left;
}
	#lowermenu a {text-decoration: none; color: #aaaaaa;  padding: 2px 6px 2px 6px; background-color: #222222;}
	#lowermenu a:hover {color: #ffffff; background-color: #555555;}

#footer {
	/* clear: both; */
	margin-top: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ffffff;
	font-size: 60%;
	text-align: center;
}



