/******************
 * General Styles *
*******************/

*{margin: 0; padding: 0;}
html, body{width: 100%; height: 100%;}
body
{		
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.625em;
	line-height: 1.5em;
	color: #333333;
	background: #fff;
}
p, li, label{font-size: 1.2em;}
p label {font-size:1em;}
td p {font-size:1em;}
table{border-collapse: collapse; border: 0; border-spacing: 0;}
td{vertical-align: top;}
input, select, textarea{font-size: 1.2em; font-family: Arial, Verdana, Helvetica, sans-serif; color:#333333;}
img{border: 0;}
a{color: #009aa6; text-decoration: none;}
a:hover{text-decoration: underline;}

h1, h2, h3, h4, h5
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 	
	line-height: 1.0em;
	font-weight: normal; 
	color: #333333;
}
h1{font-size: 1.8em;}
h2{font-size: 1.6em;}
h3{font-size: 1.4em;}
h4{font-size: 1.2em;}
h5{font-size: 1.0em;}
h1 a, h2 a, h3 a, h4 a, h5 a
{	
	color: #333333;
}
.printLogo {display:none;}
.clear{clear: both;}
.floatLeft{float: left;}
.floatRight{float: right;}
.alignCenter
{
	margin: 0 auto; 
	width: 717px;
}
.hidden {display:none;}
.txtNormal {color:#333333 !important;}
.txtSmall {font-size:0.91em;}
/**********
 * Header *
***********/

.header
{
	float: left;
	width: 717px;
	height:103px;
}
.header h1
{
	float: left; 
	margin-top:17px;
	display: block;
	width: 140px;
	height: 81px;
	background: url(../images/logo_cua.png) left top no-repeat;
	text-indent: -99999px;
}
.header h2 
{
	width: 246px;
	height: 29px;
	margin-top:70px;
	float:right;
	background: url(../images/sprites_titles.png) 0 0 no-repeat;
	text-indent: -99999px;
}
/***************
 * Adjustments *
****************/

.paddingTop4 {padding-top:4px;}
.reviewSegment td.paddingTop16 {padding-top:16px;}
.pageContent .paddingBottom2 {padding-bottom:2px;}
.formStep .marginBottom0 {margin-bottom:0;border-bottom:0;}
.marginBottom20 {margin-bottom:20px;}

/***********
 * Content *
************/
form 
{
	padding-bottom:20px;
	width:100%;
	float:left;
}
.pageContent 
{
	border:1px solid #e3e3e3;
	padding:12px 9px 8px;
	float:left;
	width:697px;
}
.formSection
{
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-radius: 4px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	width:681px;
	float:left;
	background:#f0f0f0 url(../images/bg_formSection_rpt.png) repeat-x left top;
	border-bottom:1px solid #cacaca;
	margin-bottom:13px;
	padding:20px 0 13px 14px;
}
.applicant2Holder .formSection
{
	background:#e6f5f8 url(../images/bg_formSection2_rpt.png) repeat-x left top;
}
.borderedHolder .formSection, .applicant2Holder .formSection{width:677px;}
.formHeading
{
	float:left;
	width:695px;
	padding-bottom:4px;
	border-bottom:2px dotted #e4e4e4;
	margin-bottom:9px;
}
.formHeading h2
{
	color:#009aa6;
	font-size:1.8em;
	line-height:1.2em;
	float:left;
}
.formHeading p {float:right;}
.formSection p , .formSection li{color:#666666; line-height:1.35em;}
.formSection li {margin-top:6px;}
.formSection ul {margin-left:18px; margin-bottom:14px;}
.confirmationPage .formSection li {margin-top:0; margin-bottom:6px;}
.confirmationPage ul.lastList {margin-bottom:28px;}

.leftCol
{
	width:309px;
	padding-right:15px;
}
.rightCol
{
	border-left:2px dotted #cfcece;
	width:320px;
	padding-left:18px;
}
.requiredInfo {padding-right:20px; width:664px;}
.formStep .requiredInfo p {color:#333333; font-size:1.2em;}
.requiredInfo ul {margin:0 0 0 14px;}
.requiredInfo ul li {color:#333333; margin-top:1px;}
/* Hide Applicant 2 fields initially */
#applicant2Info, #applicant2Finances, #reviewApplicant2Info, #reviewApplicant2Finances
{
	display:none;
}

.borderedHolder {margin-bottom:34px; float:left;}
.applicant2Holder {margin-bottom:11px; /*display:none; */float:left;}
.borderedHolder .formWrapperBottom, .applicant2Holder .formWrapperBottom
{
	float:left;
	width:695px;
	padding-bottom:7px;
}
.borderedHolder .formWrapperBottom {background:url(../images/bg_applicant1_end.png) no-repeat left bottom;}
.applicant2Holder .formWrapperBottom {background:url(../images/bg_applicant2_end.png) no-repeat left bottom;}

.borderedHolder .formWrapperContent, .applicant2Holder .formWrapperContent
{
	border-left:2px solid #098ea0;
	border-right:2px solid #098ea0;
	float:left;
	width:691px;
	margin-top:-2px;
}
#applicant2AddressDetails {display:none;}
.borderedTitle
{
	color:#FFFFFF;
	padding-top:8px;
	height:23px;
	padding-left:16px;
	width:679px;
}
.borderedHolder .borderedTitle
{
	background:url(../images/bg_titleApplicant1_top.png) no-repeat left top;
}
.applicant2Holder .borderedTitle
{
	background:url(../images/bg_titleApplicant2_top.png) no-repeat left top;
}
.reviewSection 
{
	background:url(../images/bg_reviewSegment_end.png) no-repeat left bottom;
	clear:both; 
	width:695px; 
	margin-bottom:14px;
	float:left;
	padding-bottom:6px;
}
.reviewHeading 
{
	float:left; 
	width:696px; 
	line-height:1.5em;
	padding-bottom:5px;
}
.reviewApplicantTitle h3 {color:#FFFFFF;}
.reviewApplicantTitle
{
	background:url(../images/bg_titleApplicant1_top.png) no-repeat left top;
	padding:8px 0 0 8px;
	height:21px;
	clear:both;
}
.reviewApplicantEnd
{
	background:url(../images/bg_applicant1_end.png) no-repeat left bottom;
	padding-bottom:7px;
	float:left;
	margin-bottom:20px;
}
.reviewApplicantMid 
{
	border-left:2px solid #098ea0;
	border-right:2px solid #098ea0;
	float:left;
}
.reviewApplicantMid .reviewSegment {width:691px;}
.reviewHeading h3 {float:left; line-height:1.3em;}
.reviewSegment
{
	background:#f0f0f0 url(../images/bg_reviewSegment_rpt.png) repeat-x left top;
	padding-top:8px;
	float:left;
	clear:both;
	width:695px;
}
.reviewSegmentHeading {background:#f0f0f0 url(../images/bg_reviewSegment.png) no-repeat left top;}
.reviewSegment table 
{
	width:659px; 
	font-size:1.2em; 
	margin:0 0 15px 18px;
}
.reviewSegment td 
{
	line-height:1.35em; 
	padding-top:6px; 
	color:#666666;
	word-wrap:break-word;
	width:396px;
}
.reviewSegment tr.paddingTop18 td{padding-top:18px;}
.reviewSegment td.fieldName 
{
	color:#333333; 
	text-align:right; 
	padding-right:13px;
	width:250px;
}
.reviewSegment h4 
{
	margin-bottom:17px; 
	font-size:1.4em; 
	padding-left:18px;
}
.confirmPanel input
{
	margin-right:8px;
	float:left;
}
.idTypeRows {display:none;}
.paymentDetails {display:none;}


/******************
 * Progress Panel *
*******************/

.progress {float:left; margin-bottom:22px; display:none;}
.confirmationPage .progress {display:block;}
.progress h3 
{
	color:#666666; 
	line-height:1.2em;
	padding-bottom:2px;
	font-size:1.1em;
	padding-left:8px;
}
.progress p 
{
	background:url(../images/sprites_titles.png) no-repeat left top;
	float:left;
	padding-top:32px;
	color:#666666;
	font-size:1.1em;
	position:relative;
}
.progress p.progressStep1
{
	background-position:0 -350px;
	width:115px;
	padding-left:10px;
}
.progress p.progressStep1On {color:#333333; background-position:0px -450px; }
.progress p.progressStep2
{
	background-position:-129px -350px;
	margin-left:-5px;
	width:136px;
	padding-left:18px;
}
.progress p.progressStep2On {color:#333333; background-position:-129px -450px;}
.progress p.progressStep3
{
	background-position:-283px -350px;
	margin-left:-6px;
	width:130px;
	padding-left:17px;
}
.progress p.progressStep3On {color:#333333; background-position:-283px -450px;}
.progress p.progressStep4
{
	background-position:-430px -350px;
	margin-left:-7px;
	width:127px;
	padding-left:20px;
}
.progress p.progressStep4On {color:#333333; background-position:-430px -450px;}
.progress p.progressStep5
{
	background-position:-577px -350px;
	margin-left:-6px;
	width:128px;
	padding-left:20px;
}
.progress p.progressStep5On {color:#333333; background-position:-577px -450px;}
.progress p a 
{
	display:none;
	position:absolute;
	left:0;
	text-indent:-99999px;
	top:0;
	width:174px;
	height:28px;
}

/***************
 * Form Panels *
****************/

.errorBox
{
	float:left;
	width:649px;
	background:url(../images/bg_errorBox.png) no-repeat left top;
	padding:7px 12px 9px 36px;
	margin-bottom:8px;
}
.errorBox p {font-size:1.1em;}
.formSection .row
{
	width:672px;
	float:left;
}
.labelCol
{
	width:252px;
	margin-right:19px;
	float:left;
	position:relative;
	padding-bottom:3px;
}
#formStep0 label span{color:#086d7e}
.labelCol label {text-align:right; display:block;}
.labelCol label.alignLeft {text-align:left;}
.paddingLeft75 {padding-left:75px;}
.elementCol
{
	width:200px;
	margin-right:7px;
	float:left;
	padding-bottom:10px;
}

.supportCol
{
	position:relative;
	float:left;
	width:193px;
	padding-bottom:7px;
}
.row .elementCol .halfCol {width:97px; float:left;}
.row .elementCol .halfColSpaceRight {margin-right:6px;}
.elementCol .spaceRight {margin-right:12px;}
/* Tweaks for column widths on step 1 */
.widerElementRow .labelCol {width:245px;}
.widerElementRow .elementCol {width:214px; margin-right:0;}
.widerElementRow .elementCol  label{margin-right:0;}

/* Wide rows */
.supportUnder .elementCol
{
	width:400px;
	margin-right:0;
	padding-bottom:4px;
}
.supportUnder .supportCol 
{
	clear:both;
	margin-left:271px;
	width:400px;
}

/***********************
* Form headings & text *
************************/

.fieldRequired 
{
	background:url(../images/icon_required.png) no-repeat left top;
	width:5px;
	height:6px;
	text-indent:-9999px;
	display:block;
	float:left;
}
.formHeading .fieldRequired {width:8px; height:10px;background-position: 0 3px;}
#formStep0 .formSection .fieldRequired {display:none;}
.labelCol .fieldRequired
{
	position:absolute;
	right:-10px;
	top:0px;
}
.formSection h3 
{
	font-size:1.4em;
	margin-bottom:11px;
}
.row p, .formSection p
{
	padding-bottom:5px; 
	font-size:1.1em; 
	clear:both;
}
.row p.staticHint 
{
	padding-left:272px; 
	margin-top:-5px;
	float:left;
	width:400px;
}


/**********************
* Error speech bubble *
***********************/
.forceHideError .errorHolder {display:none;}
.errorHolder
{
	width:193px;
	float:left;
	background:url(../images/bg_errorTip_end_01.png) no-repeat left bottom;
	padding-bottom:7px;
	/*position:relative;*/
	position:absolute;
	font-size:1.1em;
}
.errorHolder .errorIndicator
{
	width:12px;
	height:20px;
	float:left;
	background:url(../images/bg_errorTip_arrow_01.png) no-repeat left top;
	position:absolute;
	left:-11px;
	top:0;
}
.errorTop
{
	float:left;
	background:url(../images/bg_errorTip_rpt_01.png) repeat-y left top;
} 
.errorContent
{
	background:url(../images/bg_errorTip_top_01.png) no-repeat left top;
	padding-top:6px;
	padding:6px 10px 3px 10px;
	width:173px;
}
.errorContent label {border:none; font-size:1em; background:none;}

/* Modified styles for varied widths */
table .errorHolder .errorIndicator,
.supportUnder .errorHolder .errorIndicator
{
	background:url(../images/bg_errorTip_arrow_02.png) no-repeat left top;
	position:absolute;
	left:5px;
	top:-8px;
	width:17px;
	height:8px;
}
.tableLiability .col1 .errorHolder,
.tableAsset .col1 .errorHolder
{
	background:url(../images/bg_errorTip_end_02.png) no-repeat left bottom;
	width:132px;
}
.tableLiability .col1 .errorTop,
.tableAsset .col1 .errorTop
{
	background:url(../images/bg_errorTip_rpt_02.png) repeat-y left top;
}
.tableLiability .col1 .errorContent,
.tableAsset .col1 .errorContent
{
	background:url(../images/bg_errorTip_top_02.png) no-repeat left top;
	width:112px;
}
.tableLiability .col2 .errorHolder 
{
	background:url(../images/bg_errorTip_end_03.png) no-repeat left bottom;
	width:213px;
}
.tableLiability .col2 .errorTop
{
	background:url(../images/bg_errorTip_rpt_03.png) repeat-y left top;
}
.tableLiability .col2 .errorContent
{
	background:url(../images/bg_errorTip_top_03.png) no-repeat left top;
	width:193px;
}
.tableLiability .col3 .errorHolder,
.tableAsset .col3 .errorHolder
{
	background:url(../images/bg_errorTip_end_02.png) no-repeat left bottom;
	width:132px;
}
.tableLiability .col3 .errorTop,
.tableAsset .col3 .errorTop
{
	background:url(../images/bg_errorTip_rpt_02.png) repeat-y left top;
}
.tableLiability .col3 .errorContent,
.tableAsset .col3 .errorContent
{
	background:url(../images/bg_errorTip_top_02.png) no-repeat left top;
	width:112px;
}
.tableLiability .col4 .errorHolder, 
.tableIncome .col3 .errorHolder 
{
	background:url(../images/bg_errorTip_end_04.png) no-repeat left bottom;
	width:148px;
}
.tableLiability .col4 .errorTop, 
.tableIncome .col3 .errorTop
{
	background:url(../images/bg_errorTip_rpt_04.png) repeat-y left top;
}
.tableLiability .col4 .errorContent, 
.tableIncome .col3 .errorContent
{
	background:url(../images/bg_errorTip_top_04.png) no-repeat left top;
	width:128px;
}
.tableIncome .col1 .errorHolder,
.tableIncome .col2 .errorHolder ,
.supportUnder .errorHolder
{
	background:url(../images/bg_errorTip_end_05.png) no-repeat left bottom;
	width:238px;
}
.tableIncome .col1 .errorTop,
.tableIncome .col2 .errorTop,
.supportUnder .errorTop
{
	background:url(../images/bg_errorTip_rpt_05.png) repeat-y left top;
}
.tableIncome .col1 .errorContent,
.tableIncome .col2 .errorContent,
.supportUnder .errorContent
{
	background:url(../images/bg_errorTip_top_05.png) no-repeat left top;
	width:219px;
}
.tableAsset .col2 .errorHolder 
{
	background:url(../images/bg_errorTip_end_06.png) no-repeat left bottom;
	width:365px;
}
.tableAsset .col2 .errorTop
{
	background:url(../images/bg_errorTip_rpt_06.png) repeat-y left top;
}
.tableAsset .col2 .errorContent
{
	background:url(../images/bg_errorTip_top_06.png) no-repeat left top;
	width:345px;
}
.supportUnder .errorHolder {top:3px;}
table .errorHolder 
{
	position:relative;
	margin-top:8px;
	margin-bottom:4px;
}
/*****************
 * Form Elements *
******************/

.txt 
{
	border:1px solid #009aa6;
	width:192px;
	padding:2px 3px 1px;
}
textarea.txt
{
	width:369px;
}
.shortTxt {width:80px;}
.txtShortPhone {width:129px;}
.ddl 
{
	border:1px solid #009aa6;
	padding-left:2px;
	color:#333333;
	width:200px
}
.ddlYear {width:60px;}
.ddlDay {width:48px;}
.ddlMonth {width:78px;}
.ddlAreaCode {width:50px; margin-right:10px;}
.ddlDay, .ddlMonth {margin-right:7px; float:left;}
.error
{
	border:1px solid #b4110b;
	background-color:#fdcece;
}
.elementCol .rb { margin-right:4px;}
.elementCol label { margin-right:14px;}
.elementCol p label { margin-right:0px;}
.elementCol span {color:#666666;}

.halfCol .txt {width:40px; float:right;}
.shortCol .txt {width:90px;}
.halfCol label {margin-right:0px; float:left;}

/****************
 * Form Buttons *
*****************/

.formButtons {float:left; width:696px}
.formButtons .btnCancel 
{
	float:left;
}
/*.btnContinue {float:right;}*/
.btnContinue 
{
	float:right; 
	background:url(../images/sprites_buttons.png) no-repeat 0px -30px;
	width:160px;
	height:26px;
	display:block;
	text-indent:-99999px;
	border:0;
	cursor:pointer;
}
.btnContinue:hover {background-position:-200px -30px;}
/*.btnSubmit {float:right;}*/
.btnSubmit 
{
	float:right; 
	background:url(../images/sprites_buttons.png) no-repeat 0px -120px;
	width:69px;
	height:26px;
	display:block;
	text-indent:-99999px;
	border:0;
	cursor:pointer;
}
.btnSubmit:hover {background-position:-200px -120px;}
.btnBack 
{
	float:right; 
	margin-right:8px;
	background:url(../images/sprites_buttons.png) no-repeat 0px -60px;
	width:57px;
	height:26px;
	display:block;
	text-indent:-99999px;
}
.btnBack:hover {background-position:-200px -60px;}
.btnCancel
{
	float:left; 
	background:url(../images/sprites_buttons.png) no-repeat 0 -90px;
	width:65px;
	margin-right:8px;
	display:block;
	text-indent:-99999px;
	height:26px;
}
.btnCancel:hover {background-position: -200px -90px;}
.btnBegin
{
	float:right; 
	display:none;
	background:url(../images/sprites_buttons.png) no-repeat 0 -150px;
	width:66px;
	height:26px;
	text-indent:-99999px;
}
.btnBegin:hover {background-position: -200px -150px;}
.btnCloseWindow
{
	float:right; 
	background:url(../images/sprites_buttons.png) no-repeat 0 -180px;
	width:110px;
	display:block;
	text-indent:-99999px;
	height:26px;
}
.btnCloseWindow:hover {background-position: -200px -180px;}
.btnPrint
{
	float:left; 
	background:url(../images/sprites_buttons.png) no-repeat 0 -210px;
	width:68px;
	display:block;
	text-indent:-99999px;
	height:26px;
}
.btnPrint:hover {background-position: -200px -210px;}
.btnEdit
{
	float:right; 
	background:url(../images/sprites_buttons.png) no-repeat 0 -240px;
	width:86px;
	display:block;
	text-indent:-99999px;
	height:21px;
}
.btnEdit:hover {background-position: -200px -240px;}

/*********************
 * Confirmation Page *
**********************/

h3.ttlDeclaration
{
	line-height:1.8em;
	margin:0 0 4px;
	float:left;
	font-size:1.4em;
}
.confirmPanelWrapper
{
	margin-top:1px;
	background:url(../images/bg_confirmPanel_left.png) no-repeat left top;
	padding-left:7px;
	float:left; 
	margin-right:10px;
	clear:both;
}
.confirmPanelWrapper .panelRight
{
	background:url(../images/bg_confirmPanel_right.png) no-repeat right top;
	padding-right:7px;
	float:left;
}
.confirmPanelWrapper .panelRpt
{
	height:26px;
	padding:10px 9px 0 8px;
	float:left;
	background:url(../images/bg_confirmPanel_rpt.png) repeat-x left top;
}
.confirmPanelWrapper p 
{
	float:left;
	margin-right:40px; 
	font-size:1.2em; 
	line-height:15px;
}
.confirmationPage .confirmPanelWrapper {margin:11px 0 5px;}
.confirmationPage .confirmPanelWrapper p {margin-right:0;}
.confirmationPage .formSection p {font-size:1.2em;}
p.floatLeft strong {float:left;}
#formStep3 p.txtNormal .required {margin-left:4px;}
.confirmPanelWrapper label, .confirmPanelWrapper p {color:#333333}
.confirmPanelWrapper input {margin-right:6px; float:left;}
.confirmPanelWrapper label span, .confirmPanelWrapper p span{color:#666666}
#confirmApplicant2 
{
	display:none; 
	margin-top:15px;
	clear:both;
	float:left;
	margin-top:12px;
}

/****************
 * Cancel Modal *
*****************/

.modal
{
	background: transparent url(../images/bg_modal.png) no-repeat left top;
	height: 183px;
	position: absolute;
	top: 0;
	left: 0;
	width: 407px;
	z-index: 100;
}
.modal .inner {padding: 40px 30px;}
.modal .heading
{
	display: block;
	font-size: 1.4em;
	margin-bottom: 10px;
}
.modal .description
{
	line-height: 1.6em;
	margin-bottom: 10px;
}
.modal .buttonGroup
{
	margin: 0 auto;
	overflow: hidden;
	width: 103px;
}
#cancelYes, #cancelNo, #ineligibleOk
{
	background: transparent url(../images/sprites_buttons.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	float: left;
	height: 27px;
	text-indent: -999em;
}
#cancelYes
{
	background-position: 0 -330px;
	margin-right: 5px;
	width: 53px;
}
#cancelYes:hover, #cancelYes:focus {background-position: -200px -330px}
#cancelNo
{
	background-position: 0 -360px;
	width: 45px;
}
#cancelNo:hover, #cancelNo:focus {background-position: -200px -360px}
#ineligibleOk
{
	background-position: 0 -390px;
	width: 45px;
	margin-left:30px;
}
#ineligibleOk:hover, #ineligibleOk:focus {background-position: -200px -390px}
#blackout 
{
	background: transparent url(../images/bg_blackout.png) repeat 0 0;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
/* Loading popup */
#loadingBg
{
	background: #FFFFFF;
	opacity:0.5;
	filter: alpha(opacity = 50);
	position:absolute;
	left:0;
	top:0;
	display:none;
}
#loadingHolder
{
	position:absolute;
	display:none;
	width:100px;
	left:50%;
	margin-left:-50px;
}
#loadingHolder img
{
	margin:0 auto;
}

/****************
 * Table Layout *
*****************/
a.hideTableRow
{
	display:block;
	text-indent:-9999px;
	width:22px;
	height:21px;
	background:url(../images/sprites_buttons.png) 0 -270px;
}
a.hideTableRow:hover {background-position:-200px -270px;}
a.showNewTableRow
{
	display:block;
	text-indent:-9999px;
	width:99px;
	height:26px;
	background:url(../images/sprites_buttons.png) 0 -300px;
	float:right;
	margin-right:28px;
}
a.showNewTableRow:hover {background-position:-200px -300px;}
table th 
{
	text-align:left;
	font-size:1.2em; 
	line-height:1.4em;
	padding-bottom:4px;
}
table.tableLiability
{
	width:100%;
}
table .col1 {padding-bottom:8px;}

table.tableLiability .col1 {width:131px; padding-right:12px;}
table.tableLiability .col1 .ddl{width:131px;}
table.tableLiability .col1 .supportCol{width:131px;}
table.tableLiability .col2 {width:211px; padding-right:7px;}
table.tableLiability .col2 .txt{width:205px;}
table.tableLiability .col2 .supportCol{width:211px;}
table.tableLiability .col3 {width:130px; padding-right:6px;}
table.tableLiability .col3 .txt {width:123px;}
table.tableLiability .col3 .supportCol {width:130px;}
table.tableLiability .col4 {width:156px; padding-right:0;}
table.tableLiability .col4 .txt {width:140px;}
table.tableLiability .col4 .supportCol {width:146px;}
table.tableLiability .col5 {width:24px;}

table.tableAsset
{
	width:100%;
}
table.tableAsset .col1 {width:131px; padding-right:12px;}
table.tableAsset .col1 .ddl{width:131px;}
table.tableAsset .col1 .supportCol{width:131px;}
table.tableAsset .col2 {width:363px; padding-right:8px;}
table.tableAsset .col2 .txt{width:357px;}
table.tableAsset .col2 .supportCol{width:363px;}
table.tableAsset .col3 {width:129px; padding-right:7px;}
table.tableAsset .col3 .txt {width:123px;}
table.tableAsset .col3 .supportCol {width:129px;}
table.tableAsset .col4 {width:28px;}

table.tableIncome
{
	width:100%;
}
table.tableIncome .col1 {width:238px; padding-right:12px;}
table.tableIncome .col1 .ddl{width:238px;}
table.tableIncome .col1 .supportCol{width:238px;}
table.tableIncome .col2 {width:238px; padding-right:8px;}
table.tableIncome .col2 .ddl{width:238px;}
table.tableIncome .col2 .supportCol{width:238px;}
table.tableIncome .col3 {width:146px; padding-right:7px;}
table.tableIncome .col3 .txt {width:140px;}
table.tableIncome .col3 .supportCol {width:146px;}
table.tableIncome .col4 {width:28px;}

table td .supportCol {padding-bottom:0;}

.purchasingLoanAmountRow {display:none;}
.btnBackToReview {float:right; margin-left:8px;}

/* Eligibilty changes */
#formStep0 .ddl {width:130px;}
#formStep0 .labelCol  label {text-align:left;}
#formStep0 .labelCol {width:307px;}
#formStep0 .elementCol {width:145px;}

/* ******************************************************************************
 *
 *  Version		: 1.1.2
 *
 *  AUTHORS		: H.Gunn				
 *								
 ****************************************************************************** */