p { margin-top: 0px; margin-bottom: 10px;}
tr { vertical-align: top; }
td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #353947;
	font-size: 10pt;
}

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
	margin: 20px;
}

form { margin: 0px; }
a, a:visited, a:active { color: #333333; }
a:hover { color: #333333; text-decoration: none; }

.listingCol {
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
.notification {
	font-weight: bold;
	font-size: 9pt;
	background: #416dae;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px black;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.formButtons, .waitingDiv {
	border: 1px solid #d5d6d8;
	width: 250px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 13px;
	margin-left: 2px;
}
.waitingDiv {
	display: none;
}

input, textarea, .inputClass, .inputClassSmall, select {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: white;
	border: 1px black solid;
}
.inputClassSmall {
	font-size: 8pt;
}
.sortingTableHeader, .sortingTableHeader a, .sortingTableHeader a:visited, .sortingTableHeader a:link, .sortingTableHeader a:active {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	background: #416dae;
}
.detailLeft {
	width: 150px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #EEEEEE;
}
.detailRight {
	background: #EEEEEE;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #CCCCCC;
	width: 450px;
}
.detailHeader {
	font-weight: bold;
}
.titleClass {
	text-align: right;
	font-weight: bold;
	background: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #EEEEEE;
}
h1, .h1 {
	padding-right: 7px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 13pt;
	color: #333333;
}
h2 { margin: 0; font-weight: bold; color: #666666; font-size: 11pt; }
h3 { margin: 0; font-weight: bold; color: #666666; font-size: 10pt; }
.errorMessage {
	color: #A60000;
	font-style: italic;
	font-weight: bold;
}
.buttonStyle {
	font-weight: bold;
	font-size: 8pt;
	background: #CCCCCC;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

.menuTop {
	padding: 5px; cursor: pointer; height: 16px;
	background-color: black; text-align: center;
}
.menuTopOn {
	padding: 5px; cursor: pointer; height: 16px;
	background-color: black; text-align: center;
}
.menuTopOver {
	padding: 5px; cursor: pointer; height: 16px;
	background-color: #333333; text-align: center;
}
.menuTop a, .menuTop a:visited, .menuTop a:link, .menuTop a:active { text-decoration: none; color: white; font-size: 12pt; font-weight: bold; }
.menuTopOn a, .menuTopOn a:visited, .menuTopOn a:link, .menuTopOn a:active { text-decoration: none; color: #ffff00; font-size: 12pt; font-weight: bold; }
.menuTopOver a, .menuTopOver a:visited, .menuTopOver a:link, .menuTopOver a:active { text-decoration: none; color: #dddddd; font-size: 12pt; font-weight: bold; }

.filterDiv {
	white-space: nowrap;
	padding-bottom: 5px;
	font-size: 8pt;
}
	