

body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	color: #000000;
}

.hideOff {
	display: none;
	position: absolute;
	left: -1000em;
	width: 20em;
}

#fixedHeaderFrame {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:100;
}
#fixedHeaderFrame .pageBox {
	margin: 0 8px;
}

#fixedFooterFrame {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	font-weight: normal;
	font-size: 0.8em;
}
#fixedFooterFrame h2 {
	font-weight: normal;
	padding: 6px 4px;
}
#fixedFooterFrame .pageBox {
	margin-left: 8px;
	margin-right: 8px;
}

#headerLogoBar {
	height: 70px;
	position: relative;
	background: #ffffff;
}

#headerLogo {
	margin-left: 23px;
	height: 70px;
	width: 306px;
	cursor: pointer;
	background: #0000cc url('/_images/style/headerLogo.png') !important;
}

#userInfo {
	text-align: right;
	font-size: 0.8em;
	position: absolute;
	right: 10px;
	bottom: 4px;
}

#whosOnline {
	color: #000000;
	position: absolute;
	right: 16px;
	top: 71px;
}
#whosOnline img {
	height: 16px;
	width: 16px;
	vertical-align: -3px;
	border: 0;
}
#whosOnlineBtn {
	float: right;
	font-size: 1.5em;
	padding: 0px 5px 4px 5px;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
#whosOnlineBtn span {
	font-size: 0.65em;
}
.whosOnlineHoverBtn {
	border: solid #e6e6fa;
	border-width: 0 1px;
	cursor: pointer;
}
.whosOnlineHoverBtn:hover {
	border-color: #0000cc;
}
.whosOnlineBtnActive {
	border: solid #0000cc;
	border-width: 0 1px;
	cursor: pointer;
	background: #ffffff;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
#whosOnlineWindow {
	clear: both;
	float: right;
	white-space: nowrap;
	text-align: left;
	background: #ffffff;
	border: 1px solid #0000cc;
	padding: 5px;
	opacity: 0.95;
	filter: alpha(opacity=95);
	display: none;
}
#whosOnlineWindow ul {
	list-style: none;
	padding-left: 16px;
	margin: 0.3em 0 0.5em 0;
}
#whosOnlineWindow li {
	margin: 0.3em 0;
}

.headerSpacer {
	font-size: 1.5em;
	margin-top: 76px;
	z-index: 0;
}
#sideNav .headerSpacer {
	margin-top: 0;
}
#footerSpacer {
	font-size: 1.5em;
	margin-top: 10px;
}

#sideNav {
	width: 15em;
	position: fixed;
	left: 0;
	top: 76px;
}
#sideNav .pageBox {
	margin-left: 8px;
	margin-right: 8px;
}
.navLinks {
	list-style: none;
	padding-left: 0;
	margin-top: 0.5em;
}
.navLinks li {
	margin: 0.5em 0;
}
.navLinks img {
	height: 16px;
	width: 16px;
	vertical-align: -3px;
	border: 0;
}
.footerLinks {
	position: absolute;
	right: 8px;
	margin-top: 1em;
	top: 6px;
}



#mainContent {
	margin: 0 8px 0 15em;
}



.pageBox {
	background: #ffffff;
	border-top: #0000cc 1px solid;
	margin-top: 1em;
}
.pageBox .boxContent {
	margin: 0.5em 0.5em 1.5em 0.5em;
	position: relative;
}
.pageBox .tight {
	margin-left: 0;
	margin-right: 0;
}


#tooltip {
	background: #ffffff;
	border: #0000cc 1px solid;
	white-space: nowrap;
	position:absolute;
	display: none;
	z-index:100000;
}
#tooltip .pageBox {
	margin-top: 0;
	border: 0;
}
#tooltip .pageBox .boxContent {
	margin: 0.3em 0.3em 0.5em 0.3em;
}

#alert {
	background-color: #e6e6fa;
	background-repeat: no-repeat;
	background-position: 10px 1em;
	color: #000000;
	border: #0000cc 2px outset;
	padding: 1em 2em 3em 52px;
	width: 340px;
	position: fixed;
	top: -1000em;
	z-index: 90000;
}
.alertInfo { background-image: url('/_images/buttons/32/dialog-information.png'); }
.alertWarning { background-image: url('/_images/buttons/32/dialog-warning.png'); }
.alertError { background-image: url('/_images/buttons/32/dialog-error.png'); }
.alertQuestion { background-image: url('/_images/buttons/32/dialog-question.png'); }
#alert #alertTitle {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#alert #alertButtons {
	position: absolute;
	right: 1em;
	bottom: 1em;
}
#alert #alertButtons input {
	width: 8em;
	margin-left: 1em;
}

.buttonBar {
	border: solid #0000cc;
	border-width: 1px 0;
	margin-top: 1em;
	background: #e6e6fa;
	color: #0000cc;
	padding: 6px 2px 4px 2px;
}
.button {
	float: left;
	width: 10.4em;
	height: 60px;
	font-size: 0.9em;
	text-align: center;
	overflow: hidden;
	height: 1.3em;
	padding-top: 32px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 0px;
}
.button:hover {
	text-decoration: underline;
}


#blackout {
	background: black;
	position: fixed;
	opacity: 0.7;
	filter: alpha(opacity=70);
	top: 0;
	left: 0;
	z-index: 80000;
	display: none;
}


.note {
	font-size: 0.8em;
	font-style: italic;
	display: inline-block;
}



p {
	margin: 0 0 0.5em 0;
}



form {
	margin: 0;
}
.frmRow {
	clear: both;
	white-space: nowrap;
	overflow: hidden;
	padding: 2px 0;
	margin-bottom: 0.4em;
}
.frmRow label {
	width: 33%;
	height: 1.4em	;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 5px;
	padding: 0.3em 0;
}
.frmRow label.right {
	font-size: 1em;
	font-weight: normal;
	float: none;
	position: relative;
	top: 2px;
	text-align: left;
}

.frmRow input {
	margin: 0;
}
.frmRow input[type=text] {
	font-size: 1.1em;
	width: 22em;
}
.frmRow input[type=password] {
	font-size: 	1.1em;
}
.frmRow input[type=checkbox] {
	width: 1.2em;
	height: 1.2em;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: 2px;
}
.frmRow .chkGroup {
	display: inline-block;
}
.frmRow .chkGroup input {
	float: left;
	margin: 1px 5px 0 0;
}
.frmRow .chkGroup label {
	display: block;
	overflow: visible;
	padding: 0;
	margin-bottom: 0.5em;
}
.frmRow textarea {
	font-size: 1.1em;
	width: 22em;
	height: 10em;
}
.frmRow img {
	vertical-align: -3px;
}
.frmRow .label {
	display: inline-block;
	margin-top: 0.2em;
}
.frmRow label:after { content: ':'; }
.frmRow label.right:after { content: ''; }

.frmRow sup {
	color: red;
	font-weight: bold;
	font-size: 0.8em;
	vertical-align: top;
}




a:link {
	color: #0000cc;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #0000cc;
	text-decoration: none;
}

a:hover {
	color: #0000cc;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}
	


h1 {
	font-size: 1.5em;
	font-weight: normal;
	background: #e6e6fa;
	color: #000000;
	border-bottom: 1px solid #0000cc;
	padding: 2px;
	margin: 0;
}
h2 {
	font-size: 1em;
	background: #e6e6fa;
	color: #000000;
	padding: 2px;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-size: 1.3em;
	margin: 1.5em 0 0.3em 0;
	font-weight: normal;
}


.WTTbl {
	margin: 0 auto;
	border-collapse: collapse;
	border-top: 1px solid #0000cc;
	border-bottom: 1px solid #0000cc;
}
.WTTbl th, .WTTbl td {
	text-align: left;
	padding: 2px;
}
.WTTbl th {
	background: #e6e6fa;
	border-left: 1px solid #0000cc;
	white-space: nowrap;
}
.WTTbl th:first-child {
	border-left: 0;
}
.WTTbl th.mini {
	width: 1.7em;
}
.WTTbl tr:nth-child(odd) {
	background: #f0f0f0;
}


.screenHide {
	display: none;
	visibility: hidden;
}