.htabs {
	position: relative;
	height: 31px;
	width: 680px;
}
.htabs a {
	display: block;	
	float: left;
	position: relative;
	height: 30px;
	font: 12px Arial;
	text-decoration: underline;
	color: #7292BB;
	background: #fff;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;	
	padding: 0 25px;
	line-height: 30px;
	margin-right: 7px;
}
.htabs a.active {
	color: #000;
	text-decoration: none;
	font-weight: 700;
	background: #f6f7fb;
	border-top: 1px solid #f6f7fb;
	border-left: 1px solid #f6f7fb;
	z-index: 10;
}
.htabs a > span {
	display: block;
	position: absolute;
	top: -1px;
	right: -25px;
	height: 31px;
	width: 28px;
	background: url("../img/htab_right_corner.png") 100% 0 no-repeat;
}
.htabs a.active > span {
	background: url("../img/htab_right_corner_active.png") 100% 0 no-repeat;
}
.htabs .tab1 {
	z-index: 3;
}
.htabs .tab2 {
	z-index: 2;
}
.htabs .tab3 {
	z-index: 1;
}

.tab-content {
	position: absolute;
	margin-bottom: 15px;
	width: 680px;
}
.tab-content .box {
	min-height: 260px;
	background-color: #f6f7fb;
	padding: 25px 25px 15px 25px;
	
}
.tab-content .endnote {
	padding: 10px 0px;
	padding-left: 20px;
	color: #7292BB;
	font-family: "Arial";
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
}
.tab-content .h1h {
	color: #7292BB;
	font-family: "Arial";
	font-size: 16px;
	font-weight: 400;
}
.tab-content .first {
	width: 100%;
	margin-top: 15px;
	color: #333333;
	font-family: "Arial";
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px dotted #ccc;
}
.tab-content .first td {
    padding: 15px;
}
.tab-content .first th {
	text-align: left;
	color: #7292BB;
	font-weight: 700;
	padding: 7px 0px;
}
.tab-content .second {
	width: 100%;
	margin-top: 15px;
	color: #6F6F6F;
	font-family: "Arial";
	font-size: 12px;
	font-weight: 400;
}
.tab-content .second .frow td {
	padding-bottom: 35px;
}
.tab-content .second th {
	text-align: left;
	padding: 7px 5px;
	width: 175px;
} 
.tab-content .second td {
	padding: 7px 5px;
}
.tab-content .second .vtb-sum {
	color: #7292BB;
	font-size: 16px;
	font-weight: 700;
	width: 250px;
}

#calculation_ops_result {
/*position: absolute;*/ left:20px; top: 410px; width: 681px; /*display:none;*/
}
.clear {
    clear: both;
}

#calc-form input[type=submit] {
	margin-top:15px;
    width: 160px;
    height: 35px;
    text-align: center;
    font-family: 'Arial';
    font-size: 13px;
    color: rgb(0, 0, 0);
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
.block-hid { position:relative;display:none;}
#tab-forecast { position:relative;}

table.calc {width:85%;}
table.calc td {
		padding:5px;
		font-size:13px;
		

	}
table.calc td.first {
		font-family:Arial;font-size:13px;font-weight:bold;font-style:normal;text-decoration:none;
		color:#7292BB;
	}

table.calc input[type=text] {
		width:150px;
		font-size:13px;
		margin-left:30px;
		padding:5px;
	}
table.calc input[type=radio] {

		margin-left:30px;

	}

.second th {color:#666666;font-weight:bold;}
.second td {color:#666666;}

.comment {position:relative;top:420px;}

.comment1 {border-top:1px solid #223C77; padding-top:15px;}
#calc-container {
	/*min-height: 850px;*/
}
.calc_error_fields {
	border: 1px solid red ! important;
}

#table_cut {
    background: #D4E1F0;
    margin: 10px 0;
    padding: 5px 10px;
}
#tab-method {
    height: 450px;
    background: #f6f7fb;
}


.tabs_to_hide {
    height: 530px;
}