/* Calculator */
.cost_amount {
	text-align: right;
	width: 70px
}
.measurement {
	width: 70px;
	padding: 0 0 0 10px;
}
.even {
	background-color: #ecf2fa;
}
.variable_name {
	font-weight: bold;
	padding: 0 10px;
}
.help {
	float:right;
	vertical-align: middle;
	border: 0;
	padding:3px 0;
}
.total {
	background-color:#0a3b79;
	color: #FFFFFF;
}
.unit_symbol {
	width: 10px;
}
.subitem {
	padding: 0 0 0 30px !important;
	font-weight: normal !important;
}
.red {
	color: #FF0000;
}
.input_text {
	width: 60px;
	text-align:right;
	padding: 0 2px 0 0;
}
.col_title {
	background-color: #0a3b79;
	text-align: center;
	height: 20px;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}
#left_calculator {
	width: 400px;
	float: left;
	margin: 0 20px 0 0;
}
#left_calculator table {
	width:400px;
	font-size: 11px;
}
#right_calculator {
	width: 340px;
	float: left;
	font-size: 11px;
}
#right_calculator table {
	width:340px;
}
#calculator_submit {
	padding: 10px 0;
	text-align: center;
}
.ttTable {
	background: #333333;
	border: 1px solid #FFFFFF;
	padding: 1px;
	width: 200px;
}
.tooltiptitle{
	padding: 5px;
	color: #FFFFFF;
	text-decoration:: none;
	CURSOR: Default; 
	font: bold 12px; 
	background: #666666;
}
.tooltipcontent{
	padding: 5px;
	color: #666666;
	text-decoration:: none;
	CURSOR: Default;
	font-family: arial;
	font: normal 11px; 
	background: #FFFFFF;
}

#ToolTip{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	z-index:4;
	visibility:hidden;
}
#vehicle_input, #employee_input, #total_summary, #vehicle_summary, #employee_summary  {
	margin: 5px 0;
	border: 1px solid #0a3b79;
}
#total_summary {
	width: 500px;
	margin: 0px auto;
}
#total_summary table {
	width: 500px;
}
.reqd{
	color: red;
}
