@charset "utf-8";
/* CSS Document */
.calc_menu{
	float:left;
	position:relative;
	width:100%;
	text-align:center;
	padding-bottom:20px;
}

#calculate_submit:hover {
background-position:0 24px;
}

#calculate_submit {
background-image:url(../../images/calculate.gif);
background-position:0 0;
border:0 none;
cursor:pointer;
float:right;
font-size:0;
height:24px;
overflow:hidden;
position:relative;
width:112px;
}

#calculator_top_row, #calculator_bottom_row, #calc_results_top_row, #calc_results_bottom_row
{
	position: relative;
	width:497px;
	height:10px;
	background-repeat:no-repeat;	
	overflow:hidden;
}

#calculator_top_row
{
	background-image:url(../../images/calculator_top_row_bg.gif);
}

#calculator_bottom_row
{
	background-image:url(../../images/calculator_bottom_row_bg.gif);
	margin-bottom:10px;
}

#calc_results_top_row
{
	background-image:url(../../images/calc_results_top_row_bg.gif);
}

#calc_results_bottom_row
{
	background-image:url(../../images/calc_results_bottom_row_bg.gif);
}

#calculator_main
{
	position: relative;
	width:497px;
	min-height:50px;
	background-image:url(../../images/calculator_main_bg.gif);
	background-repeat:repeat-y;
}

*html #calculator_main
{
	height:50px;
}

#calc_results_main
{
	position: relative;
	width:497px;
	min-height:50px;
	background-image:url(../../images/calc_results_main_bg.gif);
	background-repeat:repeat-y;
}

*html #calc_results_main
{
	height:50px;
}

#calculator_main table, #calc_results_main table
{
	width:460px;	
	margin-left:20px;
}

#calc_results_main table
{
	color:#ffffff;	
}

#calc_results_main table h3
{
	color:#ffffff;	
	margin:10px 0 10px 0;
	padding:0;
}

#calculator_main table tr
{
	height:40px;
}

#calculator_main table tr.row_with_border
{
	background-image:url(../../images/calculator_main_table_tr.gif);
	background-repeat:no-repeat;
	height:1px;
}

#calculator_main table td
{
	cellpadding:0;
	cellspacing:0;
}

.form_select
{
	height:20px;
	font-size:11px;
}

.form_text
{
	width:100px;
	height:14px;
	background-image:url(../../images/form_text_bg.gif);
	background-repeat:repeat-y;
	border:1px solid #dedede;
}

.calculate_link
{
	display:block;
	width:112px;
	height:23px;
	background-image:url(../../images/calculate.gif);
	text-decoration:none;
}

a.calculate_link:hover
{
	background-position:0px 24px;
	text-decoration:none;
}

*html #calculator_main
{
	height:50px;
}

/***********************************************************************************************/
/*				Tooltip					*/
/*********************************************************************************************/

.cluetip-default{
	margin:20px 0px 0px 5px;	
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #fff;
  border: 1px solid #04A7CF;
}
.cluetip-default h3#cluetip-title {
  margin: 0px;
  padding:0px 0px 0px 5px;
  font-size: 1.1em;
  font-weight: bold;
  background-color:#04A7CF;
  color: #fff;
}
.cluetip-default #cluetip-inner {
  padding: 10px;
}
img{
	border:0px;
}

