/* 
    Document   : sample-landing-page
    Created on : Feb 10, 2012, 4:45:41 PM
    Author     : Mr. K
    Description:
        Purpose of this stylesheet is to be able to attach widget-related style anywhere.
*/
/* ################## CALCULATORS: START ############################## */
/**Specific adjustments*/
.calculators_img {
}
.calculators_img a img {
	margin-bottom: 5px;
    margin-right: 5px;	
}
.hidden {
	display: none;
	/*visibility: hidden;*/
}
.visible {
	display: block;
	/*visibility: visible;*/
}
.hide-canvas {
	visiblity: hidden;
	height: 0;
	widht: 0;
}
.calculator {
	/*width: 240px;*/ /*Adjust dinamically*/
	/*color: #464646;*/ /*Adjust dinamically*/
	/*background-color: #F3F6FB;*/ /*Adjust dinamically*/
    /*border: 1px solid #D2DFFF;*/ /*Adjust dinamically*/
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    overflow: auto;
    /*padding: 10px;*/ /*Adjust dinamically*/
	/*height: 299px;*/ /*654-20-2*/ /*Adjust dinamically*/
	overflow: hidden;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}
div.calc-input-fields-box {
	clear: both;
}
div.calc-results-box {
	clear: both;
}
table.calc_results_table {
	width: 100%;
}

.calculator_both big {
	font-size: 12px;
	font-weight: bold;
}
table.calc_input_table {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.calc_input_table td.chapter {
	font-size: 13px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 4px;
}
table.calc_input_table input[type="submit"] {
	margin-left: 40px;
}
table.calc_input_table input[type="text"] {
	border: 1px solid #858585;
	height: 13px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding-left: 1px;
	padding-right: 1px;
	margin-right: 2px;
	font-size: 10px;
}
table.calc_input_table input.long_input[type="text"] {
	width: 57px;
}
table.calc_input_table input.medium_input[type="text"] {
	width: 52px;
}
table.calc_input_table input.short_input[type="text"] {
	width: 44px;
}
table.calc_input_table input.tiny_input[type="text"] {
	width: 36px;
}
table.calc_input_table input[type="checkbox"] {
	border: 1px solid #858585;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
table.calc_input_table tr td {
	font-size: 11px;
	padding: 0px;
	padding-top: 4px;
	font-weight: normal;
}
.first-calc table.calc_input_table tr td {
	padding-top: 8px;
}
table.calc_input_table tr td.last {
	text-align: right;
}
table.calc_input_table tr td.radio-rel-padding {
    padding-bottom: 2px;
    padding-top: 2px;
}
table.calc_input_table tr td:first-child {
	min-width: 76px;
}
table.calc_input_table tr td.field2nd {
	min-width: 74px;
}
table.calc_input_table tr td.field3rd {
	min-width: 60px;
}
table.calc_input_table tr td.field-calculate {
    text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
}
table.calc_input_table tr td input[type="radio"] {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
table.calc_input_table tr td.field-calculate input[type="submit"] {
    margin-left: 0px;
}
table.calc_input_table tr td.padded {
	padding-left: 13px;
}

table.calc_input_table tr td.small {
	font-size: 9px;
	font-style: italic;
    font-weight: normal;
    padding-bottom: 1px;
    padding-top: 2px;
}
table.calc_input_table tr td div.radio-rel-tinyinput {
	float: left;
	width: 45px;
}
table.calc_input_table tr td div.radio-rel-radio {
	float: left;
	padding-top: 1px;
	width: 20px;
}
table.calc_input_table tr td div.radio-rel-char {
	float: left;
	padding-top: 1px;
	width: 9px;
}
.hideAES {
	visibility: hidden;
	display: none;
}
.showAES {
}
table.calc_results_table {
	background-color: #ffffff;
}
table.calc_results_table caption {
	font-size: 13px;
    font-weight: bold;
	text-align: left;
	padding-bottom: 7px;
}
table.calc_results_table tr td,table.calc_results_table tr th {
	font-size: 11px;
	padding: 0px;
	padding-top: 5px;
}
table.calc_results_table tr td {
	padding: 4px;
}
table.calc_results_table tr td:last-child {
	width: 50px;
	text-align: right;
	font-weight: bold;
}
table.calc_results_table tr td:last-child {
	width: 50px;
	text-align: right;
	font-weight: bold;
}
.calc30 table.calc_results_table tr td:last-child,.calc31 table.calc_results_table tr td:last-child {
	width: 60px !important;
}
table.calc_results_table tr td.last {
	text-align: right;
	width: 58px;
	font-weight: bold;
	white-space: nowrap;
}
table.calc_results_table tr td:first-child {
	min-width: 40px;
	font-weight: bold;
}
table.calc_results_table tr th {
	font-weight: bold;
	border-bottom: 1px dotted #ABABAB;
	padding: 4px;
}
table.calc_results_table tr th:first-child {
	border-bottom: 0px;
}
table.calc_results_table tr td.field2nd,table.calc_results_table tr th.field2nd {
	width: 58px;
	font-weight: normal;
	font-style: italic;
	/*border-right: 1px dotted #ABABAB;*/
	text-align: right;
}
.calc30 table.calc_results_table tr td.field2nd,.calc31 table.calc_results_table tr th.field2nd {
	width: 60px !important;
}
table.calc_results_table tr td.field3rd,table.calc_results_table tr th.field3rd {
	width: 58px;
	font-weight: bold;
	text-align: right;
}
div.detailed-report-box {
	text-align: center;
	padding-top: 0px;
}
div.detailed-report-box-if-piechart {
	text-align: center;
	padding-top: 0px;
	position: relative;
	top: -30px;
}

div.very-narrow-results-box table.calc_results_table tr td {
	padding: 0px;
}
div.very-narrow-results-box div.detailed-report-box input.popup-link-button {
	margin: 7px 0 8px 4px;
}
div.narrow-results-box table.calc_results_table tr td {
	padding: 4px;
}
div.narrow-results-box div.detailed-report-box input.popup-link-button {
	margin: 7px 0 0 10px;
}
.calc30 div.narrow-results-box table.calc_results_table tr th,
.calc31 div.narrow-results-box table.calc_results_table tr th,
.calc30 div.med-results-box table.calc_results_table tr th,
.calc31 div.med-results-box table.calc_results_table tr th,
.calc30 div.med-plus-results-box table.calc_results_table tr th,
.calc31 div.med-plus-results-box table.calc_results_table tr th {
	padding: 1px !important;
}
.calc30 div.narrow-results-box table.calc_results_table tr td,
.calc31 div.narrow-results-box table.calc_results_table tr td,
.calc30 div.med-results-box table.calc_results_table tr td,
.calc31 div.med-results-box table.calc_results_table tr td,
.calc30 div.med-plus-results-box table.calc_results_table tr td,
.calc31 div.med-plus-results-box table.calc_results_table tr td  {
	padding: 1px !important;
}