@charset "utf-8";
/* CSS Document */
.ui-widget-content {
	color:#222222;
	text-align:left;
}
table td.heading_colour{
	/*background-color:#D9D5E6;*/
	color:#1458D8;	
}

.ps_link_text {
	visibility:hidden;
}

#calc_wrap{
	margin:5px auto;	
}
.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:17px;
	margin:0px auto;
	background-repeat:no-repeat;	
	overflow:hidden;
}

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

#calculator_bottom_row
{
	background-image:url(../images/calculator_bottom_row_bg.png);
	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;
	margin:0px auto;
	background-image:url(../images/calculator_main_bg.png);
	background-repeat:repeat-y;
}

*html #calculator_main
{
	height:50px;
}

#calc_results_main
{
	padding:10px 0px;
	border:1px solid #1D588A;
	position: relative;
	width:497px;
	margin:0px auto;
	min-height:50px;
	background-color:#E1EFFF;
	/*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:#000;	
}

#calc_results_main table h3
{
	/*color:#ffffff;*/	
	color:#000;
	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;
}

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


*html #calculator_main
{
	height:50px;
}

