body {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #73ACA8;
	text-decoration: none;
}

#header {
	text-align: center;
	margin-top: 0px;
	width: 100%;
}

#footer {
	text-align: center;
	width: 100%;
	font-size: 12px;
	color: #666666;
}

#mainArea {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 50px;
	border: 1px solid #111011;
	min-height: 600px;
	height: auto;
}

#mainAreaText {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 50px;
	border: 1px solid #111011;
	min-height: 600px;
	height: auto;
	padding: 20px;
}

#clear {
	clear: both;
}


/*
	Table styles
*/
.niceTableBorder td {
	padding: 5px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.rowAlternate1 {
	background-color: #161616;
}

.rowAlternate2 {
	background-color: #101010;
}

.rowHeader {
	background: url(../images/menu/hd_nav_unsel.gif) repeat-x;
}

.rowHeader2 {
	background-color: #000000;
}

.statusMessage {
	background-color: #FFFFCC;
	border: 1px dashed #3366FF;
	width: 90%;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 2px;
	color: #000000;
}

input {
	background-color: #111011;
	color: #FFFFFF;
	border: 1px solid #FF9933;
}

textarea {
	background-color: #111011;
	color: #FFFFFF;
	border: 1px solid #FF9933;
}

.goodText {
	color: #00FF00;
}

.badText {
	color: #FF0000;
}

hr {
	height: 1px;
	background-color: #6666CC;
	border: 0px;
}

h2 {
	font-weight: normal;
}