/* CSS Document */

a {
	color: #0000cc;
	text-decoration: none;
}
a:active,a:hover {
	text-decoration: underline;
}
a.footerCopyright {
	color: #999999;
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}
a.footerCopyright:hover { color: #0000cc; }
a.header {
	color: #ffffff;
	text-decoration: none;
}
a.header:active,a:hover {
	text-decoration: underline;
}
a.navLink {
	color: #ffffff;
	font-size: x-small;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
a.navLink:link { text-decoration: none; }
a.navLink:active { text-decoration: underline; }
a.navLink:visited { text-decoration: none; }
a.navLink:hover { text-decoration: underline; }
a.tocItem {
	color: #000000;
	text-decoration: none;
}
a.tocItem:active,a.tocItem:hover {
	text-decoration: underline;
}

body {
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0;
	padding: 0;
}

div#bannerArt {
	background-color: #ffffff;
	margin: 0;
	padding: 1px 0;
	width: 738px;
}

div#body {
	background-color: #ffffff;
	float: left;
	margin: 0 0 0 5px;
	padding: 8px 6px 8px 8px;
	width: 548px;
}

div#bodyNotEncased {
	background-color: #ffffff;
}

div.Header {
	background-color: #0066ff;
	color: #ffffff;
	font-size: small;
	font-weight: bold;
	padding: 2px;
	text-align: left;
}

div.Info {
	background-color: #ffffff;
	color: #000000;
	font-size: small;
	font-weight: normal;
	padding: 2px;
	text-align: left;
}

div#navMenu {
	background-color: #0066ff;
	height: 20px;
	margin: 0px;
	padding-top: 2px;
	text-align: right;
	width: 738px;
}

div#site {
	background-color: #cccccc;
	background-image: url(images/background2.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	width: 738px;
}

div#siteFooter {
	background-color: #ffffff;
	font-size: small;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 738px;
	clear: both;
}

div#siteFooterNotEncased {
	background-color: #ffffff;
	font-size: xx-small;
	text-align: center;
}

div#siteHeader {
	background-color: #ffffff;
	height: 55px;
	padding-top: 12px;
	width: 738px;
	font-size: x-small;
}

div#tableOfContents {
	background-color: #cccccc;
	float: left;
	height: 100%;
	margin: 0;
	padding: 8px;
	width: 150px;
}

div#inputInterviewCode {
	background-color: #ffffff;
	padding-top: 0;
	font-size: x-small;
	padding-bottom: 20px;
	float: right;
	width: 260px;
}

form {
	font-size: small;
	margin: 0;
	padding: 0;
}

.formLabel {
	float:left;
	font-size:small;
	font-weight:bold;
	padding:5px;
	text-align:right;
	width:180px;
}

h1 {
	font-size: large;
	margin: 0 0 10px;
}
h1#welcome {
	padding: 0;
}

h3 {
	font-size: medium;
	margin: 0 0 10px;
	padding: 0;
}

h4 {
	font-size: small;
	margin: 0;
	padding: 0;
}

h4.centered {
	font-size: small;
	margin: 0;
	padding: 0;
	text-align: center;
}

.heading{
	margin-bottom:10px;
}

img { border: none; }
img.bannerArtImage {
	border-bottom: 1px solid #999999;
}

.infoBox {
	background-color:#fdeddf;
	border:1px solid #333333;
	float:right;
	padding:5px;
	width:160px;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

input.viewInterviewCode{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.labelWrapper {
	clear:left;
}

li#tocItem {
	margin: 0;
	padding: 2px;
	list-style-image: url(/images/arrow_orange.gif);
	font-size: small;
}

.noLabelWrapper {
	margin-top:8px;
	text-align:center;
}
.notes {
	background-image:url('/images/icon_info.gif');
	background-repeat:no-repeat;
	background-position:top left;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	padding:3px;
	text-align:center;
}

.notice {
	font-size:x-small;
	text-align:center;
}

p {
	font-size: small;
	margin: 0;
}

p.smallpadding {
	margin-top: 1px;
	margin-bottom: 1px;
}

span.clickHere {
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table {
	border: none;
	margin: 0;
	padding: 0;
}
table.accountMaintenanceForm {
	margin-bottom: 10px;
}
table.loginForm {
	width: 100%;
}
table.requestInfoForm {
	width: 100%;
}
table.submitCVForm {
	width: 100%;
}
td {
	font-size: small;
}
td.cellBorder {
	border: 1px solid #000000;
}
td.errorMsg {
	color: #ff0000;
	font-weight: bold;
}
td.inputInterviewCode {
	background-color: #ffffff;
	font-size: x-small;
	text-align: right;
	vertical-align: middle;
	width: 275px;
}
td.loginFormField {
	color: #333333;
	padding-top: 5px;
}
td.loginFormHeader {
	background-color: #e6e6e6;
	color: #333333;
	font-weight: bold;
	padding: 2px 4px;
}
td.loginFormLabel {
	color: #333333;
	font-weight: bold;
	padding-top: 5px;
	text-align: right;
}
td.requestInfoFormField {
	color: #333333;
	padding-top: 5px;
}
td.requestInfoFormHeader {
	background-color: #e6e6e6;
	color: #333333;
	font-weight: bold;
	padding: 2px 10px;
}
td.requestInfoFormLabel {
	color: #333333;
	font-weight: normal;
	padding-top: 5px;
	text-align: right;
	width: 85px;
}
td.requestInfoFormNote {
	font-size: x-small;
}
td.requestInfoFormText {
	padding-top: 5px;
}
td.searchButton {
	vertical-align: middle;
}
td.searchField {
	padding-bottom: 4px;
}
td.searchLabel {
	padding-bottom: 4px;
	text-align: right;
}
td.searchResultsData {
	font-size: small;
	padding: 1px 10px 1px 1px;
}
td.searchResultsDataAlternate {
	background-color: #eeeeee;
	font-size: small;
	padding: 1px 10px 1px 1px;
}
td.searchResultsHeader {
	background-color: #0066ff;
	color: #ffffff;
	font-weight: bold;
	padding: 1px 10px 1px 1px;
}
td.submitCVFormField {
	color: #333333;
	padding-top: 5px;
}
td.submitCVFormHeader {
	background-color: #cccccc;
	color: #333333;
	font-weight: bold;
	padding: 2px 10px;
}
td.submitCVFormLabel {
	color: #333333;
	font-weight: bold;
	padding-top: 5px;
	width: 130px;
}
td.submitCVFormText {
	padding-top: 5px;
}
td.updateFormLabel {
	font-size: small;
	font-weight: bold;
	padding-top: 5px;
	text-align: right;
}
td.updateFormText {
	font-size: small;
	padding-top: 5px;
}

ul.nested {
	margin-left: 15px;
}
ul.tableOfContents {
	margin: 0 0 0 15px;
	padding: 0;
}

.windowFooter {
	bottom:5px;
	left:0;
	position:absolute;
	width:100%;
}