p { margin-top: 0px; }
body {
	background-color: #cdcdcd;
	background-image: url('/images/background.jpg');
	background-repeat: repeat-x;
	margin: 0px;
}

img { display: inline; }

.menuManage, .menuManageOver, .menuManageOn {
	padding: 2px;
	margin: 2px;
	border: 1px solid #999999;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}
.menuManage {
	background-color: #EEEEEE;
}
.menuManageOver, .menuManageOn {
	background-color: white;
}
.menuManage, .menuManage a, .menuManage a:visited, .menuManage a:link, .menuManage a:active {
	padding-right: 5px;
	text-decoration: none;
	color: #333333;
}
.menuManageOver, .menuManageOver a, .menuManageOver a:visited, .menuManageOver a:link, .menuManageOver a:active,
.menuManageOn, .menuManageOn a, .menuManageOn a:visited, .menuManageOn a:link, .menuManageOn a:active {
	padding-right: 5px;
	text-decoration: none;
	color: #003466;
}

.menuTop, .menuTop a, .menuTop a:visited, .menuTop a:link, .menuTop a:active,
.menuTopOver, .menuTopOver a, .menuTopOver a:visited, .menuTopOver a:link, .menuTopOver a:active,
.menuTopOn, .menuTopOn a, .menuTopOn a:visited, .menuTopOn a:link, .menuTopOn a:active {
	font-size: 13pt;
	text-align: center;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	float: left;
	cursor: pointer;
	height: 36px;
	padding-right: 16px;
	padding-left: 16px;
}
.menuTop {
	background-image: url('/images/menu-top-bg.gif');
}
.menuTopOn {
	background-image: url('/images/menu-top-bg-on.gif');
}
.menuTopOver {
	background-image: url('/images/menu-top-bg-over.gif');
}
.menuTop a, .menuTop a:visited, .menuTop a:link, .menuTop a:active,
.menuTopOver a, .menuTopOver a:visited, .menuTopOver a:link, .menuTopOver a:active {
	margin-top: 7px;
	color: white;
	height: 25px;
}
.menuTopOn a, .menuTopOn a:visited, .menuTopOn a:link, .menuTopOn a:active {
	padding-top: 7px;
	color: #002D59;
	height: 25px;
}
.menuTopDivider {
	background-image: url('/images/menu-divider.gif');
	height: 36px;
	width: 2px;
	float: left;
}

.menuSub, .menuSub a, .menuSub a:visited, .menuSub a:link, .menuSub a:active,
.menuSubOver, .menuSubOver a, .menuSubOver a:visited, .menuSubOver a:link, .menuSubOver a:active,
.menuSubOn, .menuSubOn a, .menuSubOn a:visited, .menuSubOn a:link, .menuSubOn a:active {
	font-size: 10pt;
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 2px;
	float: left;
	cursor: pointer;
}
.menuSub, .menuSub a, .menuSub a:visited, .menuSub a:link, .menuSub a:active {
	color: #003466;
}
.menuSubOver, .menuSubOver a, .menuSubOver a:visited, .menuSubOver a:link, .menuSubOver a:active,
.menuSubOn, .menuSubOn a, .menuSubOn a:visited, .menuSubOn a:link, .menuSubOn a:active {
	color: #0099cc;
}
.menuSubDivider {
	margin-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #00376C;
	height: 26px;
	float: left;
}

.listingCol { padding: 2px; }
.notification {
    font-weight: bold;
    background: #003B74;
	color: white;
	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;
	font-size: 8pt;
}
.sortingTableHeader, .sortingTableHeader a, .sortingTableHeader a:visited, .sortingTableHeader a:link, .sortingTableHeader a:active {
    font-size: 9pt;
	color: white;
    font-weight: bold;
	background: #006E93;
	padding-left: 2px;
	padding-bottom: 2px;
}

a, a:visited, a:active, a:link {
    color: #006E93;
}
a:hover {
    color: #333333;
	text-decoration: none;
}

td, div {
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	vertical-align: top;
}

.footer, .footer a, .footer a:visited, .footer a:link, .footer a:active {
	font-size: 9pt;
	color: white;
	text-decoration: none;
}
.footer a:hover {
	color: #DDDDDD;
	text-decoration: none;
}

.buttonStyle {
    font-size: 11px;
    background-color: #003466;
	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 {
	font-family: "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 14pt;
	color: #002D59;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	padding-top: 4px;
	margin: 0px;
	font-weight: bold;
	font-size: 12pt;
	color: #003466;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	margin: 0px;
	font-weight: bold;
	color: #003466;
}
.filterDiv {
	white-space: nowrap;
	padding-bottom: 5px;
	font-size: 8pt;
}
form { margin: 0px; }
