#bannerDiv {
	border-bottom: #444c61 2px solid;
	margin: 0px;
	padding: 8px;
	border-collapse: collapse;
}

.infoTip2 {
	border: #eaeac5 1px solid;
	padding: 0px 2px 0px 2px;
	font-size: 11;
	color: Navy;
	background: #ffffe0;
}

.sectionTab {
	border-left: 2px solid gray;
	border-right: 2px solid gray;
	border-top: 2px solid gray;
	background-color: #6898ce;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	padding-left: 2px;
	padding-right: 2px;
}

.sectionInput {
	background-color: #F8F8FF;
	border: 2px solid gray;
	border-top: 1px solid gray;
	table-layout: fixed;
	padding: 2px;
}

.dlgLabel {
	font-size: 12px;
	color: #013c59;
	font-weight: bold;
	text-align: left;
}

.Hidden {
	display: none;
}

h1 {
	font-size: 12pt;
	color: #4c5259;
	padding-bottom: 8px;
	padding-top: 8px;
	margin: 0px;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #336699;
	padding-bottom: 2px;
	padding-top: 10px;
	margin: 0px;
}

.nextLabel {
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #465c64;
}

.disabled {
	pointer-events: none;
	opacity: 0.5;
	cursor: not-allowed;
}

.directions {
	color: #4c5259;
	font-size: 8pt;
}

.dataSubLabel {
	font-size: 12px;
	color: #054d80;
	font-weight: normal;
	text-align: left;
	text-decoration: none !important;
}

.buttonNormal, .buttonAction, .buttonMinor, .buttonDisabled {
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
}

	.buttonNormal a, .buttonAction a, .buttonMinor a, .buttonDisabled a {
		min-width: 80px;
		height: 19px;
		display: block;
		padding: 4px 3px 2px 3px;
		color: White;
		background-color: #336699;
		text-align: center;
		text-decoration: none;
	}

	.buttonNormal small, .buttonAction .small, .buttonMinor .small, .buttonDisabled .small {
		font-size: 7pt;
		padding-top: 6px;
		padding-bottom: 0px;
	}

	.buttonNormal a:hover {
		background-position: 0 -25px;
		text-decoration: underline;
	}

.textBox {
	height: 19px;
	border-left: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding-left: 4px;
	font-size: 14px;
	font-weight: normal;
}

	.textBox:hover {
		border: 1px solid #767676;
	}

.aoi {
	border: 1px solid #cdcdcd;
}

.dropList {
	height: 23px;
	border-left: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	font-size: 14px;
	font-weight: normal;
}

	.dropList:hover {
		border: 1px solid #767676;
	}


.termsContainer {
	margin: 0 2px;
	padding: 2px;
	width: 550px;
	height: 250px;
	overflow-x: hidden;
	overflow-y: scroll;
	white-space: pre-wrap;
	border: 1px solid lightgray;
}

.footer {
	margin-top: 10px;
	width: 560px;
	border-top: 2px solid gray;
	background-color: #eeeeee;
}

.footerButton {
	margin: 4px;
	vertical-align: middle;
	display: inline-block;
}

.nextPageLabel {
	display: inline-block;
	margin-right: 20px;
}

.footerLeftPart {
	float: left;
}

.footerRightPart {
	text-align: right;
}

#TermsButtons {
	display: inline-block;
}

a.disabledLink {
	background-color: gray;
}

a.disabledLink:hover {
	text-decoration: none;
}