.listingCol { padding: 2px; }
.notification {
    font-weight: bold;
    background: #B4CF72;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	text-align: center;
}

.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;
}
.detailLeft {
	width: 125px;
	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: 375px;
}
.titleClass {
	text-align: right;
	font-weight: bold;
	background: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #EEEEEE;
}
.errorMessage {
	color: #A60000;
	font-style: italic;
	font-weight: bold;
}
.sortingTableHeader, .sortingTableHeader a, .sortingTableHeader a:visited, .sortingTableHeader a:link, .sortingTableHeader a:active {
    font-size: 9pt;
	color: white;
    font-weight: bold;
	background: #4877AD;
	padding-left: 2px;
	padding-bottom: 2px;
}

a, a:visited, a:active, a:link {
    color: #981B1E;
}
a:hover {
    color: black;
	text-decoration: none;
}
body {
	background-color: white;
	margin: 0px;
}

td, div {
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1A1A1A;
	vertical-align: top;
}
.mainBody {
	margin: 0px 0px 0px 0px;
}
.mainContentShell {
	width: 700px;
	padding: 0px;
	float: left;
}
.mainContent {
    font-size: 10pt;
    font-family: "Times New Roman", Times, serif;
	vertical-align: top;
	width: 658px;
	padding: 20px;
}
.footer {
	font-size: 8pt;
	padding-left: 30px;
}
.buttonStyle {
    font-size: 11px;
    background-color: #003B74;
	color: white;
	font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer; 
	margin-left: 10px;
	padding-left: 0.25em;
	padding-right: 0.25em;
	width: auto;
	overflow: visible;

}
input, .inputClass, .inputClassSmall {
	border: 1px black solid;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND: #F6F6F6;
}
.inputClassSmall {
	font-size: 8pt;
}
textarea {
	border: 1px black solid;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND: #F6F6F6;
}

.verySmall {
    font-size: 7pt;
	color: black;
}
h1 {
	padding-top: 4px;
	margin: 0px;
	font-weight: bold;
	font-size: 13pt;
	color: #002D59;
}
h2 {
	padding-top: 4px;
	margin: 0px;
	font-weight: bold;
	font-size: 12pt;
	color: #002D59;
}
h3 {
	font-size: 10pt;
	margin: 0px;
	font-weight: bold;
	color: #002D59;
}
.filterDiv {
	white-space: nowrap;
	padding-bottom: 5px;
	font-size: 8pt;
}
form { margin: 0px; }
