#calc_form H1 {
font-size: 112%;
text-align: center;
}

#calc_form #subheader{
font-weight: bolder;
text-align: center;
margin-bottom: 1em;
color: #555555;
}

#tir_table {
	margin: 0px 1px 5px 1px;
	border: solid 1px #134101;
	border-collapse: collapse;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#tir_table td{

	border: solid 1px #134101;

}

#wc_link {
	background-color:#F1FFB8;
	text-decoration: none;
	color: black; 
}

#wc_link:visited {color: #667;}
#wc_link:hover {border-color: #88C; color: #000; background: #FFCC66;}


#but2 {
	padding: 0.8em;
	width: 100%;
	cursor: pointer;
    font: 700 15px 'Arial',Helvetica,Clean,sans-serif;
	margin: 0 0 2px 1px;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-top: 1px solid #FFFF3D;
    text-shadow: 1px 1px 1px #FFC33D;
	
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 

 	background-repeat: repeat-x;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
  	-moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
    
	transition: background-position 0.3s ease 0s, margin 0.1s ease 0s;
	-moz-transition:background-position 0.3s ease 0s, margin 0.1s ease 0s; /* Firefox 4 */
	-webkit-transition: background-position 0.3s ease 0s, margin 0.1s ease 0s; /* Safari and Chrome */
	-o-transition: background-position 0.3s ease 0s, margin 0.1s ease 0s; /* Opera */

	background-color: #FCD116;
    background-image: -moz-linear-gradient(top, #FCD116, #705B00);
	background-image: -webkit-linear-gradient(top, #FCD116, #705B00);
	background-image: -ms-linear-gradient(top, #FCD116, #705B00);
	background-image: -o-linear-gradient(top, #FCD116, #705B00);
	background-image: linear-gradient(top, #FCD116, #705B00);
	
}
#but2 H2 {	margin: 0;}

#but2:hover { 
	/*background: #FFFFCC; 
	background: -moz-linear-gradient(0% 100% 90deg, #FFCC66, #FFDD66); 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFDD66), to(#FFCC66)); */
	background-position: 0 10px;
}


#but2:active {
    box-shadow: -1px -1px 2px 0 rgba(0, 0, 0, 0.3);
    margin: 2px 0 0 1px;
}

#add, #delete, #add_wthd, #delete_wthd {
	margin: 2px;
	padding: 0;
	width: 90%;
}

#tic_table {
	color: black;
	font-size: 70%;
	text-align: center;
	width: 100%;
/*	table-layout: fixed; */

}

#tic_table a {
	text-decoration: none;
}

#tic_table TH {
	background-color: #FFCC66;
	text-align: center;
}

#tic_table caption {
	font-size: larger;
	font-family: Arial;
}

.odd {
	color: black;
	background-color: #dfffdf;
}

.even {
	color: black;
	background-color: #D6FFAD;
}

#tic_table TR:hover   {background-color: #00CC99;}


#calc_counter {
	font-size: 70%;
	text-align: center;
	margin: 1em;
}

#additions, #withdrawals { 
	border-collapse: collapse; 
	width: 100%;
}

#additions   TR TD, #withdrawals TR TD{
	border: 1px solid #BBC;
	padding: 5px;
}



#result #saved_deposit_ad {
	text-align: center;
	margin-bottom: 0.5em;
	font: 12px Verdana,sans-serif;
}

#result #saved_deposit {
	text-align: center;
	font-size: 85%;
}

#result #saved_deposit a{
	text-decoration: none;
	color: #444488;
	font-weight: bold;
}

.hidden {
display: none; 
}
.shown {
display: inline; 
}

.shown_block {
display: block;
}

#deposit_forecast {
	font-size: 70%;
	font-style: italic;
	margin: 0.5em 1.5em;
}
#service_desc {
	margin: 25px 1px 5px 1px;
	padding: 5px 10px;
	background: #F4FFE8;
	border: 1px solid;
	height: 1%; /* IE Holly Hack */
	font-size: 80%;
	cursor : pointer;
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#service_desc #service_desc_header h2 {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	margin: 2px;
}


#but_foa_add_row, #but_foa_delete_row {
	display: block;
	margin: 2px;
	padding: 0;
	width: 99%;

}

#float_on_amount_table,  #float_on_term_table {
	border-collapse: collapse;
	text-align: center;
	font-size: 80%; 
	margin: 5px;

}

#float_on_amount_table   TR TD, #float_on_term_table   TR TD{
	border: 1px solid #BBC;
	padding: 5px;

}

#calc_desc {
	margin: 1em 1px;
	padding: 0em 1em;
	background: #F4FFE8;
	color: #333333;
	border: 1px solid;
	height: 1%; /* IE Holly Hack */
	font-size: 12px;
	line-height: 14px;
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	font-family: Tahoma, Arial, Verdana, sans-serif;	
}
#calc_desc #advantages {
	text-align: center;
	font-size: large;
	font-weight: bolder;
	margin: 1em;
}

#calc_desc h2 {
	margin-top: 1.5em;
	color: #333333;
	border-bottom: none;
	font-weight: bolder;
	font-size: 120%;
	display: block;
}

#calc_desc a, #calc_desc a:visited, #calc_desc a:link {
    border-bottom: 1px dotted #000000;
    color: #111111;
    text-decoration: none;
}

#advantages_link {
	background-color:#F1FFB8;
	text-decoration: none;
	color: black; 
	font-size: small;
	padding-left: 5px; padding-right: 5px;
}

#advantages_link:visited {color: #667;}
#advantages_link:hover {border-color: #88C; color: #000; background: #FFCC66;}


#videomanual_link {
	background-color:#F1FFB8;
	text-decoration: none;
	color: black; 
	font-size: small;
	padding-left: 5px; padding-right: 5px;
	float: right;
}

#videomanual_link:visited {color: #667;}
#videomanual_link:hover {border-color: #88C; color: #000; background: #FFCC66;}

#fin_table {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#below_calc_banner {
	text-align: center;
}
#result {
	margin-bottom: 0.5em;
	position: relative;
}

#dep_comp_table, #final_results_table {
	border: 1px solid silver;
	border-collapse: collapse;
	font-family: Arial;
    font-size: 12px;
	width: 48%;
	display: inline-table;
	margin: 0.5em;
}

#dep_comp_table td, #final_results_table td {
	border: 1px solid silver;
	border-collapse: collapse;
	padding-left: .5em; padding-right: .2em; padding-bottom: .3em;
}	 
#dep_comp_table th, #final_results_table th {
	border: 1px solid silver;
	border-collapse: collapse;
	padding-left: .5em; padding-right: .5em;
}

#dep_comp_table caption, #final_results_table caption {
	font-size: larger;
	padding: 0.2em;
}

#dep_comp_table a, #dep_comp_table a:visited, #dep_comp_table a:link {
    border-bottom: 1px dotted #000000;
    color: #111111;
    text-decoration: none;
}
#fin_res_and_comparison {
	background-color: #F8FECD;
	border: 1px solid gray;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-top: 1.5em;
}
#efrate_finwebinar {
	margin: 0.5em;
	padding: 0.5em 1em;
	font-family: Verdana,sans-serif;
	font-size: smaller;
	border: 1px solid silver;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fee9a9;
	text-align: center;
}

#efrate_finwebinar a{
	color: #444488;
    font-weight: bold;
    text-decoration: none;
}
.donate {

	margin-top: 0.4em;
	display: inline;
	right: 15px;
	position: absolute;
	background-color: #3e7b00;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

	cursor: pointer;
	
 	background-repeat: repeat-x;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
  	-moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
    
	transition: background-position 0.3s ease 0s, margin 0.1s ease 0s;
	-moz-transition:background-position 0.3s ease 0s, margin 0.1s ease 0s; /* Firefox 4 */
	-webkit-transition: background-position 0.3s ease 0s, margin 0.1s ease 0s; /* Safari and Chrome */
	-o-transition: background-position 0.3s ease 0s, margin 0.1s ease 0s; /* Opera */

	background-color: #3e7b00;
	opacity: 0.8; /* Полупрозрачный фон */
    background-image: -moz-linear-gradient(top, #3e7b00, #85bf62);
	background-image: -webkit-linear-gradient(top, #3e7b00, #85bf62);
	background-image: -ms-linear-gradient(top,#3e7b00, #85bf62);
	background-image: -o-linear-gradient(top, #3e7b00, #85bf62);
	background-image: linear-gradient(top, #3e7b00, #85bf62);	
	
	
}

.donate:hover { 
	/*background: #FFFFCC; 
	background: -moz-linear-gradient(0% 100% 90deg, #FFCC66, #FFDD66); 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFDD66), to(#FFCC66)); */
	background-position: 0 10px;
}

.donate a:link, .donate a:visited {
  display: block;
  text-decoration: none;
  color: #fee9a9;
  font-weight: bold;
  font-size: larger;
  padding: 0.4em;

}

