BODY
{
	background-color: #6F7C73;
	color: white;
}
A.adLink
{
	color: navy;
	font-family: verdana, tahoma, sans-serif, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
A.adLink:Hover
{
	color: steelblue;
}
INPUT.box
{
	background-color: #FFFFFF;
	border: 1px solid black;
}
OBJECT
{
	border: 1px solid black;
}

/*
 * Admin Stuff
 */

BODY.adBody
{
	background-color: #446cc0;
	margin: 0px 0px 20px 0px;
}
BODY.adeBody
{
	background-color: #ECECEC;
	color: black;
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

TABLE.adMainTable
{
	height: 100%;
	width: 100%;
}
TR.adHeader
{
	background-color: #DC331C;
	border-bottom: 1px solid black;
	color: white;
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
}
TD.adeHeader
{
	font-size: 15px;
	font-weight: bold;
}
TD.adHeaderLabel
{
	border-right: 1px solid black;
	text-align: center;
}
TD.adPages
{
	padding: 2px 0px 2px 5px;
}
TR.adRow1
{
	background-color: #ECECEC;
	padding: 2px 0px 2px 0px;
}
TR.adRow2
{
	background-color: #FFFFFF;
	padding: 2px 0px 2px 0px;
}
TD.adTextValue
{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	color: black;
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
SPAN.errorMsg
{
	color: red;
	text-align: center;
	width: 100%;
}