p { margin-top: 0px; margin-bottom: 10px;}
tr { vertical-align: top; }
td, div {
	font-family: Arial, Helvetica, sans-serif;
	color: #353947;
	font-size: 10pt;
}
.mainBody { padding: 20px; }

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #004a82;
}

.footer, .footer a, .footer a:visited, .footer a:link, .footer a:active  {
	font-size: 7pt;
	color: #fcf6a2;
	text-decoration: none;
}

form { margin: 0px; }
a, a:visited, a:active { color: #5e2007; }
a:hover a:link { color: #5e2007; }

.listingCol {
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
.notification {
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	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: 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: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	background: #004a82;
}
.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: 20pt;
	color: #689b4d;
}
h2 { margin: 0; font-weight: bold; color: #7c3334; font-size: 11pt; }
h3 { margin: 0; font-weight: bold; color: #7c3334; 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: Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

.menuLeft, .menuLeftOn, .menuLeftOver, .menuLeftManage, .menuLeftManageOn, .menuLeftManageOver {
	padding-right: 4px; padding-top: 2px; padding-bottom: 3px; cursor: pointer; height: 17px;
	border-bottom: 2px solid white; text-align: right;
}
.menuLeft {
	background: #379915;
}
.menuLeftOn {
	background: #379915;
}
.menuLeftOver {
	background: #7c3334;
}
.menuLeft a, .menuLeft a:visited, .menuLeft a:link, .menuLeft a:active { text-decoration: none; color: #ffffff; font-size: 10pt; font-weight: bold; }
.menuLeftOn a, .menuLeftOn a:visited, .menuLeftOn a:link, .menuLeftOn a:active { text-decoration: none; color: #ffffff; font-size: 10pt; font-weight: bold; }
.menuLeftOver a, .menuLeftOver a:visited, .menuLeftOver a:link, .menuLeftOver a:active { text-decoration: none; color: #ffffff; font-size: 10pt; font-weight: bold; }

.menuLeftSub, .menuLeftSubOn, .menuLeftSubOver {
	padding-right: 4px; padding-top: 2px; padding-bottom: 3px; cursor: pointer; height: 15px;
	margin-bottom: 2px; margin-left: 10px; margin-right: 6px; text-align: right;
}
.menuLeftSub {
	border: 1px solid #379915;
	background: white;
}
.menuLeftSubOn {
	border: 1px solid #379915;
	background: white;
}
.menuLeftSubOver {
	border: 1px solid #7c3334;
	background: #7c3334;
}
.menuLeftSub a, .menuLeftSub a:visited, .menuLeftSub a:link, .menuLeftSub a:active { text-decoration: none; color: #379915; font-size: 8pt; }
.menuLeftSubOn a, .menuLeftSubOn a:visited, .menuLeftSubOn a:link, .menuLeftSubOn a:active { text-decoration: none; color: #379915; font-size: 8pt; }
.menuLeftSubOver a, .menuLeftSubOver a:visited, .menuLeftSubOver a:link, .menuLeftSubOver a:active { text-decoration: none; color: #ffffff; font-size: 8pt; }

.menuLeftSub2, .menuLeftSub2On, .menuLeftSub2Over {
	padding-right: 4px; padding-top: 2px; padding-bottom: 3px; cursor: pointer;
	margin-bottom: 2px; margin-left: 16px; margin-right: 10px; text-align: right;
}
.menuLeftSub2 {
	border: 1px solid #379915;
	background: white;
}
.menuLeftSub2On {
	border: 1px solid #379915;
	background: white;
}
.menuLeftSub2Over {
	border: 1px solid #7c3334;
	background: #7c3334;
}
.menuLeftSub2 a, .menuLeftSub2 a:visited, .menuLeftSub2 a:link, .menuLeftSub2 a:active { text-decoration: none; color: #379915; font-size: 7.5pt; }
.menuLeftSub2On a, .menuLeftSub2On a:visited, .menuLeftSub2On a:link, .menuLeftSub2On a:active { text-decoration: none; color: #379915; font-size: 7.5pt; }
.menuLeftSub2Over a, .menuLeftSub2Over a:visited, .menuLeftSub2Over a:link, .menuLeftSub2Over a:active { text-decoration: none; color: #ffffff; font-size: 7.5pt; }

.menuLeftManage, .menuLeftManageOn, .menuLeftManageOver {
	padding-right: 4px; padding-top: 2px; padding-bottom: 3px; cursor: pointer; height: 17px;
	margin-bottom: 2px; text-align: right;
}
.menuLeftManage {
	border: 1px solid #0070a3;
	background: white;
}
.menuLeftManageOn {
	border: 1px solid #0070a3;
	background: white;
}
.menuLeftManageOver {
	border: 1px solid #0070a3;
	background: #0070a3;
}
.menuLeftManage a, .menuLeftManage a:visited, .menuLeftManage a:link, .menuLeftManage a:active { text-decoration: none; color: #0070a3; font-size: 10pt; font-weight: bold; }
.menuLeftManageOn a, .menuLeftManageOn a:visited, .menuLeftManageOn a:link, .menuLeftManageOn a:active { text-decoration: none; color: #0070a3; font-size: 10pt; font-weight: bold; }
.menuLeftManageOver a, .menuLeftManageOver a:visited, .menuLeftManageOver a:link, .menuLeftManageOver a:active { text-decoration: none; color: #ffffff; font-size: 10pt; font-weight: bold; }

.filterDiv {
	white-space: nowrap;
	padding-bottom: 5px;
	font-size: 8pt;
}
	
.menuSub { background-image: url('/images/menu_sub_bg.gif'); height: 28px; margin-bottom: 8px; }
.menuSubItem { height: 25px; padding-left: 5px; padding-right: 5px; padding-top: 3px; }
.menuSubItem, .menuSubItem_over {
	color: #457293;
	vertical-align: middle;
	cursor: pointer;
	float: left;
	text-decoration: none;
	font-size: 9pt;
}
.menuSubItem_over {
	color: white;
	height: 23px;
	border: 1px solid #457293;
	background: #2A5C81;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}
.menuSubDivider {
	margin-top: 3px;
	height: 22px;
	width: 1px;
	background: white;
	border-left: 1px solid #bdbdbd;
	float: left;
}
