p { margin-top: 0px; }
.listingCol { padding: 2px; }
.notification  { color: white; font-weight: bold; background-color: #F00000; text-align: center; padding-right: 10px; padding-left: 10px; border: solid 1px }

.menuLeft, .menuLeftOver, .menuLeft2, .menuLeft2Over, .menuLeftManage, .menuLeftManageOver {
	width: 159px;
	height: 20px;
	cursor: pointer;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
}
.menuLeft   { color: #fff; background: #f00 }
.menuLeftOver   { color: #fff; background: #b70000 }
.menuLeft a, .menuLeft a:visited, .menuLeft a:link, .menuLeft a:active,
.menuLeftOver a, .menuLeftOver a:visited, .menuLeftOver a:link, .menuLeftOver a:active
 { color: #000; font-size: 9pt; text-decoration: none }

.menuLeft2   { color: #f4f4f4; background: #000000 }
.menuLeft2Over   { color: #f4f4f4; background: #666666 }
.menuLeft2 a, .menuLeft2 a:visited, .menuLeft2 a:link, .menuLeft2 a:active,
.menuLeft2Over a, .menuLeft2Over a:visited, .menuLeft2Over a:link, .menuLeft2Over a:active
 { color: #000; font-size: 9pt; text-decoration: none }

.menuLeftManage {
	background: #333333;
}
.menuLeftManageOver {
	background: #666666;
}
.menuLeftManage a, .menuLeftManage a:visited, .menuLeftManage a:link, .menuLeftManage a:active,
.menuLeftManageOver a, .menuLeftManageOver a:visited, .menuLeftManageOver a:link, .menuLeftManageOver a:active
{
	text-decoration: none; color: #eeeeee; font-size: 9pt;
}

.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;
}
.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  { color: white; font-size: 9pt; font-weight: bold; background: #000; padding-bottom: 2px; padding-left: 2px }

a, a:visited, a:active, a:link  { color: #333 }
a:hover {
    color: black;
	text-decoration: none;
}
body, td, div {
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #1A1A1A;
	vertical-align: top;
}

.buttonStyle  { color: white; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #f00; cursor: pointer; margin-right: 10px; padding-right: 0.25em; padding-left: 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: #EFEFEF;
}

.verySmall {
 	font-size: 7pt;
}
.footer { color: #666666; text-decoration: none; }
h1  { color: #000; font-size: 9pt; font-weight: bold; margin-top: 0; margin-bottom: 10px; }
h2  { color: #000; font-size: 11pt; font-weight: normal; margin: 0; padding-top: 4px }
h3   { color: #000; font-size: 9pt; font-weight: normal; margin: 0 }
.filterDiv {
	white-space: nowrap;
	padding-bottom: 5px;
	font-size: 8pt;
}
form { margin: 0px; }
.mainDiv {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	border: 1px solid #4877ad;
	background-color: white;
}