p { margin: 0 0 10px 0;}
.listingCol { padding: 2px; }
.notification {
    font-weight: bold;
    background: #752929;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	text-align: center;
}

.menuSub { background-image: url('/manage/images/menu_sub_bg.gif'); height: 28px; margin-bottom: 8px; }
.menuSubItem { height: 25px; padding-left: 5px; padding-right: 5px; padding-top: 3px; font-size: 9pt; }
.menuSubItem, .menuSubItem_over {
	color: #457293;
	vertical-align: middle;
	cursor: pointer;
	float: left;
	text-decoration: none;
}
.menuSubItem_over {
	height: 23px;
 	border: 1px solid #457293;
	background: #cfe2e6;
	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;
}

.mainDiv {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	border: 1px solid #4877ad;
	background-color: white;
}
.menuLeftParent, .menuLeftParentOver, .menuLeftParentOn {
	width: 159px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 5px;
	padding-top: 4px;
}
.menuLeftParent {
	background: #cfe2e6;
}
.menuLeftParentOver {
	background: #DAEEF2;
}
.menuLeftParentOn {
	background: white;
}
.menuLeftParent a, .menuLeftParent a:visited, .menuLeftParent a:link, .menuLeftParent a:active,
.menuLeftParentOn a, .menuLeftParentOn a:visited, .menuLeftParentOn a:link, .menuLeftParentOn a:active,
.menuLeftParentOver a, .menuLeftParentOver a:visited, .menuLeftParentOver a:link, .menuLeftParentOver a:active
{
	text-decoration: none; color: #2d5589; font-size: 9pt;
}

.menuLeftChild, .menuLeftChildOver, .menuLeftChildOn {
	width: 159px;
	height: 18px;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 5px;
	padding-top: 2px;
}
.menuLeftChild {
	background: #E3EBF0;
}
.menuLeftChildOver {
	background: #DAEEF2;
}
.menuLeftChildOn {
	background: white;
}
.menuLeftChild a, .menuLeftChild a:visited, .menuLeftChild a:link, .menuLeftChild a:active,
.menuLeftChildOn a, .menuLeftChildOn a:visited, .menuLeftChildOn a:link, .menuLeftChildOn a:active,
.menuLeftChildOver a, .menuLeftChildOver a:visited, .menuLeftChildOver a:link, .menuLeftChildOver a:active
{
	text-decoration: none; color: #2d5589; font-size: 8pt;
}

.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 #E6E6E6;
}
.detailRight {
	background: #EEEEEE;
	width: 375px;
}
.titleClass {
	background: #EEEEEE;
	font-weight: bold;
	text-align: right;
}
.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: #038D49;
	padding-left: 2px;
	padding-bottom: 2px;
}


a, a:visited, a:active, a:link {
    color: #006D36;
}
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
{
    font-size: 11px;
    background-color: #457293;
	color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer; 
	margin-right: 10px;
	padding-left: 0.25em;
	padding-right: 0.25em;
	width: auto;
	overflow: visible;

}
INPUT, .inputStyle
{
	border: 1px black solid;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND: #EFEFEF;
}
TEXTAREA
{
	border: 1px black solid;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background: #EFEFEF;
}

.verySmall
{
    FONT-SIZE: 7pt;
	COLOR: BLACK;
}
h1 {
	padding-right: 7px;
	padding-top: 4px;
	margin: 0px;
	font-weight: bold;
	font-size: 13pt;
	color: #038D49;
	float: right;
}
h2 {
	font-size: 12pt;
	margin: 0px;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: 11pt;
	margin: 0px;
	font-weight: bold;
	color: #333333;
}

