.progress {
	background:#215CAB;
	padding:10px 10px;
	clear:both;
	margin:0 0 12px;
	color:#fff;
	cursor:default;
}
.progress a {
	color:#fff;
	font-weight:bold;
}
.progress a:hover {
	text-decoration:none;
}
.progress span.active {
	color:#fff;
}
.progress span.current {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	margin:0 10px;
}
.progress input {
	text-decoration:none;
	background:none;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:0;
	padding:0;
	cursor:pointer;
	margin:0 10px;;
	font-size:12px;
	border-bottom:1px solid #ffffff;
}
.progress input:hover {
	text-decoration:none;
	border:0;
}
/*
.tab {
	width:182px;
	height:50px;
	position:relative;
	margin:0;
}
#step1 {
	float:left;
}
#step2 {
	float:left;
	left: 188px;
}
#step3 {
	float:right;
}
#step1.active {
	background:url(../images/tab-step1-active.png) no-repeat;
}
#step2.active {
	background:url(../images/tab-step2-active.png) no-repeat;
}
#step3.active {
	background:url(../images/tab-step3-active.png) no-repeat;
}
#step2.incomplete {
	background:url(../images/tab-step2-incomplete.png) no-repeat;
}
#step3.incomplete {
	background:url(../images/tab-step3-incomplete.png) no-repeat;
}
#step1.complete {
	background:url(../images/tab-step1-completed.png) no-repeat;
}
#step2.complete {
	background:url(../images/tab-step2-completed.png) no-repeat;
}
h1.facility {
	color: #ffa300;
	position:relative;
	top: -5px;
}
.hidden {
	display:none;
}
/*
	*********************************

		8. FOOTER

	*********************************
*/

/*	#footer {
	overflow:hidden;
	width:920px;
	margin:0 auto;
	text-align:right;
	color:#b0e3ff;
	font:9px/12px Arial, Helvetica, sans-serif;
	padding:12px 20px 12px 20px;
}
#footer a {
	color:#b0e3ff;
}*/
/* copy */
/*	.copy {
	float:left;
	padding-right:5px
}
.footerlinks {
	float: left;
	height: 20px;
}
.footerlinks a {
	margin-left:10px;
}
#footer p {
	margin:0;
}*/
/* 	*********************************

		9. FORMS

	*********************************
*/

/*div.bs-sales-form {
	float: left;
	padding:0;
	margin: 0;
}
.bs-sales-form label {
	display: inline-block;
	width: 90px;
	margin-bottom: 15px;
}
.bs-sales-form input {
	display: inline-block;
	width: 280px;
	padding:4px;
}
div.bs-email-form {
	float: left;
	width: 50%;
	padding:0;
	margin: 0;
}
.bs-email-form label {
	display: inline-block;
	width: 70px;
	margin-bottom: 15px;
}
.bs-email-form input {
	display: inline-block;
	width: 200px;
	padding:4px;
}
div.submitRow {
	clear:both;
	margin-top:5px;
	margin-left:90px;
}*/
/* text-align: right; margin: 5px 0pt 0pt; clear: both; */

/*
	*********************************

		10. WIZARD

	*********************************/
/*#wizard label {
	display: inline;
}
*/

.wizard .question {
	margin-bottom: 1.5em;
}
/*
.wizard .yesorno {
	float: left;
	font-size: 1.3em;
	border-bottom: 1px solid #ECF5FF;
	margin-bottom: 5px;
	padding: 0 5px 5px 0;
}
.wizard h3.question, .wizard .question h3 {
	float: left;
	margin-top: 2px;
	clear: both;
	width: 460px;
	font-size:14px;
	color:#535353;
}
.wizard #property h3.question, .wizard #property .question h3 {
	width: 520px;
}
#wizard {
	margin:2em 0;
}
#wizard h2 {
	color:#0099FF;
	font-weight:normal;
}
#wizard #income_new_frequency, #wizard #select_new_type, #wizard input, #wizard select {
	padding:4px;
}
.jtip {
	background: url('../images/tip.gif') top center no-repeat #ffffff;
	width:20px;
	height:20px;
	display:inline-block;
	position:relative;
	top:5px;
	left:8px;
}
.jtip:hover {
	cursor: pointer;
}
.jleft {
	left:0;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #00A6FF;
	background-color: #eee;
	padding: 10px;
	opacity: 0.9;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
}
#tooltip h3, #tooltip div {
	margin: 0;
	color: #23408F;
	font-size: 1.1em;
	font-weight:bold;
}
div.submitRow {
	clear:both;
	margin:40px 0 10px 0;
}
#btnPow, #btnNext, #btnPrev, #btnDate {
	width:124px;
	height:34px;
	border:0;
	color:#FFFFFF;
	font-weight:bold;
	outline:none;
}
#btnPow, #btnNext, #btnDate {
	background:url(../images/button-next.png) top center no-repeat;
	float:right;
}
#btnPrev {
	background:url(../images/button-previous.png) top center no-repeat;
	float:left;
}
#btnDate:hover, #btnPow:hover, #btnPrint:hover, #btnNext:hover, #btnPrev:hover {
	cursor:pointer;
	text-decoration:underline;
	outline:none;
}
#btnPrint {
	line-height:16px; margin-left: 10px;
}
span.required {
	color:orange;
	margin-left:4px;
}
input.required {
}
a.removegiftlink, a.removelink {
	margin-left:1em;
	color:red;
}
a#moreAssetsLink {
	margin-left:40px;
}
.hide {
	display:none;
}
div.subRow, div.submitRow, div.row, div.question, div.newAssetRow, div.commonAssetRow {
	clear:both;
	margin-bottom:.5em;
}
div.question p {
	margin:0;
	font-weight:bold;
}
div.commonAssetRow {
	display:none;
}*/
div.subRow {
	display:none;
}
.inline {
	display:inline;
}/*
#wizard hr {
	background-color:#EFEFEF;
	color:#EFEFEF;
	border:1px solid #EFEFEF;
	margin-bottom:1em;
	clear:both;
}
#wizard .errorBox {
	border: 1px solid red;
	background-color: #ebb;
	color: red;
	padding: 1em;
	margin:0 0 1em 0;
	font-weight:bold;
}
#wizard .errorBox p {
	margin:0;
	color:#000000;
}
div.error {
	color: red;
	font-weight:bold;
	margin: 0.25em 0 1em 0;
	font-size:.9em;
}

div#assetWarning,
#incomeWarning,
.warningBox {
	border: 1px solid #FFCC00;
	background-color: #FFEE99;
	color: red;
	padding: 0.5em 1em;
    margin: 0.5em 0;
	color: #000000;
}
div#assetWarning p,
#incomeWarning p,
.warningBox p {margin: 0; font-weight:normal; font-size:90%;}

/* Login home page */
/*.myapplicationstoolbar {
	border-top:1px solid #dddddd;
}
.newapplicationbtn, .newapplicationbtn:hover {
	height: 29px;
	width:220px;
	line-height:29px;
	color: white;
	font-size: 13px;
	background:url(../images/button_new_calc.jpg) top left #075bab no-repeat;
	border:0;
	font-weight:bold;
	font-size:12px;
	outline:0 none;
	cursor:pointer;
}
.myapplicationstoolbar {
	width:720px
}
.searchbox {
	display: inline-block;
	float: right;
	margin: 5px 5px 0 0;
	clear: right;
}
.searchbox span {
	font-size: 12px;
}
#btnSearch {
	background:url(../images/button_search.png) top right #00a6ff no-repeat;
	width: 68px;
	height:28px;
	color:white;
	border:0;
	font-weight:bold;
	font-size:12px;
	outline:none;
	cursor:pointer;
}
#searchStr {
	padding:4px;
	position:relative;
	bottom:2px;
}
#searchText {
	position:relative;
	bottom:3px;
}
.headerrow {
	color: white;
	padding: 5px;
	margin-bottom: 0px;
	font-weight: bold;
	background:url(../images/results_header.jpg) #0668ba no-repeat;
	height:20px;
}
.headerrow, .datarow {
	list-style-type: none;
}
.datarow, .datarow td {
	vertical-align: top;
	background-color:#E9E9E9;
}
.datatable {
}
.datatable ul {
	margin: 0;
	padding: 0px;
}
.datatable li {
	padding: 5px;
}
.datatable td {
	padding:4px;
	border-top: 1px solid #DDDDDD;
}
.datatable th {
	background-color:#dddddd;
	color:black;
	padding: 4px;
	text-align:left;
	border: 1px solid #bbbbbb;
}
.namecol, .datecol, .linkscol {
}
.namecol {
	width: 270px;
}
.namecol li {
	list-style-type: none;
	font-weight: bold;
	color:#23408F;
	padding-top:0;
}
.datecol {
	width: 200px;
}
.datecol .invalid {
	color: red;
}
.datecol .expired {
	color: red;
}
.datecol .valid {
	color: green;
}
.datecol .accepted {
	color: green;
	font-weight: bold;
}
.dateCreatedCol {
	font-size:11px;
}
.namecol .type {
	color:#666666;
	font-weight:normal;
	font-size:11px;
}
.linkscol {
	text-align: right;
	width: 140px;
}
.odd, .odd td {
	background-color: #F4F4F4;
}
.footerrow {
	color: black;
	text-align: right;
	padding: 5px;
	font-size: 12px;
	list-style-type: none;
	font-weight:bold;
	background-color: #F0F0F0;
	border-top: 1px solid #DDDDDD;
}
.footerrow a {
	padding: 5px;
}
.footerrow a:hover {
	color:orange;
}
.footerrow .size, .footerrow .pages {
	margin-left: 20px;
	color:#666
}
.footerrow .noLink {
	color:#666
}
.footerrow .current {
	color:orange;
	padding:5px;
}
.footerror .noLink {
	padding:5px;
}
.footerror .pages {
	color:#666;
}*/
/*********** Facility Page ***********/
/*.w-note {margin-top:0; font-weight:bold; font-size: 11px; font-style: italic;}
.readonly {
	color:#999999;
	cursor:default;
}
.t-right {
	text-align: right;
}
.partner {
	background-color: #F3F3F3;
	padding: 10px 10px 5px 10px;
}
#facility-input td {
	vertical-align: top;
}*/
#facility-input td.totals {
	padding: 0 15px;
	width: 15%;
}
/*

#facility-details div.note-row {
	margin-bottom:0;
}
#facility-details h3 {
	margin:0;
	color:#666
}*/
#facility-deatils {
	margin-bottom: 1.5em;
}
#facility-details label {
/*display: inline-block;*/
margin-right: 10px;
font-weight: bold;

/*width: 200px;*/
/*text-align:right;*/

}
#facility-details textarea {
	width: 250px;
}
#facility-input {
	margin: 1.5em 0;
}
#facility-input table {
	width: 100%;
}
/*

#facility-input .jtip {float:right; margin-right:7px; top: 3px;}
#facility-input .jtip-spacer {height:22px;}
#facility-input {padding-top:20px;}

#facility-input #resident {}
#facility-input #partner {}

#facility-input #resident ul,
#facility-input #partner  ul {
	margin: 1em;
}

#facility-input .facility-data{
	width:380px;
	border: 1px solid #cccccc;
}

#facility-input #facility-total legend,
#facility-input .facility-data legend {
	margin-left:6px;
	font-weight:bold;
	padding:0 4px;
	width:auto;
	margin:0;
}
#facility-input #facility-total ul,
#facility-input .facility-data ul {list-style-type: none;}
#facility-input .facility-data label {width:185px;}

#facility-input #notes,
#facility-input #partnerNotes {
	margin-left: 8px;
	width:120px;
}

#facility-input #facility-total {text-align:center; margin:0 auto; width: 100px;}
#facility-input #facility-total p {
	height:26px;
	text-align:center;
	line-height: 26px;
	margin:5px 0 7px 0;
}*/
#facility-input #facility-total p#total-text {margin:0; height:23px; font-weight:bold;}
#facility-input #total-bond,
#facility-input #total-esf {background-color: #eee;}
#facility-input li.filler {height:26px;}
/*
input#minBondAmount,
input#partnerMinBondAmount,
input#partnerPreviousBondAmount,
input#partnerCurrentAccommodationFee,
input#partnerPpAmount{
	width:65px;
}
input#partnerUnpaidBondInterestRate {
	width:30px;
	margin-left:7px;
}
input#facilityInterestRate, input#partnerFacilityInterestRate {
	width:30px;
}
select#dailyCareFee {
	margin-left:8px;
}
input#extraServicesFee, input#partnerExtraServicesFee {
	width:50px;
}
#notesLabel {
	bottom: 78px;
	position: relative;
}
#notes {
	margin-left:8px;
}
#facility-details div.subRow, #facility-details div.submitRow, #facility-details div.row {
	clear:both;
	margin-bottom:10px;
	font-size: 1.2em;
}

#facility-details div.subRow {
	display:none;
}
#facility-details label {
	display: inline-block;
	width: 200px;
}*/
/*********** Applicant Page ***********/
/*#applicant-details div#facility {
	border:1px solid grey;
	margin: 20px 0;
	padding: 10px;
}
#applicant-details #residentOne {
	float:left;
}
#applicant-details #residentTwo {
	float:right;
}
#applicant-details #partnerMinBondAmount {
	width:70px;
}
#applicant-details #partnerExtraServicesFee {
	width:50px;
}
#applicant-details #partnerNotes {
	margin-left:8px;
}
#applicant-details #residentAge, #applicant-details #partnerAge {
	width:25px;
}
#applicant-details #coupleTypeRow {
	margin-top:20px;
}
#applicant-details #coupleTypeRow div.left {
	float:left;
}*/

table.applicant {
	margin-bottom: 1.5em;
	width: 100%;
}
/*
table.applicant tr {
}
table.applicant td.label {
	width:120px;
	height:30px;
}
table.applicant td.field {
	width:260px;
	height:30px;
}
input#contactFirstName, input#contactLastName, input#contactPhone, input#residentFirstName, input#residentLastName, input#partnerFirstName, input#partnerLastName, input#contactStreet, input#contactSuburb {
	width:180px;
}
input#contactState {
	width:120px;
}
input#contactPostcode {
	width:60px;
}
input#contactEmail {
	width:260px;
}*/

/* Facility Page */
/*#facility-details .notes-block textarea {
	resize:none;
}
#facility-details .notes-block label {
	position:relative;
	bottom:82px;
}*/

/*********** Property Page ***********/
/*input#home_amount {
	width:70px;
}
input#application_ppAmount {
	width:60px;
}
select#application_homeExemptStatus {
	margin-left:2em;
}
input.investAmount {
	width:70px;
}
div.investmentRow {
	clear:both;
	margin:0 0 2em 2em;
}
div#form-wrapper {
	margin-top:1em;
}
.rentalFreq {
	padding-left:1em;
}
.rentalFreq select {
	width: 110px;
}
#property .removelink {
	color:red;
	cursor:pointer;
	float:right;
	height:1em;
	margin:3px 10px 0 0;
	text-decoration:underline;
	width:50px;
}*/
/*********** Assets Page ***********/
div.newAssetRow label, div.commonAssetRow label {
	margin-right:.5em;
	display: inline-block;
}
div.newAssetRow input, div.commonAssetRow input {
	margin-right:.5em;
}
/*
input.amount {
	width: 80px;
}
div.addAsset {
	clear:both;
}
a.addCommonAsset {
	margin-bottom:20px;
	clear:both;
	display:block;
	outline:none;
	border-bottom:1px solid #ECF5FF;
	padding-bottom:5px;
	margin-left:40px;
	width:70px;
}
*/
#giftslist li {
	display: block;
	float: none;
}
/*********** Income Page ***********/
/*div.commonpensionbox input.amount {
	width:140px;
}
*/
#wizard .incomeRow {
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	margin: 5px 0;
/*	-moz-border-radius: 5px;*/
}
#wizard .incomeRow table td {
/*	vertical-align:bottom;*/
}
#wizard .incomeRow input.name {
/*	width:180px;*/
/*	margin-right:1em;*/
}
#wizard .incomeRow input.currency {
/*	width:120px;*/
/*	margin-right:1em;*/
}
#wizard .incomeRow span.title {
/*	margin-right:1em;*/
	display: block;
	vertical-align: middle;
	margin-right: 15px;
	font-weight:bold;
}
.incomeRow table {
	width: 90%;
}
/*********** Debt Page ***********/
/*#debt td {
	height:30px;
}
#debt input#investmentDebtAmount, #debt input#propertyDebtAmount {
	width:80px;
}
#debt label {
	width:180px;
}
#debt #investmentDebtDiv label, #debt #propertyDebtDiv label {
	margin-right:1em;
}
#debt #investmentDebtDiv, #debt #propertyDebtDiv {
	margin-bottom:1.5em;
}*/
/* Confirm Screen */
/*#confirm-print {
	width:700px;
	margin: 0 auto;
}
#confirm-print div.subRow, div.submitRow, div.row {
	clear:both;
}
#confirm-print div.subRow {
	display:none;
}
#confirm-print div.details {
	margin-bottom:2em;
}
#confirm-print div.details h2 {
	margin: 0 0 .2em 0;
}
#confirm-print div.details p {
	margin:0 0 .2em 0;
}
#confirm-print td.field {
	width:230px;
	text-align:right;
	vertical-align:top;
}
#confirm-print td.value {
	text-align:right;
	width: 100px;
	vertical-align:top;
	font-weight:bold;
}
#confirm-print td.value .sub-total {font-weight: normal;}
#confirm-print td.left {
	text-align:left;
	width: 350px;
}
#confirm-print p.green {
	color:orange;
}
#confirm-print .red a,
#confirm-print .red {
	color:#900;
}
#confirm-print p.red {
	color:#900;
}
#confirm-print td {
	padding: 4px;
}
#confirm-print td.field {
	text-align:left;
}
#confirm-print td.comment {
	margin-left:5px;
}
#confirm-print td.unit {
}
#confirm-print hr {
	background-color:#EFEFEF;
	color:#EFEFEF;
	border:1px solid #EFEFEF;
}
#confirm-print #facility td.value {
	padding-right:0;
}
#confirm-print #facility td.unit {
	padding-left:0;
}*/
/*********** PP Calculator ***********/
/*div#ppBlock {
}
#ppBlock label {
	width:175px;
	display:inline-block;
}
#ppBlock .row {
	clear:both;
	margin-bottom:5px;
}
#ppBlock input {
	padding: 4px;
	width: 100px;
}
#ppBlock input.pc {
	margin-left:8px;
	width:40px;
}
#ppBlock #firstName, #ppBlock #lastName {
	margin-left:8px;
	width:140px;
}
#ppBlock .submitRow {
	margin-top:15px;
	margin-left:175px;
}
#ppBlock .submitRow input {
	padding:2px;
	width: 80px;
	cursor:pointer;
}
#ppBlock select {
	padding:4px;
}
#ppBlock #btnPrint {
	float:none;
	width:156px;
	clear:both;
	display:block;
	margin-top:80px;
}
#ppBlock input#btnClear {
	width:50px;
}
.errors {
	border: 1px red solid;
	padding:10px;
	margin:15px 0;
	clear:both;
}
.errors p {
	margin:0;
}
.errors p, .error {
	color: red;
	font-weight:bold;
}
span.note {
	color: #666666;
}
#ppBlock p {
	width:700px;
}
#ppBlock #retentionNo, #ppBlock #retentionYes {
	width:auto;
}
#ppBlock .smaller {
	width: 20px;
}
#retentionRow {
}*/
/*********** PP Calculator ***********/
/*#facilityoptions legend {
	color:#16559A;
}
#facilityoptions li:hover {
	cursor:pointer;
}
.orange {
	color:orange;
}
#servicesTbl ul {
	margin:0;
}
#debug {
	top: 0;
	left: 0;
	border: 2px solid yellow;
	padding:5px;
	background-color: #000000;
	color: #ffffff;
}*/
/*********** Accept Quote ***********/
/*#acceptQuote h2 {
	color:#1E57A6;
}*/
/*********** Landing Page ***********/
/*#wizardalert {
	margin-top: 1em;
	border: 1px solid orange;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 1em;
	font-size:75%;
}
#searchRange {
	text-align:right;
}
.pow {
	color:red;
}
.group {
	clear:both;
}
.group h5 {
	border-bottom:1px solid #eeeeee;
	margin-bottom:4px;
	color:#23408F;
	padding-top:8px;
}
.frmsection {
	padding:10px;
	margin-bottom:40px;
	background-color: #F0F0F0;
	border: 1px solid #dddddd;
}
.frmsection h2 {
	color:#00B1FF;
	margin-top:0;
}
.frmsection {
	color:#333333;
}*/
/*********** Landing Page ***********/
/*.testimonial {
	margin-left: 8px;
	width: 904px;
	border-bottom: 1px solid #dddddd;
	padding: 20px 0px;
}
.testimonial .logo {
	text-align: center;
	width: 225px;
	margin-right: 20px;
	overflow: hidden;
	float: left;
}
.testimonial .t-content {
	float: left;
	width: 650px;
}
.testimonial h3 {
	color: #FF9003;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0;
}
.testimonial p.attribution {
	text-align: right;
	font-weight: bold;
	margin:2px 0px;
}*/

/* Results Page */
/*#results-screen #wizard{margin-top:0;}
#results-screen .report {font-family:Arial, Helvetica, sans-serif}
#results-screen h2 {margin:0;}
#results-screen h3 {margin:0 0 .5em 0; font-size: 1em; color:black;}
#results-screen td.value {text-align:right;}
#results-screen tr.titleField td {font-weight:bold; padding-bottom:0;}
#results-screen .titlePercentage {font-weight:bold; text-align:right; color:#f2932f;}
#results-screen .orange {color:#f2932f;}
#results-screen td.field {text-align:left; width: 180px;}
#results-screen td.unit{width:10px; text-align:right;}
#results-screen td.gap{width:20px; border:none;}*/

#results-screen td.linetop{/* border-top: 1px solid #eeeeee; */}
#results-screen td.linebottom{/* border-bottom: 1px solid #eeeeee; */}
#results-screen #wizard table.report td.subtotal{/* border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee;  padding:0 4px; vertical-align: top;*/}

/*
 Results Tabs
 Will overide defaults
*/
#bond-split table {
background-color:transparent;
}
#bond-split .ui-widget-content {border:none;}
#bond-split .ui-widget-header {
	background:none;
	border:none;
	border-radius:0;
	border-bottom:1px solid #CCCCCC;
}

/* Results page slider */
#applicantSlider{
	height:15px;
	margin:20px 0;
}
#bond-split #totalBondAmount,
#bond-split #applicantSliderVal,
#bond-split #partnerSliderVal {
	width: 70px;
	color: #000;
	text-align: right;
}
#bond-split #totalBondAmount {}

#bond-split #applicantSlider,
#bond-split #partnerSlider {
	border: 1px solid #ddd;
	height: 10px;
	margin: 0 20px 0 0;
	width: 200px;
	background-color:#fff;
}

#applicantSlider a,
#partnerSlider a {
	background-color: #215CAB;
	position:absolute;
	height:15px;
	width:15px;
	margin-left: -6px;
	top: -3px;
}
#bond-split .ui-slider {
    position: relative;
    text-align: left;
}

#bond-split {}
#bond-split h3 {font-size:12px; font-weight: bold; text-align:left;}
#bond-split td.names{padding-right:8px; text-align: right;}

