@charset "utf-8";
/* CSS Document */
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
label {
	float: left;
	width: 12em;
	padding-top: 4px;
}
.userinput {
	font-size: 0.98em;
	color: #0099CC;
	border: 1px inset #0099CC;
	margin-bottom: 4px;
}
.error {
	font-weight: bold;
	color: #000066;
	background-color: #FFCC00;
}
#Container #Content #Main {
	margin-right: 0em;
}
#Container #AdminMenu {
	background-color: #FFFFFF;
	height: 26px;
}
#Container #Content #Main .datatable {
}
#Container #Content #Main .datatable th {
	color: #000033;
	background-color: #E4E4E4;
	text-align: left;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 2px;
	padding-bottom: 1px;
}
#Container #Content #Main .datatable td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#Container #Content #Main .datatable .even {
	background-color: #012D57;
}#Container #Content #Main .datatable .hover {
	background-color: #0B68A1;
}
#Container #Content #Main #submit {
	margin-left: 12em;
}
