@charset "utf-8";
/* CSS Document */

.field_label {
padding-top:3px; font:bold 13px 'Trebuchet MS', Arial, Helvetica, sans-serif; color:#76b900; text-transform:uppercase; width:270px; height:auto; margin-bottom:0px;
}
.field_label2 {
padding-top:3px; font:bold 13px 'Trebuchet MS', Arial, Helvetica, sans-serif; color:#76b900; text-transform:uppercase; width:240px; height:auto; margin-bottom:0px;
}
.entry_field {
	font:normal 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.text_input {
    width:260px; height:22px; margin:0; vertical-align:top; line-height:18px; color:#333333; border:1px solid #a5acb2;background-color:#ffffff; margin-bottom:5px;
}
.text_input_prefix {
    width:250px; height:22px; margin:0; vertical-align:top; line-height:18px; color:#333333; border:1px solid #a5acb2;background-color:#ffffff; margin-bottom:5px; float:left;
}
.entry_field_narrow {
 	font:normal 13px 'Trebuchet MS', Arial, Helvetica, sans-serif; 
}
.text_input_narrow {
    /*width: 90px;*/ width:260px; height:22px; margin:0; vertical-align:top; line-height:18px; color:#333333; border:1px solid #a5acb2;background-color:#ffffff; margin-bottom:5px;
}
.entry_field-wide {
	width:260px; background-color:#ffffff; padding:0; margin:0;
}
.select_input-wide {
	width:260px; height:26px; margin:0; vertical-align:top; line-height:18px; color:#333333; border:1px solid #a5acb2; background-color:#ffffff; margin-bottom:5px;
}
.entry_field_right {
	font:normal 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.text_input_right {
    /*width: 70px;*/width:260px; height:22px; margin:0; vertical-align:top; line-height:18px; color:#333333; border:1px solid #a5acb2;background-color:#ffffff; margin-bottom:5px;
}
.text_input_right_prefix {
    /*width: 70px;*/width:250px; height:22px; margin:0; vertical-align:top; line-height:18px; color:#333333; border:1px solid #a5acb2;background-color:#ffffff; margin-bottom:5px; float:left;
}
.input_prefix {
	float:left; margin-right:2px; color:#004831; font-size: 16px; font-weight:normal;
    /*width: 10px;*/
}

.input_suffix {
    color:#004831; font-size: 16px; font-weight:bold; float: right; /*width: 10px; margin-left: 8px;*/}
a#btn-reset {
    background:url(/content/roi-calculator/images/bttn-reset.png) no-repeat;
	width:169px;
	height:37px;	
    display:block;
}

a:hover#btn-reset {
    background:url(/content/roi-calculator/images/bttn-reset-hover.png) no-repeat;
	width:169px;
	height:37px;	
    display:block;
}
a#btn-calculate {
	background:url(/content/roi-calculator/images/bttn-calculate.png) no-repeat;
	width:169px;
	height:37px;	
    display:block;
}

a:hover#btn-calculate {
    background:url(/content/roi-calculator/images/bttn-calculate-hover.png) no-repeat;
	width:169px;
	height:37px;	
    display:block;
}
.results {
	width:840px; /*height:242px;*/    
}

.result_labels {
    float: left; background:#ffffff; /*height:242px;*/
	-moz-border-radius-topleft: 5px; /* Firefox */
    -webkit-border-top-left-radius: 5px; /* Safari, Chrome */
    border-top-left-radius: 5px; /* CSS3 */
}

.result_label_heading {background-color:#ffffff; font:normal 24px 'Trebuchet MS', Arial, Helvetica, sans-serif; color:#76b900; height:35px;}
.result_option_heading {font:normal 13px 'Trebuchet MS', Arial, Helvetica, sans-serif; color:#004831; border-right:1px solid #ffffff; border-bottom:1px solid #ffffff;}
.result_option_heading_custom {background-color:#e9e9e9; margin-top:5px; height:25px; padding-top:5px;}

.result_label {
    font-size: 13px;
    padding: 6px 0;
	width:359px;
	background-color:#f1f1f1;
	border-right:1px solid #ffffff;
	color:#004831;
	font:normal 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-indent:12px;	
}

.result_value {
	font-size: 13px;
    padding: 6px 0;
	width:159px;
	background-color:#f1f1f1;
	border-right:1px solid #ffffff;
	color:#333333;
	font:bold 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-indent:12px;
}

.result_value_heading {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.altColor {background-color:#e9e9e9;}

.result_opt1 {
    float: right;
    width: 160px;
	-moz-border-radius-topright: 5px; /* Firefox */
    -webkit-border-top-right-radius: 5px; /* Safari, Chrome */
    border-top-right-radius: 5px; /* CSS3 */
}

.result_opt2 {
    float: right;
    width: 160px;
    -moz-border-radius-topright: 5px; /* Firefox */
    -webkit-border-top-right-radius: 5px; /* Safari, Chrome */
    border-top-right-radius: 5px; /* CSS3 */
}

.result_opt3 {
    float: right;
    width: 160px;
    -moz-border-radius-topright: 5px; /* Firefox */
    -webkit-border-top-right-radius: 5px; /* Safari, Chrome */
    border-top-right-radius: 5px; /* CSS3 */
}
a#btn-print {
	background:url(/content/roi-calculator/images/bttn-print.png) no-repeat;
	width:132px;
	height:27px;	
    display:block;
}

a:hover#btn-print {
    background:url(/content/roi-calculator/images/bttn-print-hover.png) no-repeat;
	width:132px;
	height:27px;	
    display:block;
}