::-webkit-scrollbarinput::-ms-clear {
  display: none;
}

/* temperary */

/*#print:focus	{
	outline: #00a3e5 dashed 1px;
}*/

body {
	color: #666666;
	font-size: 62.5%;
}

body .lrg {
	font-size: 1.1em;
}

#headerOuterRow, #modeOuterRow, #dashboardOuterRow, .popup, #view-print {
	font-size: 1.6em;
}

.tool {
	padding:10px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* Common Styling */

.font-large {
	font-size: 2.1em;
}

.font-medium {
	font-size: 1.2em;
	font-weight: normal;
}

.font-small {
	font-size: 0.9em;
}

.font-xsmall {
	font-size: 0.7em;
}

.font-xxsmall{
	font-size : 0.5em;
}

.bold{
	font-weight: bold;
}

.red {
	color: #D81E05;
}

.pink {
	color: #e53985;
}

.blue {
	color: #00a3e5;
}

.purple {
	color: #925fb0;
}

.orange{
	color: #f87700;
}

.clickable{
	cursor: pointer; 
	cursor: hand;
}

.info{
	background: url("../img/icn-info.png") no-repeat center center;
	width: 15px;
	height: 45px;
	float: left;
	padding : 0 5px;
	cursor: pointer; 
	cursor: hand;
}

.info.disabled{
	background: url("../img/icn-info-disabled.png") no-repeat center center;
}

.radioset{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.radioset .ui-buttonset .ui-button-text{
	font-size: 1.4em;
	font-family: Arial, sans-serif;
}

.radioset .ui-button{
	margin: 0;/* -3px 0 0;*/
	width: 165px;
}
.radioset .ui-state-default{
	background: #E1E1E1; 
	color: #515151;
	font-size: 13px;
	font-weight: bold;
}

.radioset#radioset-dispType .ui-state-default{
	font-size: 12px;
}

.radioset .ui-state-hover {
	border: 1px solid #E1E1E1;
}

.radioset .ui-state-active {
	background: #E41818 url(../img/bg-red-btn.gif) repeat-x;
	color: white;
	text-shadow: 0em -0.1em 0.1em #666666;
	border-width: 1px;
	border-color: #FFA5A5 #BD0000 #BD0000;
	border-style: solid;
}
	.radioset .ui-state-active:focus {
		background: #FD2B2B url(../img/bg-red-btn-over.gif) repeat-x; /*#D81E05 url(../img/bg-red-btn-over.gif) repeat-x;*/
		-webkit-box-shadow: #cc0000 0 0 8px;
		-moz-box-shadow: #cc0000 0 0 8px;
		box-shadow: #cc0000 0 0 8px;
	}

.radioset  label span{
	white-space: nowrap;
}

.questionSet{
	height: 90px;
	overflow-y: hidden;
	position: relative;
}

.question{
	position: relative;
}

.question#question-payment{
	position: absolute;
	bottom: 0;
}

.question  .slider {
	width: 180px;
	margin-top: 5px;
	margin-right: 15px;
	/*padding-left: 5px;*/
	display: none;
	
	-ms-touch-action: none;
}

.question  .slider.ui-slider-horizontal {
	height: 10px;
}
.question  .slider.ui-widget-content {
	border: none;
	background: #ffffff url(../img/slider_bar.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity:inherit;
	filter:inherit;
}

.question  .slider.ui-state-default, 
.question  .slider.ui-widget-content .ui-state-default, 
.question  .slider.ui-widget-header .ui-state-default {
	border: none;
	background: transparent url('../img/slider_dragger.png');
	background: transparent url('../img/slider_dragger_noshadow.png') no-repeat 1px 2px \9;
	/*
	filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr=#00FFFFFF, endColorstr=#00FFFFFF
    );
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/slider_dragger_noshadow.png"',sizingMethod='crop');
	*/
	opacity:inherit;
	filter:inherit;
	
}



.question  .slider.ui-slider .ui-slider-handle {
	width:27px;
	height:25px;
	
	width: 23px \9;
	height: 22px \9;
}
.question  .slider.ui-slider-horizontal .ui-slider-handle {
	top: -7px;
	margin-left: -13px;
}


.outerRow {
	width:100%;
}

.row{
	width: 940px;
	margin: 0 auto;
	
	display: block;
	position: relative;
}

/* Header */


.row#header{
	height: 70px;
	position: relative;
	overflow: hidden;
	padding: 5px 0;
}

.row#header .title{
	height: 70px;
	line-height: 70px;
	float: left;
	/*padding: 0 10px;*/
}

.row#header .title span{
	padding-right: 5px;
	font-weight: normal;
}

.row#mode .clearfloat{
	/*clear: both;*/
}

.row#mode .toolbar{
	width: 100%;
}

.row#mode .toolbar ul{
	list-style: none;
	display: table;
	height: 20px;
	padding: 20px 0 5px;
	width: 100%;
}

.row#mode .toolbar ul li{
	display: table-cell;
	padding: 0 25px;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	cursor: pointer; 
	cursor: hand;
	float: right;
}

.row#mode .toolbar ul li#help{
	width: 100px;
	text-align: right;
}

.row#mode .toolbar ul li#print{
	width: 105px;
	text-align: right;
	background: url('../img/print_icon.jpg') no-repeat right top;
	margin: 0 10px;
}

.row#mode .toolbar ul li#print:hover, .row#mode .toolbar ul li#print:focus{
	background: url('../img/print_icon_hover.jpg') no-repeat right top;
}


/* Calculation Type */


.row#mode{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0;
	display: table;
}

.row#mode .subtitle{
	display: table-cell;
	height: 60px;
	line-height: 60px;
	/*padding: 0 10px;*/
	float: left;
	*display: inline;
	*zoom: 1;
}


.row#mode .info{
	display: table-cell;
	height: 60px;
	float: left;
	*display: inline;
	*zoom: 1;
}

.row#mode .radioset{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	float: right;
	margin: 14px 10px;
	*display: inline;
	*zoom: 1;
}

.row#dashboard{
	/*overflow: hidden;
	background: url("../img/background.jpg") no-repeat -40px 0px;*/
}


.section#input{
	float: left;
	width: 50%;
}

.section#input .block{
	display: block;
	/*padding: 0 10px;*/
}

.section#input .block#block-input-title{
	height: 110px;
	line-height: 110px;
}

.section#input .block#block-input-fields{

}

.section#result{
	/*width: 50%;
	height: 100%;
	position: relative;
	float: right;*/
	width: 50%;
	height: 100%;
	position: absolute;
	float: right;
	right: 0;
}

.section#result .block#block-result-payment{
	overflow: hidden;
	position: relative;
}

.section#result .block#block-result-amortization{
	margin: 0px 20px;
}

.section#result .block#block-result-amortization .radioset{
	float: right;
	margin: 0 10px 12px;
}

.section#result .block#block-result-amortization .radioset .ui-button{
	width: 80px;
}

.section#result .block#block-result-amortization .loader {
	
	/*height: auto !important;  IE7 min-height fix 
	height: 260px;
	min-height: 260px;*/
	height: 240px;
	clear : both;
	position : relative;
}

/*.section#result .block#block-result-amortization  .bar-graph{
	position: relative;
	opacity:inherit;
	filter:inherit;
	width: 360px;
	margin: 0 auto;
}

.section#result .block#block-result-amortization .figure{

	width: 85%;
	height: 240px;
	display: block;
	margin: 0 0 auto auto;
	position : relative;

}

.section#result .block#block-result-amortization .figure li.odd {

	background-color: #EEEEEE;
}
*/
.figure li.odd {

	background-color: #EEEEEE;
}


.bar-graph{
	position: relative;
	opacity:inherit;
	filter:inherit;
	width: 360px;
	margin: 0 auto;
}


.figure{

	/*width: 360px;*/
	width: 75%;
	height: 240px;
	display: block;
	margin: 0 0 auto auto;
	position : relative;

}

.page .bar-graph{
	width : 80%;
}

.page .figure {
	width : 90%;
}




.bar-graph .bar-graph-yaxis {
	display:block;
	height:100%;
	
	opacity:inherit;
	filter:inherit;
}

.bar-graph .bar-graph-yaxis li {
	height:12.5%; /* 8 horizontal bars */
	position:relative;
	list-style:none;
	
	width: 100%; 
	float: left;
	
	opacity:inherit;
	filter:inherit;
	
	white-space: nowrap;
}

.bar-graph .bar-graph-yaxis li.zero {
	height:0px;
}

.bar-graph .bar-graph-yaxis label {
	position: absolute;
	right: 100%;
	top: 0;
	margin-top: -.5em;
	margin-right: .25em;
	font-size: 10px;
	
	opacity:inherit;
	filter:inherit;
}

.bars{
	
	opacity:inherit;
	filter:inherit;
}

.bar {
	position:absolute;
	bottom:0;
	width: 10%;
	
	transition: height 2s;
	-webkit-transition: height 2s;  
    -moz-transition: height 2s;  

	
	opacity:inherit;
	filter:inherit;
}

.bar .fill{
	background-color: #925fb0;
	transition: height 2s;
	-webkit-transition: height 2s;  
    -moz-transition: height 2s;  
	 
	-webkit-print-color-adjust:exact;
	-moz-backface-visibility: hidden
	
	opacity:inherit;
	filter:inherit;
}

#dashboard .bar .fill:hover{
	background-color: #D81E05;
}
			
.bar .x-value {
	top:100%;
	width:100%;
	font-size:10px;
	position:absolute;
	text-align:center;
	
	opacity:inherit;
	filter:inherit;
}

.bar .y-value {
	background: white;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 2px 4px;
	white-space: nowrap;
	position: absolute;
	z-index: 1;
	font-size: 12px;
	display: none;
	top: -26px;
}

.bar .y-value.left {
	left: 100%;
	margin-left: -10px;
}

.bar .y-value.right {
	right: -10px;
}

.bar .arrow-black, .bar .arrow-white {
	width: 0;
	height: 0;
	position: absolute;
}

.bar .y-value.left .arrow-black {
	border-top: 4px solid #CCC;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #CCC;
	bottom: -8px;
	left: 9px;
}
.bar .y-value.left .arrow-white{
	border-top: 3px solid white;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid white;
	bottom: -6px;
	left: 10px;
}

.bar .y-value.right .arrow-black {
	border-top: 4px solid #CCC;
	border-left: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #CCC;
	bottom: -8px;
	right: 9px;
}
.bar .y-value.right .arrow-white {
	border-top: 3px solid white;
	border-left: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-right: 3px solid white;
	bottom: -6px;
	right: 10px;
}

.bar .fill img{
	height : 100%;
	width : 100%;
	display : none;
}

/*
#result-amortization-figure .bars{
	
	opacity:inherit;
	filter:inherit;
}

#result-amortization-figure .bar {
	position:absolute;
	bottom:0;
	width: 10%;
	
	transition: height 2s;
	-webkit-transition: height 2s;  
    -moz-transition: height 2s;  

	
	opacity:inherit;
	filter:inherit;
}

#result-amortization-figure .bar .fill{
	background-color: #925fb0;
	transition: height 2s;
	-webkit-transition: height 2s;  
    -moz-transition: height 2s;  
	 
	-webkit-print-color-adjust:exact;
	
	opacity:inherit;
	filter:inherit;
}

			
#result-amortization-figure  .bar label {
	top:100%;
	width:100%;
	font-size:10px;
	position:absolute;
	text-align:center;
	
	opacity:inherit;
	filter:inherit;
}*/
/*
.section#result .block#block-result-amortization .chart{
	margin: 0 0 0 20px;
	position : relative;
	height: 240px;
	overflow: auto;
	overflow-x: hidden;
}

.section#result .block#block-result-amortization .chart table{
	width : 100%;
	border-collapse: collapse;
}

.section#result .block#block-result-amortization .chart tr.firstRow{
	font-weight : bold;
	background : #EEEEEE;
}

.section#result .block#block-result-amortization .chart th{
	padding: 3px;
}

.section#result .block#block-result-amortization .chart td{
	text-align : center;
	border-left: 1px solid #EEEEEE;
	padding: 5px 0px;
}

.section#result .block#block-result-amortization .chart td.firstCol{
	border-left : 0px;
}

.ie7 .section#result .block#block-result-amortization .chart td.lastCol{
	padding-right : 10px;
}
*/

.chart{
	margin: 0 0 0 20px;
	position : relative;
	height: 240px;
	overflow:hidden;
}



.chart table{
	width : 100%;
	border-collapse: collapse;
}

.chart tr.firstRow{
	font-weight : bold;
	background : #EEEEEE;
}

.chart th{
	padding: 3px;
}

.chart td{
	text-align : center;
	vertical-align: middle;
	border-left: 1px solid #EEEEEE;
	padding: 5px 0px;
}

.chart td.firstCol{
	border-left : 0px;
}

.ie7 .chart td.lastCol{
	padding-right : 10px;
}

.mainview #result-amortization-table div.data {
	height: 210px;
	overflow: auto;
	overflow-x: hidden;
}

.mainview #result-amortization-table  .year .col0 {
	width: 57px;
}
.mainview #result-amortization-table .year .col1,
.mainview #result-amortization-table .year .col2,
.mainview #result-amortization-table .year .col3 {
	width: 82px;
}

.mainview #result-amortization-table  .month .col0 {
	width: 57px;
}
.mainview #result-amortization-table .month .col1,
.mainview #result-amortization-table .month .col2,
.mainview #result-amortization-table .month .col3 {
	width: 82px;
}

.mainview #result-amortization-table  .semimonthly .col0 {
	width: 102px;
}
.mainview #result-amortization-table .semimonthly .col1,
.mainview #result-amortization-table .semimonthly .col2,
.mainview #result-amortization-table .semimonthly .col3 {
	width: 70px;
}

.mainview #result-amortization-table  .biweekly .col0 {
	width: 88px;
}
.mainview #result-amortization-table .biweekly .col1,
.mainview #result-amortization-table .biweekly .col2,
.mainview #result-amortization-table .biweekly .col3 {
	width: 73px;
}

.mainview #result-amortization-table  .week .col0 {
	width: 75px;
}
.mainview #result-amortization-table .week .col1,
.mainview #result-amortization-table .week .col2,
.mainview #result-amortization-table .week .col3 {
	width: 76px;
}

.page .chart{
	overflow : visible;
	margin : 0;
}

.page .chart td{
	padding : 2px 0;
}

.section#result .block#block-result-amortization #invalidResult {
	display: none;
	width: 82%;
	margin: 100px 9%;
	position: relative;
	text-align: center;
}

.section#result .block#block-result-savemore{
	position: absolute;
	/*bottom: 0;
	width: 100%;*/
	bottom: 8px;
	right: 22px;
}

.section#result .block#block-result-savemore .red-btn{
	float: right;
	margin: 4px;
	/*width: 140px;*/
	font-size: 75%;
}

.red-btn:active{
	top: 1px;
	right: 1px;
	box-shadow : none;
}

.red-btn:hover, .red-btn:focus {
	background-color: #fd2b2b;
	background-image: url(../img/bg-red-btn-over.gif);
	text-decoration: none;
}									



.question{
	display: block;
	height: 45px;
	*zoom: 1;
	position: relative;
}

.question .info{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.question label{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 45px;
	line-height: 45px;
	width: 130px;
	/*padding: 0 0 0 5px;*/
	
}

.question .slider{
	display: inline-block;
	
	*display: inline;
	*zoom: 1;
	height: 10px;
}

.question select{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: right;
} 


.question input{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	
	padding: 3px 5px;
	border: 1px solid #cccccc;
	margin: 0px 5px;
	text-align: right;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size:1em;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}

	.question input:focus{
		border: 1px solid #00a3e5;
	}

.question input#text-principal{
	width: 80px;
}

.question input#text-amortization{
	width: 50px;
}

.question input#text-payment{
	width: 80px;
}

.question input#text-rate{
	width: 50px;
}

.question select#select-frequency{
	width: 180px;
}

.question select#select-product{
	width: 180px;
}

.form#form-prepay{
	margin: 0px 40px;
}

.form#form-prepay .block{
	/*padding: 3px 0;*/
}

.question.prepay {
	height: 40px;
}
/*
.question.prepay#prepay-individual_8{
	
	-webkit-animation-name:             rotate; 
    -webkit-animation-duration:         1s; 
    -webkit-animation-iteration-count:  1;
    -webkit-transition-timing-function: swing;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(5deg);
	top : 200px;
	opacity : 0;
  }
  to { 
    -webkit-transform: rotate(0deg);
	top : 0px;
	opacity : 1;
  }
}
*/

.question.prepay{
	display: block;
}

.question.prepay.removed{
	display : none;
}

.question.prepay label{
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 8px;
}

.question.prepay .fields{
	float: right;
	height: 30px;
	margin: 5px;
}

.question.prepay .fields > span{
	line-height: 24px;
	padding: 0 2px 0 4px;
}

.question.prepay .dynamicSelect{
	display: inline;
}


.question.prepay select.prepayYrs{
	width : 100px;
}

.question.prepay select.prepayMth{
	width : 100px;
}

.question.prepay select.prepaySmt{
	width : 146px;
}

.question.prepay select.prepayBwk{
	width : 125px;
}

.question.prepay select.prepayWkl{
	width : 100px;
}

/*
.question.prepay select.dynamic{

	width : 100px;
}
*/


.question.prepay  input {
	width : 80px;
	height: 19px;
	/*margin: 3px 0 1px;*/
	vertical-align : top;
}

.question.prepay .btn-delete{
	background: url("../img/butt_close_small.png") no-repeat center center;
	width: 14px;
	height: 15px;
	top: 1px;
	right: 3px;
	/*line-height: 35px;
	display: inline-block;
	position: relative;*/
	display: inline-block;
	*display : inline;
	*zoom : 1;
	position: relative;
	min-width: 14px;
}

.question.prepay.topRow {
	border-bottom : 1px solid #CCCCCC;
}

.question.prepay.topRow select{
	width: 130px;
}

.question.prepay .prepay-front{

	background : #FFFFFF;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right:0;
}


.question.prepay .prepay-back{
	position: relative;
	height: 100%;
	width: 100%;
	background: #eeeeee;
	z-index: 0;
}

.question.prepay .bg-tag{
	line-height: 24px;
	margin: 8px;
	display: inline-block;
	*display: inline;
	*zoom : 1;
	float: left;
}

.question.prepay .bg-lbl{
	line-height: 24px;
	padding: 0px 20px;
	float: right;
	background: url(../img/reset_icon.png) no-repeat right center;
	margin: 8px;
	border-left: 1px solid #CCCCCC;
}

.question.prepay .bg-lbl:hover{
	background: url(../img/reset_icon_hover.png) no-repeat right center;
}

.bottomRow{
	border-top : 1px solid #CCCCCC;
	overflow : hidden;
}

.bottomRow #prepay-addmore{
	padding: 0 25px;
	/*width: 150px;*/
	line-height: 25px;
	margin: 15px 8px;
	display: block;
	float: left;
	background: url("../img/butt_add.png") no-repeat left center;
}

.bottomRow #btn-prepay-submit{
	float: right;
	margin: 20px 10px;
	width: 120px;
}

.red-btn{
	background: #E41818 url(../img/bg-red-btn.gif) repeat-x;
	color: white;
	border-width: 1px;
	border-color: #FFA5A5 #BD0000 #BD0000;
	border-style: solid;
	
	padding: 2px 0 0;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: 1px 2px 0px 0px #999999;
	box-shadow: 1px 2px 0px 0px #999999;
}

.red-btn .ui-button-text{
	font-weight: bold;
	text-shadow: 0em -0.1em 0.1em #666666;
}

.section#input .block#block-input-cta{
	padding: 50px 10px 50px;
}

.section#input .block#block-input-cta label{
	margin: 10px auto;
	width: 300px;
	position: relative;
	text-align: center;
	display: block;
}

.section#input .block#block-input-cta .red-btn{
	position: relative;
	margin: 10px auto;
	display: block;
	width: 360px;
	font-size: 1em;
}

.section#result .block#block-result-payment .box {
	position: relative;
	padding: 15px 0px 25px;
	margin: 10px auto;
	height: 90px;
	width: 445px;
	
	background: url('../img/results_box.png') no-repeat center;
}

.statement p {
	font-size : 15px;
	width: 415px;
	margin: auto;
}
/*
.section#result .block#block-result-payment .box #background-box-result-payment-large{
	display: block;
	position: absolute;
	top : 0;
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr=#00FFFFFF, endColorstr=#00FFFFFF
    );
    filter: prog
	id:DXImageTransform.Microsoft.AlphaImageLoader(src='img/results_box.png"',sizingMethod='crop');

	
}

.section#result .block#block-result-payment .box #background-box-result-payment-small{
	display: none;
}*/

.section#result .block#block-result-payment .box .statement{
	position: relative;
}

.section#result .block#block-result-payment p{
	display: block;
	text-align: center
}

.section#result .block#block-result-payment span.top{
	vertical-align: top;
}

.section#result .block#block-result-payment span.top.font-medium{
	position: relative;
	top: 3px;
}
.section#result .block#block-result-savemore{
	overflow : hidden;
	
}

.section#result .block#block-clear{
	clear: both;
}

.section#clear{
	clear:both;
}

/*Footer*/
#infoAndTools, #rates-to-apply ul{
	list-style: none;
}

#infoAndTools, #rates-to-apply {
	margin: 30px 30px;
	overflow: auto;
}

.three-cols, .ready-to-apply-content {
	border-top: 3px solid #aeaeae;
}

.ready-to-apply-content {
	/*border-bottom: 3px solid #aeaeae;*/
}

#infoAndTools a[href^=tel], #rates-to-apply a[href^=tel]{
    color: #666;
    text-decoration: none;
	cursor: text;
}

#infoAndTools .doubleCol {
	display: inline;
	float: left;
	width: 65%;
	overflow: hidden;
}

#infoAndTools .halfCol {
	display: inline;
	float: left;
	width: 50%;
	overflow: hidden;
}

#infoAndTools ul {
	margin-top: 5px;
}

#infoAndTools .thirdCol {
	display: inline;
	float: left;
	width: 33%;
	overflow: hidden;
}

#infoAndTools h2 {
	font-size: 1.6em;
	color: #515151;
	font-weight: bold;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

#infoAndTools a {
	text-decoration: none;
	color: #D81E05;
	outline: 0;
	font-weight: bold;
	margin: 2px;
}

#infoAndTools a.imglink {
	display: block;
	max-width: 90%;
}

#infoAndTools img {
	max-width: 100%;
}

#infoAndTools .hrdark {
	border-bottom: 1px solid #333333;
	height: 5px;
	width: 30px;
	margin: 0;
	padding: 0;
}

#infoAndTools ul li {
	display: block;
	float: none;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 0 .25em;
}


#rates-to-apply .left {
	float: left;
	width: 280px;
}

#rates-to-apply .left h2 {
	font-size: 1.8em;
	color: #515151;
	padding: 0;
	font-weight: bold;
}

#rates-to-apply .right {
	float: right;
}

#rates-to-apply .right, #rates-to-apply .right ul {
	width: 510px;
	margin: 0;
	padding: 0;
}

#rates-to-apply .right li.line {
	border-bottom: 1px solid #ccc;
}

#rates-to-apply .right ul li {
	font-size: 1em;
	margin: 0;
	width: 510px;
	position: relative;
	height: 5em;
}

#rates-to-apply .right li strong {
	display: inline;
	float: left;
	width: 60%;
	margin-top: 5px;
	font-weight: bold;
	font-size: 1.6em;
}

#rates-to-apply .right li strong span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}

#rates-to-apply .right li.link a {
	display: inline;
	position: absolute;
	right: 10px;
	top: 5px;
	color: #D81E05;
	padding-left: 20px;
	text-align: right;
	font-style: normal;
	font-size: 1.4em;
	text-decoration: none;
}

#rates-to-apply .right li.link a:hover {
	text-decoration: underline;
}

#rates-to-apply .right li em {
	display: inline;
	position: absolute;
	right: 10px;
	top: 3px;
	/*color: #D81E05;*/
	color: #666;
	padding-left: 20px;
	text-align: right;
	font-style: normal;
	font-size:1.8em;
}

#rates-to-apply .right li em span {
	display: block;
	color: #666;
	font-size: 0.7em;
}

li.telephone em {
	background: url(../img/bg-cell.gif) left top no-repeat;
}

#rates-to-apply .right li .red-btn {
	display: inline;
	position: relative;
	float: right;
	line-height: 30px;
	padding-right: 5px;
	margin: 10px 10px 0 0;
}
#rates-to-apply .right li .red-btn a {
	color: #fff;
	font-size: 1.6em;
}

.red-btn .arrow {
	display: block;
	position: absolute;
	top: 36%;
	right: 10px;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px solid #D81E05;
	border-width: 5px 0 5px 5px;
	border-color: #D81E05 #D81E05 #D81E05 #fff;
	text-indent: 9999px;
	overflow: hidden;
}


.popup{

	width: 600px;
	border : 1px solid #CCCCCC;
	display: none;
	/*overflow : hidden;*/
	
	-webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.45);
	box-shadow: 4px 4px 0px rgba(0,0,0,0.45);
}

.popup#popup-preview{
	width : 8in;
}

.page{
	width: 7in;
	height: 9in;
	border: 1px solid #cccccc;
	box-shadow: 2px 2px 2px #cccccc;
	position: relative;
	margin-bottom : 20px;
}
.page .logo {
	/*margin-top: 10px;
	margin-left: 10px;*/
	display: inline-block;
	*display: inline;
	*zoom : 1;
	height: 30px;
	line-height: 40px;
	position : relative;
}

.page .date {
	display: inline-block;
	*display: inline;
	*zoom : 1;
	float: right;
	height: 30px;
	line-height: 40px;
	position : relative;
	*position: absolute;
	*right: 20px;
}

.page .print.summary{
	padding: 30px 20px;
	margin: 1px auto;
	text-align: center;
}

.page .print.summary .top{
	vertical-align: top;
}
.page .print.block{
	padding: 0 20px 5px; 
}
.page .print.block.font-small{
	line-height: 16px;
	font-size: 14px;
}


.page .print.block.page-header{
	padding-top: 20px;
	padding-bottom : 0px;
}

.page .print.graph-block{
	margin: 0 20px;
	height: 300px;
	border: 2px solid #FF0000;
}

.page .print.page-footer {
	position: absolute;
	bottom: 0;
	*width : 95%; /* IE 7 Fix */
}
.page .row {
	/*border-bottom:solid 1px #ccc;
	height:16px;
	padding:2px 0;*/
}
.page .row-header {
	height:42px;
}
.page .row-label {
	/*line-height:16px;*/
	font-size: 14px;
}
.page .print.legal {
	font-size:6pt;
	margin: 0 0px;
	bottom:12px;
	font-family:Arial, sans-serif;
}

#print-statement .statementSummary{
	font-size:14px;
	line-height: 20px;
}

.page-numbers {
	text-align: right;
	display: block;
}

.page .print.table{
	width : 100%;
}

	
.page hr {
	border: 0;
	border-top: 1px solid #eeeeee;
	margin:18px 0;
}

.page h1 {
	font-size:24px;
	color: #d81e05;
	padding:0;
	margin:0 20px 6px 20px;
}
.page h2 {
	margin: 10px 0px;
}

.popup-header{
	width : 100%;
	height: 50px;
	background : #EEEEEE;
	display : block;
}

.popup-icon{
	width: 50px;
	height: 50px;
	display: inline-block;
	*display: inline;
	*zoom : 1;
	float : left;
}

.popup.help .popup-icon{
	background : url('../img/icon_help.png') no-repeat center center;
}

.popup.savemore .popup-icon{
	background : url('../img/icon_moneybag.png') no-repeat center center;
}

.popup#popup-preview .popup-icon{
	background : url('../img/icon_list.png') no-repeat center center;
}


.popup-title{
	height: 50px;
	line-height : 50px;
	display : inline-block;
	*display : inline;
	*zoom : 1;
	float : left;
	padding: 0 10px;
}

.popup-close{
	background : url("../img/btn-close.png") no-repeat center center;
	width: 50px;
	height: 50px;
	display : inline-block;
	*display : inline;
	*zoom : 1;
	float: right;
	cursor: pointer; 
	cursor: hand;

}

.popup-close:hover{
	background : url("../img/btn-close-hover.png")  no-repeat center center;
}

.popup-close:active{
	background : url("../img/btn-close-click.png")  no-repeat center center;
}

.popup-body{
	background : #FFFFFF;
	overflow: hidden;
	position : relative;
}

.popup-content{
	padding: 20px 40px 0px;
	min-height : 100px;
	max-height : 600px;
	position : relative;
	display : block;
	overflow-y : scroll;
	overflow-x : hidden;
}

.popup-content .blank{
	height : 25px;
}

.popup-toolbar#popup-toolbar-preview{
	background: #eeeeee;
	padding: 10px 0;
}

.popup-btn#popup-btn-preview-print{
	width: 200px;
	margin: 0px auto;
	display	: block;
}







.popup .section{
	width : 100%;
}

.popup .section#section-popupHeader{
	height : 50px;
	background : #EEEEEE;
	display: block;
}

.popup .section#section-popupHeader #img-popupIcon{
	
	width: 50px;
	height: 50px;
	display: inline-block;
	*display: inline;
	*zoom : 1;
	float : left;
}

.popup.help .section#section-popupHeader #img-popupIcon{
	background : url('../img/icon_help.png') no-repeat center center;
}

.popup.savemore .section#section-popupHeader #img-popupIcon{
	background : url('../img/icon_moneybag.png') no-repeat center center;
}

.popup.error .section#section-popupHeader #img-popupIcon{
	background : url('../img/icon_error.png') no-repeat center center;
}

.popup .section#section-popupHeader #lbl-popupTitle{
	height: 50px;
	line-height : 50px;
	display: inline-block;
	*display: inline;
	*zoom : 1;
	float : left;
	padding: 0 10px;
}

.popup-close{
	background : url("../img/btn-close.png") no-repeat center center;
	width: 50x;
	height: 49px;
	display : inline-block;
	*display : inline;
	*zoom : 1;
	float: right;
}
/*
.popup-close:focus{
	width: 48px;
	height: 47px;
}
*/
.popup .section#section-popupHeader .popup-close:hover{
	background : url("../img/btn-close-hover.png")  no-repeat center center;
}

.popup .section#section-popupHeader .popup-close:active{
	background : url("../img/btn-close-click.png")  no-repeat center center;
}

.popup .section#section-popupMiddle{
	background : #FFFFFF;
}

.popup .section#section-popupMiddle #bdy-popupContent{
	padding : 20px;
	min-height : 100px;
}



#popup-prepayments{
	display: block;
	width: 800px;
	margin: 0 auto;
}


.popup .section#section-prepayHeader{
	height : 50px;
	background : #EEEEEE;
	display: block;
}

.popup .section#section-prepayHeader #img-prepayIcon{
	
	width: 50px;
	height: 50px;
	display: inline-block;
	*display : inline;
	*zoom : 1;
	float : left;
	background : url('../img/icon_moneybag.png') no-repeat center center;
}


.popup .section#section-prepayHeader #lbl-prepayTitle{
	height: 50px;
	line-height : 50px;
	display: inline-block;
	*display : inline;
	*zoom : 1;
	float : left;
	padding: 0 10px;
}

.popup .section#section-prepayHeader .prepay-close{
	background : url("../img/btn-close.png") no-repeat center center;
	width: 50px;
	height: 50px;
	display : inline-block;
	*display : inline;
	*zoom : 1;
	float: right;
}

.popup .section#section-prepayHeader .prepay-close:hover{
	background : url("../img/btn-close-hover.png")  no-repeat center center;
}

.popup .section#section-prepayHeader .prepay-close:active{
	background : url("../img/btn-close-click.png")  no-repeat center center;
}

.popup .section#section-prepayMiddle{
	background : #FFFFFF;
}

.popup .section#section-prepayMiddle #bdy-prepayContent{
	padding : 20px;
	min-height : 100px;
}


.tool ::-webkit-scrollbar {
    width: 16px;
}
 
.tool ::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background : white;
    border-radius: 3px;
}
 
.tool ::-webkit-scrollbar-thumb {
    border-radius: 3px;
	background : #eeeeee
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}

.tool ::-webkit-scrollbar-button:vertical:decrement {
  background : #eeeeee url("../img/scroll_arrow_up.png")  no-repeat center center;
  background-size:cover;
 }

.tool ::-webkit-scrollbar-button:vertical:increment {
 background : #eeeeee url("../img/scroll_arrow_down.png")  no-repeat center center;
 background-size:cover;
 }

.tool {
	scrollbar-base-color: #eeeeee;
	scrollbar-arrow-color: #D81E05;
	scrollbar-track-color: white;

	scrollbar-shadow-color: #eeeeee;
	scrollbar-lightshadow-color: #eeeeee; 
	scrollbar-darkshadow-color: #eeeeee;

	scrollbar-highlight-color: #eeeeee;
	scrollbar-3dlight-color: white;
}

.view.print{
	display : none;
}

@media print{
	.tool .view, .popup-blocker, .popup-container {
		display : none;
	}
	
	.tool{
		margin : 0;
		padding : 0;
		width : 100%;
	}
	.view.print{
		display : block;
	}
	.view.print .page{
		border: 0;
		margin : 0;
		padding : 0;
		box-shadow : none;
	}
	.page#page-preview_1{
		page-break-after:always;
	}
	
	.bar .fill img{
		display : inline;
		position: absolute;
	}
}

/* Accessibly */
.info:focus{
	background:url("../img/icn-info-focus.png") no-repeat center center;
}
.btn-delete:focus, .lbl-addmore:focus, .popup-close:focus, #rates-to-apply .right li.link a:focus, #infoAndTools a:focus, #infoAndTools a.imglink:focus img{
	outline: #00a3e5 solid 1px;
}

#infoAndTools a.imglink:focus{
	outline: 0;
}
#page-preview_1:focus, #page-preview_2:focus{
	border: #00a3e5 solid 1px;
}

.radioset .ui-state-active.ui-state-focus{
	background: #FD2B2B url(../img/bg-red-btn-over.gif) repeat-x;
	-webkit-box-shadow: #cc0000 0 0 8px;
	-moz-box-shadow: #cc0000 0 0 8px;
	box-shadow: #cc0000 0 0 8px;
}
.ui-state-active .ui-button:focus {
	background: #FD2B2B url(../img/bg-red-btn-over.gif) repeat-x;
	-webkit-box-shadow: #cc0000 0 0 8px;
	-moz-box-shadow: #cc0000 0 0 8px;
	box-shadow: #cc0000 0 0 8px;
}



.privacy-links{
	border-top: 3px solid #aeaeae;
    margin: 10px auto 0 auto;
}
.privacy-links .right{
	float:right;
	min-height: 30px;
}

.privacy-links .right a{
	color:#666;
	font-size: 14px;
	text-decoration: none;
}

.clear{
    clear:both
}
