﻿body {
}

.bold_font
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}
.advantage
{
	color:#006AB6;
}

.default_font
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
}

.grey_footnote
{
	padding: 3px 0px 3px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#666666;
}

/*The LHS has white space for the column labels. To adjust, edit both 
the table width value and lhs_cell value simultaneously.*/

.table
{
	width:545px;
}

.lhs_cell
{
	font-weight:normal;
	padding: 6px 9px 5px 0px;
	text-align:right;
	width:96px;
	height:11px;
	background-color:transparent;
}
.table_cell
{
	padding: 0px 0px 0px 5px;
	width:213px;
	background-color:#C6C8CA;
}
.table_cell_grey
{
	padding: 6px 0px 5px 10px;
	width:213px;
	background-color:#C6C8CA;
}
.table_cell_white
{
	padding: 6px 0px 5px 10px;
	width:213px;
	background-color:#FFFFFF;
}

.spacer_cell
{
	width:4px;
	background-color:#FFFFFF;
}

.label_cell
{
	padding-left:5px;
	height:30px;
	width:68px;
}

.control_cell
{
	height:30px;
	width:145px;
}

.text_box
{
	font-family:Arial;
	font-size:11px;
	/*font-weight:bold;*/
	
	width:125px;
	height:17px;
	
	padding:4px 5px 0px 5px;
	color:#000000;
	background-color:#E6E6E6;
	border: solid 1px #7E9EB7;
}

.dropdown_select 
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	font-weight:bold;
	
	width:137px;
	height:21px;
	color:#000000;
	background-color:#FFFFFF;
	border: solid 1px #7E9EB7;
}
.dropdown_selected
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	
	width:137px;
	height:21px;

	color:#FFFFFF;
	background-color:#0A246A;
	border: solid 1px #7E9EB7;
}

.grey
{
	background-color:#C6C8CA;
	
}

.blue
{
	background-color:#006AB6;
}

.fuel_consumption_header
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	
	width:420px;
	height:12px;
	padding: 4px 5px 4px 5px;
	
	color:#FFFFFF;
	/*background-color:#0099FF;*/
}

.calculate_button_cell
{
	width:106px;
	height:40px;
}

.calculate_button
{
	position:relative;
	top:3px;
}

.display_surface_panel
{
	height:0px;
	overflow:hidden;
}



