/* Default CSS Stylesheet for a new Web Application project */

BODY {
	margin-left: 0px;
	margin-right:1100px;
	margin-top: 0px;
	padding:0;
	font-family: tahoma;
}
.outer {
	clear:both;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom:20px;
	width:630px;
	vertical-align:top;
}
.topHeader {
	width:630px;
	vertical-align:top;
}
.mainImage {
	vertical-align:top;
	border:0;
	float: left;
}
.mainTitle {
	line-height:1.2;
	FONT-SIZE: 150%;
	COLOR: #014681;
	font-weight: bold;
	line-height: 200%
}
.mainDesc {
	vertical-align:middle;
	FONT-SIZE: 80%;
	COLOR: #014681;
	font-weight: bold;
	line-height: 120%;
	width: 180px;
}
.subTitle {
	line-height:1.2;
	FONT-SIZE: 12px;
	font-weight:bold;
	COLOR: #000000;
}
.mainForm {
	line-height:1.2;
	FONT-SIZE: 80%;
	COLOR: #014681;
	margin-left: 10px;
	margin-right: 890px;
	margin-top: 10px;
	width:780px;
	float:none;
}
.subForm {
	line-height:1.2;
	margin-left: 0px;
	margin-top:10px;
}
.subFormStep5 {
	line-height:1.2;
	margin-left: 0px;
	margin-top:0px;
	width:780px;
	font-size:10px;
}
/* Style for edit boxes. This affects the style of the text in the edit boxes. */
.txtBox {
	width:175px;
	cursor:auto;
	margin:5px 0 0 5px;
	padding:0;
	text-decoration:none;
}
.smallTxtBox {
	width:55px;
	cursor:auto;
	margin:5px 0 0 5px;
	padding:0;
	text-decoration:none;
}
.extSmallTxtBox {
	width:25px;
	cursor:auto;
	margin:5px 0 0 5px;
	padding:0;
	text-decoration:none;
}
.sectionHeader {
	font-size:10pt;
	font-weight:bold;
}
.regCompleteMsg {
	position:relative;
	font-size:10pt;
	height:50px;
	color:red;
	font-weight:bold;
	margin-left: 10px;
	margin-top:20px;
	margin-bottom: 20px;
	padding:4px;
	width:450px;
}
.errorMsg {
	position:relative;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:10pt;
	height:50px;
	color:red;
	font-weight:bold;
	padding:4px;
	width:450px;
}
.actionButtons {
	position:relative;
	text-align:center;
	top:20px;
	width:630px;
	clear:both;
}
.buttonRight {
	font-size:10pt;
	background-color: #dadada;
	border-style:outset;
	border-width:1;
	position:relative;
	width:85px;
	height:20px;
	float:center;
}
.buttonRightHidden {
	font-size:10pt;
	background-color: #dadada;
	border-style:outset;
	border-width:1;
	position:relative;
	width:85px;
	height:20px;
	float:right;
	visibility:hidden;
}
.buttonLeft {
	font-size:10pt;
	background-color: #dadada;
	border-style:outset;
	border-width:1;
	position:relative;
	width:85px;
	height:20px;
	float:left;
}
.lblStepTitle {
	font-size:10pt;
	font-weight:bold;
	background-color:#014681;
	color:#FFFFFF;
	border-style: solid;
	background-color:#014681;
	border-color: #014681;
	line-height: 200%;
}
.lblStepDesc {
	line-height:1.2;
	FONT-SIZE: 90%;
	COLOR: #000000;
	line-height: 150%;
	margin: 5px 0 0 5px;
}
.lblStandard {
	font-size:10pt;
}
.lblOptional {
	line-height:1.2;
	FONT-SIZE: 100%;
	COLOR: #014681;
	font-weight: bold;
	line-height: 150%;
	margin: 5px 0 0 5px;
}
.lblOptionalWide {
	font-size:12px;
	width:230px;
	margin: 5px 0 0 5px;
}
.lblRequired {
	font-size:12px;
	width:150px;
	margin: 5px 0 0 5px;
}
select {
	font-size: 12px;
	margin:5px 0 0 5px;
	vertical-align:top;
}
.step4 {
	margin-top: 10px;
	clear:both;
	width:650px;
}
.radioStep5 {
	text-align:left;
	width:630px;
	margin-top:10px;
	margin-left:25px;
	font-size: 10px;
}
.leftCol {
	float:left;
	width:150px;
}
.rightCol {
	float:left;
	width:350px;
}
.left {
	float:left;
	width:250px;
}
.right {
	float:right;
	width:300px;
}
p.smallBreak {
	line-height: normal;
}
.colWrap {
	clear:both;
}
