/*
--------- PARITE NI CALCULATORS style --------- */

/*
--------- Left Block --------- */
#leftBlock {
	width: 660px;
	margin-right: 17px;
}

/*
--------- Calculators Block --------- */
.calculatorsBlock {
	padding: 13px 11px 13px 10px;
	border: solid 1px #ddd;
	background: #fdfcfb url(../images/pariteniBlockBg.gif) repeat-x top;
}

.calculatorsBlock h1 {
	margin-bottom: 14px;
	text-transform: uppercase;
	font: 15px Arial;
	font-weight: bold;
	color: #303c46;
}

.calculatorsPage {
}

.calculators {
	margin-bottom: 15px;
}

.calculators h2 {
	height: 26px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font: 12px Arial;
	color: #000;
	font-weight: bold;
	border-bottom: solid 1px #ddd;
	background: url(../images/pHeaderBg.gif) no-repeat;
}

.calculatorsContent {
	padding: 20px 20px;
	border: solid 1px #ddd;
	border-top: none;
	border-bottom: none;
	background: #f4f8f9;
}

.calculatorsRow {
	margin-bottom: 18px;
	overflow: hidden;
}

.calculatorsContent .last {
	margin-bottom: 0;
}

.calc {
	float: left;
	width: 50%;
}

.calc h3 {
	margin-bottom: 5px;
}

.calc h3 a {
	padding-left: 22px;
	text-decoration: none;
	font: 14px Arial;
	font-weight: bold;
	color: #4c82a2;
	background: url(../images/ulNavBullet.gif) no-repeat 2px;
}

.calc h3 .newCalc {
	display: block;
	height: 27px;
	padding: 10px 0 0 46px;
	background: url(../images/calcNewBg.gif) no-repeat 2px;
	
}

.calc p {
	padding-right: 10px;
	font: 12px Arial;
	font-style: italic;
	color: #797979;	
}

.calculatorsBottom {
	height: 2px;
	background: url(../images/calculatorsBottomBg.gif) no-repeat;
}

/*
--------- Calculator Block --------- */
.calculatorBlock {
	width: 637px;
	background: #f4f8f9;
}

.calculator {
	padding: 28px 19px 10px 19px;
	border: solid 1px #dedfdf;
	border-top: none;
}

.calculatorBlock h2 {
	height: 27px;
	padding: 12px 0 0 19px;
	font: 14px Arial;
	font-weight: bold;
	background: url(../images/bpSearchCriteriaBg.gif) no-repeat;
}

.calculatorInfo {
	margin-bottom: 17px;
	border-bottom: solid 1px #ddd;
}

.calculatorInfo h3 {
	margin-bottom: 8px;
	padding-left: 18px;
	text-decoration: none;
	font: 14px Arial;
	font-weight: bold;
	color: #000;
	background: url(../images/ulNavBulletActive.gif) no-repeat 2px;
}

.calculatorInfo p {
	font: 12px Arial;
	font-style: italic;
	color: #797979;	
}

.calculatorBlock p {
	margin-bottom: 17px;
}

.calculatorBlock p select {
	float: left;
	margin-left: 4px;
}

.calculatorBlock .calcParam {
	width: 253px;
	text-align: right;
	font: 13px Arial;
	font-weight: bold;
	color: #000;
}

.calculatorBlock .last {
	margin-bottom: 0;
}

.showError {
	text-align: center;
	font-size: 12px;
	color: #e64545;
}

.calcLabel {	
	float: left;
	position: relative;
	top: 2px;
	width: 253px;
	margin-right: 20px;	
	font-size: 13px;
	color: #000;
}

.calcLabel span {
	float: right;
	text-align: right;
}

.calcLabel sup {
	color: #eb4301;
}

.radiolabel{
    font-size: 13px;
}

.inputField {
	display: block;
	float: left;
	width: 200px;
	height: 16px;
	padding: 2px 0 2px 9px;
	font-size: 13px;
	color: #000;
	border: solid 1px #b6b6b6;
}

.selectForm {
	float: left;
	/* width: 217px; */
}

.selectKasko {
	width: 208px;
}

p .calcM {
	float: left;
	position: relative;
	top: 2px;
	margin-left: 5px;
	font: 13px Arial;
	color: #000;	
}

.info {
	float: left;
	margin-left: 4px;
	width: 20px;
	height: 20px;
	background: url(../images/infoImg.gif) no-repeat;
}

#calculate {
	position: relative;
	top: 6px;
	width: 63px;
	height: 20px;
	border: none;
	background: url(../images/calcButtonBg.gif) no-repeat;
}

.calcCompare {
	width: 406px;
	height: 28px;
	margin: 17px auto 0;
	padding-top: 10px;
	text-align: center;
	background: url(../images/calcCompareBg.gif) repeat-x;
}

.calcCompare a {
	text-decoration: none;
	font: 14px Arial;
	font-weight: bold;
	color: #007d28
}

.moreCalc {
	margin-top: 17px;
	padding-top: 17px;
	border-top: solid 1px #ddd;
}

.moreCalc a {
	display: block;
	padding: 2px 0 2px 18px;
	text-decoration: none;
	font: 14px Arial;
	font-weight: bold;
	color: #1c63a2;
	background: url(../images/ulNavBullet.gif) no-repeat 2px;
}

/*
--------- Calculators from Moite Pari --------- */
.as_resultParams {
	margin-bottom: 22px;
}

table td {
	font: 13px Arial;
	color: #000;
	border: solid 1px #ddd;
}

.as_resultParams .as_sectionRow, .as_resultParams .as_fieldCell1 {
	padding: 8px 0 8px 8px;
	text-align: left;	
	vertical-align: middle;
	font-weight: bold;		
	background: #e4f1fa;	
}

.as_resultParams .as_caption, .as_resultParams .as_fieldCell {
	padding: 8px 8px 8px 8px;
	text-align: left;	
	vertical-align: middle;
}

#ctl02_ResultTable .as_sectionRow {
	padding: 8px 0 8px 8px;
	text-align: left;	
	vertical-align: middle;
	font-weight: bold;		
	background: #e4f1fa;	
}

#ctl02_ResultTable .as_fieldCell {
	padding: 8px 0 8px 8px;
	text-align: left;	
	vertical-align: middle;	
}

#tblLayout td {
	border: none;
}

#tblLayout .as_resultParams td, #tblLayout .as_ResultHeader td, #tblLayout .as_PaymentPlan td {
	border: solid 1px #ddd;	
}

.as_ResultHeader {
	margin-bottom: 22px;
}

.as_ResultHeader .as_sectionRow {
	padding: 8px 0 8px 8px;
	text-align: left;	
	vertical-align: middle;
	font-weight: bold;		
	background: #e4f1fa;	
}

.as_ResultHeader .as_fieldCell {
	padding: 8px 0 8px 8px;
	text-align: left;	
	vertical-align: middle;	
}

.as_ResultHeader .as_caption {
	padding: 8px 0 8px 8px;
	text-align: left;	
	vertical-align: middle;
	font-weight: bold;		
	background: #e4f1fa;	
}

.as_PaymentPlan .as_tableHeader {
	/*padding: 8px 0 8px 8px;*/
	text-align: left;	
	vertical-align: middle;
	/*font-weight: bold;*/		
	background: #e4f1fa;	
}

.as_PaymentPlan .as_tableCell {
	padding: 8px 0 8px 8px;
	text-align: left;	
	vertical-align: middle;	
}
.moitepariLink a {
    color:#1C63A2;
    float:right;
    font:12px Arial;
    margin-top:25px;
    text-decoration:none;
}

/*
--------- GO Calculator Block --------- */
.goCalculator {
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px #ddd;
}
.goCalculator th {
	padding: 8px 0 24px 8px;
	text-align: center;
	text-transform: uppercase;
	font: bold 14px Arial;
	color: #000;
	background: #e4f1fa;
	border: solid 1px #ddd;
}
.goCalculator td {
	padding: 11px 0 16px 6px;
	text-align: center;
	vertical-align: middle;
	font: 14px Arial;
	color: #000;
	border: solid 1px #ddd;
}
.goCalculator td p {
        margin-left: auto;
        margin-right: auto;
}

.goCalculator .tdImg {
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.goCalculator .lThrough {
	text-decoration: line-through;
}
.goCalculator td span {
	display: block;
	font: 12px Arial;
}
.goCalculator td .spRed a{
	font-weight: bold;
	color: #eb4301;
}
.goCalculator td .spGreen {
	font-weight: bold;
	color: #007d28;
}
.goCalculator .sponsored td {
	background: #bad1c0;
}
.goCalculator .lastRow td {
	height: 31px;
	padding: 0;
	background: #e4f1fa;
}
.makeRequest {
	display: block;
	width: 56px;
	height: 18px;
	text-indent: -99999px;
	border: none;
	background: url(../images/makeRequest.gif) no-repeat;
}
.makeEdit {
	height: 1%;
	margin-bottom: 20px;
	overflow: hidden;
}
.makeEdit a {
	float: right;
	width: 186px;
	height: 18px;
	text-indent: -99999px;
	background: url(../images/makeEdit.gif) no-repeat;
}
.topInsLink {
	text-align: right;
	overflow: hidden;
}
.topInsLink .topInsText {
	position: relative;
	top: -4px;
	text-decoration: none;
	font: 12px Arial;
	color: #1c63a2;
}
.topInsLink a:hover {
	text-decoration: underline;
}

/*
--------- Estate Calculator Block --------- */
.estateCalculator {
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px #ddd;
}
.estateCalculator th {
	padding: 8px 8px 24px 8px;
	text-align: center;
	text-transform: uppercase;
	font: bold 14px Arial;
	color: #000;
	background: #e4f1fa;
	border: solid 1px #ddd;
}
.estateCalculator td {
	padding: 11px 0 16px 8px;
	text-align: center;
	vertical-align: middle;
	font: 14px Arial;
	color: #000;
	border: solid 1px #ddd;
}
.estateCalculator td p {
        margin-left: auto;
        margin-right: auto;
}

.estateCalculator .tdImg {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}
.estateCalculator .lThrough {
	text-decoration: line-through;
}
.estateCalculator td span {
	display: block;
	font: 12px Arial;
}
.estateCalculator td .spRed a{
	font-weight: bold;
	color: #eb4301;
}
.estateCalculator td .spGreen {
	font-weight: bold;
	color: #007d28;
}
.estateCalculator .sponsored td {
	background: #bad1c0;
}
.estateCalculator .lastRow td {
	height: 31px;
	padding: 0;
	background: #e4f1fa;
}
.Ins24Link {
	text-align: right;
	overflow: hidden;
}
.Ins24Link .Ins24Text {
	position: relative;
	top: -14px;
	text-decoration: none;
	font: 12px Arial;
	color: #1c63a2;
}
.Ins24Link a:hover {
	text-decoration: underline;
}
