@CHARSET "ISO-8859-1";

html {
	height: 100%;
	box-sizing: border-box;
}

body {
	position: relative;
	font-size: 12px !important;
	color: #222;
	background-color: rgba(242, 242, 242, 1) !important;
	background-image: none !important;
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif !important;
	margin: 0;
	padding: 0;
	min-height: 100%;
}

div#layoutheader {
	padding: 0px;
}

div#layoutcontent {
	padding: 10px;
	padding-bottom: 69px;
	margin: 0 auto;
}

div#layoutfooter {
	position: absolute !important;
	bottom: 0;
	width: 100%;
	max-height: 69px;
}

a:link {
	color: #004d99;
	font-weight: bold;
}

a:visited {
	color: #666699;
	font-weight: bold;
}

a:hover {
	font-weight: bold;
}

#footerColumnLeft {
	float: left;
	width: 150px;
	margin-top: 0;
	margin-right: 1.67em;
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 2em;
}

#footerColumnRight {
	padding-left: 2em;
	margin-top: 0;
	padding-top: 0;
}

.columnHalf {
	width: 50%;
}

.paddedright {
	padding-right: 5px;
}

.mainColumnLeft {
	width: 40%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #66a299;
}

.mainColumnRight {
	width: 60%;
}

.mainColumnRightWB {
	width: 60%;
	background-color: #66a299;
}

.columnFull {
	width: 100%;
	padding-top: 0;
	padding-bottom: 10px;
}

.columnLeftHalf {
	float: left;
	width: 50%;
	padding-top: 0;
}

.columnRightHalf {
	float: right;
	width: 50%;
	padding-top: 0;
	padding-bottom: 5px;
}

.column3Cell {
	float: center;
	width: 33%;
	padding-top: 0;
}

.columnLeft35_65 {
	float: left;
	width: 35%;
	padding-top: 0;
}

.columnRight35_65 {
	float: right;
	width: 65%;
	padding-top: 0;
}

.columnLeft40_60 {
	float: left;
	width: 40%;
	padding-top: 0;
}

.columnRight40_60 {
	float: right;
	width: 60%;
	padding-top: 0;
	padding-bottom: 5px;
}

.columnLeftLarge {
	float: left;
	width: 78%;
	padding-top: 0;
	padding-bottom: 10px;
}

.columnLeftSmall {
	float: left;
	width: 20%;
	padding-top: 0;
	padding-bottom: 10px;
}

.columnMiddleSmall {
	float: left;
	width: 2%;
	padding-top: 0;
}

.columnSpacer {
	float: left;
	width: 2%;
	padding-top: 0;
}

.columnRightLarge {
	float: right;
	width: 78%;
	padding-top: 0;
	padding-bottom: 10px;
}

.columnRightSmall {
	float: right;
	width: 20%;
	padding-top: 0;
	padding-bottom: 10px;
}

.oneColTopLine {
	clear: both;
	border-top: 1px solid #cda827;
	padding-top: 10px;
	padding-bottom: 10px;
}

.twoColsLeft {
	float: left;
	font-size: 12px;
	width: 190px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.oneCol {
	float: left;
	padding-top: 10px;
	padding-left: 5px;
}

.twoColsRight {
	float: right;
	width: 880px;
	font-size: 12px;
	top: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}

.threeColsLeft {
	float: left;
	font-size: 12px;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.threeColsMiddle {
	float: left;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 57%;
}

.threeColsRight {
	float: right;
	font-size: 12px;
	width: 22%;
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.toolBarTypeOne {
	background: #D5DEEA;
	border: 0px;
	border-padding: 0px;
}

.toolBarTypeOne a:hover {
	background-color: white;
	text-decoration: none
}

.visitedToolBarTypeOne {
	background-color: white;
	text-decoration: none
}

.fontStyle1 {
	font-family: "Arial";
	font-size: 36px;
}

.fontStyle2 {
	padding-left: 15px;
	font-style: italic;
	font-size: 16px;
}

.fontStyle3 {
	font-size: 11px;
	font-weight: bold;
}

.fontStyle4 {
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}

.fontStyle5 {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
}

.fontStyle6 {
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
}

.fontPageTitle {
	font-size: 14px;
	font-weight: bold;
}

.fontInstructionsHeader {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
}

.fontMessage {
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
}

.redFontMessage {
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.fontInstructionsBold {
	font-size: 11px;
	font-weight: bold;
}

.fontInstructionsRegular {
	font-size: 11px;
}

.fontsize14 {
	font-size: 14px;
}

.fontsize14bold {
	font-size: 14px;
	font-weight: bold;
}

.fontsize16 {
	font-size: 16px !important;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.clear {
	overflow: hidden;
	width: 100%;
}

.alert1 {
	color: #FF0000;
	padding-left: 2px;
}

.label2 {
	color: #5E5147;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	width: 8em;
}

.display {
	color: #5e514F;
	font-size: 11px;
}

.submitIndent {
	padding-top: 8px;
	text-align: center;
}

.submitRight {
	float: right;
}

.centerparacontent {
	text-align: justify;
	padding-left: 8em;
	padding-right: 10em;
}

.bgPanelColor {
	background-color: #f1ece6
}

.inlineError {
	display: inline;
	color: red;
	font-style: italic;
}

#inlineError {
	display: inline;
	color: red;
	font-style: italic;
}

.messages {
	width: 99%;
	margin: 5px 5px;
	border: 1px solid;
	padding: 5px 10px 5px 5px;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	border-collapse: separate;
}

.messages tr.infomsgcustom {
	color: #00529B;
}

.messages tbody tr.errormsgcustom {
	color: #D8000C;
}

.messages tr.warnmsgcustom {
	color: #9F6000;
}

.messages tr.successmsgcustom {
	color: #4F8A10;
}

.messages td {
	padding-left: 30px;
	text-align: justify;
}

.infomsgcustombgimg {
	background:
		url('/otn/resources/img/msginfo.png')
		no-repeat 6px top #BDE5F8;
	background-position: 6px 6px;
}

.errormsgcustombgimg {
	background:
		url('/otn/resources/img/msgerror.png')
		no-repeat 6px top #FFBABA;
	background-position: 6px 6px;
}

.warnmsgcustombgimg {
	background:
		url('/otn/resources/img/msgwarn.png')
		no-repeat 6px top #FEEFB3;
	background-position: 6px 6px;
}

successmsgcustombgimg {
	background:
		url('/otn/resources/img/msgsuccess.png')
		no-repeat 6px top #DFF2BF;
	background-position: 6px 6px;
}

.msgerrorline {
	background:
		url('/otn/resources/img/msgerror.png')
		no-repeat 1px top;
	display: block;
	color: #D8000C;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	padding-left: 18px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}

.msgerrorline190 {
	background:
		url('/otn/resources/img/msgerror.png')
		no-repeat 1px top;
	display: block;
	color: #D8000C;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	padding-left: 18px;
	width: 190px;
}

.msgerrorlinemultimessage {
	background:
		url('/otn/resources/img/msgerror.png')
		no-repeat 5px top #FFBABA;
	display: block;
	color: #D8000C;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 25px;
	padding-right: 10px;
	background-position: 1px 12px;
	padding-left: 25px;
}

.msgerrorlinewithbackground {
	background:
		url('/otn/resources/img/msgerror.png')
		no-repeat 1px center #FFBABA;
	display: block;
	color: #D8000C;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	padding: 3px;
	padding-left: 18px;
}

.msgwarningline {
	background:
		url('/otn/resources/img/msgwarn.png')
		no-repeat 1px center;
	display: block;
	color: #9F6000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	padding-left: 18px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}

.datatablehorizontalscroll {
	overflow: auto;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
}

.horizontalscrolldiv {
	float: left;
	width: 100%;
	overflow: auto;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
	white-space: nowrap;
}

.fieldLabel {
	font-weight: bold;
	margin-top: 1px;
	padding: 2px;
	text-align: right;
	vertical-align: middle;
}

.fieldValue {
	text-align: left;
	margin-top: 1px;
	padding: 2px;
	vertical-align: top;
}

.fieldValueRight {
	text-align: right;
	margin-top: 1px;
	padding: 2px;
	vertical-align: top;
}

.nameHelp {
	clear: left;
	float: left;
	font-weight: bold;
	margin-top: 1px;
	padding: 2px;
	width: 125px;
}

.nameNoWidth {
	clear: left;
	float: left;
	font-weight: bold;
	margin-top: 1px;
	padding: 2px;
	text-align: right;
	vertical-align: middle;
}

.namenowidthalignright {
	vertical-align: top;
	font-weight: bold;
	width: 160px;
	float: left;
	padding: 2px;
	margin-top: 1px;
	clear: left;
	text-align: right;
}

.name75 {
	clear: left;
	float: left;
	font-weight: bold;
	margin-top: 1px;
	padding: 2px;
	text-align: right;
	vertical-align: middle;
	width: 90px;
}

.name85 {
	clear: left;
	float: left;
	font-weight: bold;
	margin-top: 1px;
	padding: 2px;
	text-align: right;
	vertical-align: middle;
	width: 90px;
}

.name90 {
	clear: left;
	float: left;
	font-weight: bold;
	margin-top: 1px;
	padding: 2px;
	text-align: right;
	vertical-align: middle;
	width: 90px;
}

.name95 {
	clear: left;
	float: left;
	font-weight: bold;
	margin-top: 1px;
	padding: 2px;
	text-align: right;
	vertical-align: middle;
	width: 95px;
}

.name130 {
	clear: left;
	float: left;
	font-weight: bold;
	margin-top: 1px;
	padding: 2px;
	text-align: right;
	vertical-align: middle;
	width: 130px;
}

.subheader {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 3px;
}

.subheader2 {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
}

.subheader3 {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 3px;
}

.subheader2help {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.subheader3 {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 3px;
}

.subheaderunderline {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 3px;
	text-decoration: underline;
}

.subheaderunderlinetitle {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.subheaderunderline16 {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 1px 3px;
	text-decoration: underline;
}

.headerTitle {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 1px 1px;
	text-align: center;
	text-decoration: underline;
	display: block;
}

.subHeaderTitle {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 2px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

.helpmarginzero {
	margin: 0px;
	vertical-align: top;
}

.helpmarginzeroalignbaseline {
	margin: 0px;
	vertical-align: baseline;
}

.helparef {
	background:
		url('/otn/resources/img/question_blue.png')
		no-repeat 1px center;
	text-decoration: none !important;
	cursor: pointer;
	padding-left: 18px;
	outline: none !important;
}

.padding5 {
	padding: 5px;
}

.paddingright5 {
	padding-right: 5px;
}

.margin5 {
	margin: 5px;
}

.margintopminus1 {
	margin-top: -1px !important;
}

.margintop10 {
	margin-top: 10px;
}

.margintop15 {
	margin-top: 15px;
}

.margintop20 {
	margin-top: 20px;
}

.margintop25 {
	margin-top: 25px;
}

.margintop5 {
	margin-top: 5px;
}

.marginleft3 {
	margin-left: 3px;
}

.marginleft5 {
	margin-left: 5px;
}

.marginleft10 {
	margin-left: 10px;
}

.marginleft12 {
	margin-left: 12px;
}

.marginleft15 {
	margin-left: 15px;
}

.marginright5 {
	margin-right: 5px;
}

.marginright10 {
	margin-right: 10px;
}

.marginright15 {
	margin-right: 15px;
}

.marginright20 {
	margin-right: 20px;
}

.marginbottom5 {
	margin-bottom: 5px;
}

.width80 {
	width: 80%;
}

.initialcap {
	text-transform: capitalize;
}

.allcap {
	text-transform: uppercase;
}

.fieldItalics {
	font-style: italic;
}

.displaynone {
	display: none;
}

.displayblock {
	display: block;
}

.info-text {
	display: block;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
}

.justifyText {
	text-align: justify;
	padding-left: 0px;
	padding-top: 10px;
	margin: 10px;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.textNoWrap {
	text-wrap: none;
}

.textalignjustify {
	text-align: justify;
}

.textalignright {
	text-align: right;
}

.textalignleft {
	text-align: left;
}

.textalignbottom {
	text-align: bottom;
}

.textaligncenter {
	text-align: center;
}

.textcolorblue {
	color: #1089e5;
}

.textcolorblack {
	color: #000000;
}

.textcolorgreen {
	color: #458B00;
}

.textunderline {
	text-decoration: underline;
}

.bluetextcolor {
	background-color: #f8fffe !important;
}

.greentextcolor {
	background-color: #f4ffed !important;
}

.texthint {
	font-style: italic;
	font-size: 9px;
	text-align: justify;
	display: block;
	vertical-align: top;
	margin-top: 0.3em;
}

.decorationnone {
	text-decoration: none;
}

.datehint {
	color: grey;
	font-style: italic;
	font-size: 8px;
}

.version {
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
}

.even-row {
	background-color: #FFFFFF !important;
}

.odd-row {
	background-color: #E9FBFA !important;
}

.active-row {
	background-color: #FFEBDA !important;
	cursor: pointer;
}

.verticalalignmiddle {
	vertical-align: middle;
}

.verticalalignbottom {
	vertical-align: bottom;
}

.verticalaligntop {
	vertical-align: top;
}

.notetext {
	background-color: #fff189;
	border-style: solid;
	border-width: 1px;
}

.notetextcolor {
	background-color: #ffffd8 !important;
}

.notetextbold {
	background-color: #fff189;
	font-weight: bold;
	font-size: 11px;
}

.notetextplain {
	background-color: #fff189;
	font-size: 11px;
}

.required {
	font-weight: bold;
	color: red;
	padding: 3px;
	vertical-align: middle;
}

.requiredlabel:after {
	content: "*";
	font-weight: bold;
	color: red;
	padding: 3px;
	vertical-align: middle;
}

.requiredNote:before {
	content: "*";
	font-weight: bold;
	color: red;
	padding: 3px;
	vertical-align: middle;
}

.yesnoradiopadding {
	margin-top: -5px;
}

div.vertical-line {
	width: 0px;
	height: 100%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	border-color: #BED6F8;
	border-style: solid;
	border-width: 1px;
}

.actionlink {
	color: #000000 !important;
	cursor: pointer;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

.resultBoxColor {
	background: none repeat scroll 0 0 #ededd8 !important;
}

.help-box {
	clear: both;
	display: block;
	background: #ffffef;
	border: 1px dashed;
	margin: 1em;
	padding: 10px;
	text-align: left;
}

.more-info {
	margin-left: 1em;
	font-size: .85em;
}

.wellnotetextplain {
	background-image: linear-gradient(to bottom, #fff189 0px, #fff189 100%);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0
		rgba(255, 255, 255, 0.1);
	font-size: 11px;
	padding: 3px;
}

.processingPanelContent {
	padding: 2px !important;
	width: 40px !important;
	height: 40px !important;
}

#recaptcha_widget_div {
	width: 90% !important;
	overflow-x: auto !important;
	text-align: center !important;
}

#recaptcha_table {
	width: 90% !important;
	overflow-x: auto !important;
}

#headerNavBar {
	padding: 0px;
	min-height: 20px !important;
	overflow: auto !important;
	overflow-x: hidden !important;
	-ms-overflow-x: hidden !important;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}

div#footerNavBar {
	margin-bottom: 0px !important;
}

#footerNavBar .container-fluid {
	background-color: #eee;
	border-bottom: 1px solid #254117;
	border-top: 1px solid #254117;
}

#tpwdfooter {
	background-color: #eee;
	font-family: Arial, sans-serif;
}

#tpwdfooter #footercontent {
	width: 100%;
}

#tpwdfooter ul {
	display: inline-block;
	margin: 3px;
	padding: 0;
}

#tpwdfooter li {
	display: inline;
	list-style: none outside none;
	margin-right: 30px;
}