A
{
	text-decoration: none;
	color: #D6BF61;
}
A:hover
{
	color: #888888;
   	text-decoration: none;
	background: #F8CE3F;
}
BODY
{
	color: #FFFFAA;
	background-color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;

}
TABLE
{
	margin-left: auto;
	margin-right: auto;
}
TD
{
	text-align: left;
	font-size: 11px;
}
TH
{
	text-align: center;
	font-size: 11px;
}

.guide TD
{
	text-align: center;
	color: white;
	font-size: 11px;
}
.guide TH
{
	font-size: 11px;
	color: white;
	background-color: #4F4F4F;
}
.menus TD
{
	color: white;
	text-align: center;
	background-color: #0f0f0f;
}
.menus TH
{
	color: white;
	background-color: #040404;
}
.inputtable TD
{
	font-size: 11px;
	color: white;
}
.inputtable TH
{
	font-size: 11px;
	color: white;
	background-color: #4F4F4F;
}
TABLE.scorestable
{
	width: 100%;
}
.scorestable TH
{
	color: white;
	font-size: 11px;
}
.scorestable TD
{
	font-size: small;
}
.empstatus TH { text-align: left; }
.empstatus TD { text-align: right; }

.mnormal { color: #d0f8ff; }
.mdisabled { color: yellow; }
.mself { color: #33CCFF; }
.mally { color: #9FBFDF; }
.mprotected { color: #339966; }
.mdead { color: #ff0000; }
.madmin { color: #ff70ff; }

.cgood { color: lime; }
.cgood1 { color: red; }
.cwarn { color: yellow; }
.cbad { color: red; }
.cneutral { color: white; }

.era1
{
	color: white;
	background-color: navy;
	font-size: 11px;
}
.era2
{
	color: white;
	background-color: maroon;
	font-size: 11px;
}
.era3
{
	color: white;
	background-color: #005F00;
	font-size: 11px;
}
.era4
{
	color: white;
	background-color: #FA8705;
	font-size: 11px;
}
.era5
{
	color: white;
	background-color: #FF0000;
	font-size: 11px;
}
.era0
{
	color: white;
	background-color: maroon;
	font-size: 11px;
}
.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

FORM .button {
	font-size: 11px;
	font-family: Tahoma;
	BORDER-RIGHT: white 1px outset; 
	PADDING-RIGHT: 1px; 
	BORDER-TOP: white 1px outset; 
	BORDER-BOTTOM: white 1px outset; 
	PADDING-TOP: 1px; 
	PADDING-BOTTOM: 1px; 
	PADDING-LEFT: 1px; 
	BORDER-LEFT: white 1px outset;  
	MARGIN: 1px; 
	COLOR: #ffffff; 
	TEXT-DECORATION: none; 
	BACKGROUND-COLOR: #4e4e4e; 
	TEXT-ALIGN: center;
}
FORM .buttonHover {
font-size: 11px;
	font-family: Tahoma;
	BORDER-RIGHT: white 1px inset; 
	PADDING-RIGHT: 1px; 
	BORDER-TOP: white 1px inset; 
	BORDER-BOTTOM: white 1px inset; 
	PADDING-TOP: 1px; 
	PADDING-BOTTOM: 1px; 
	PADDING-LEFT: 1px; 
	BORDER-LEFT: white 1px inset;  
	MARGIN: 1px; 
	COLOR: #000000; 
	TEXT-DECORATION: none; 
	BACKGROUND-COLOR: #F8CE3F; 
	TEXT-ALIGN: center;
}

#userdata,#userdata_p {
	cursor: text;
	font-family: Tahoma;
	font-size: 11px;
	text-align:left;
	color:#000000;
	border-width:1pt;
	background-color:#8d8d8d;
	border-color:#F8CE3F;
	border-style:solid;
}



