HTML {
	height: 100%;
	width: 100%;
}

BODY {
	background-color: #ea8b2b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TABLE {
	border-collapse: collapse;
}

FORM {
	padding: 0px;
	margin: 0px;
}

A {
	color: #0088d9;
	text-decoration: none;
}

A:HOVER {
	color: #0088d9;
	text-decoration: underline;
}

#dUploadForm {
	position: absolute;
	display: none;
	top: -10px;
	left: 0px;
	width: 400px;
	height: 300px;

	background-color: #101010;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 15px;
	border: 1px solid #333333;
	z-index: 1000;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-opacity: 0.90;
	opacity: 0.90;
	filter:alpha(opacity=90);

	-moz-box-shadow: 0 0 15px black;
	-webkit-box-shadow: 0 0 15px black;
	box-shadow: 0 0 15px black;
}

.title {
	color: #0077e5;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #898989;
	padding: 5px;
}

.menuItemActive {
	padding: 10px;
	background-color: #ea8b2b;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}

.menuItemInactive {
	padding: 10px;
	background-color: #a0a0a0;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}

.listHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #2260dd;
}

.listItem {
	border-bottom: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
}

.screeners {
	font-size: 10px;
}

.screenersHead {
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.screenersBold {
	font-weight: bold;
}

.screenersOQ {
	background-color: #ffff00;
}
