/* Calculator styles */

#cal_content{
	width: 900px;
	overflow: hidden;
}
#cal_intro {
	margin-bottom: 20px;
}
#cal_intro h1 {
	font-size: 1.8em;
	margin: 0px;
	padding: 0px 0px 10px;
}
#cal_intro p {
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 1.2em;
	color: #666666;
}
#cal_panel {
	width: 600px;
	margin-right: 20px;
	float: left;
	background: #e7e7e7;
	padding-bottom: 20px;
}
#cal_head {
	background: #71c645;
	width: 530px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-left: 35px;
	padding-right: 35px;
}

#cal_head h2 {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 0px;
	float: left;
	margin-top: 20px;
}
#head_icons {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
}
#head_icons img {
	margin-left: 20px;
}

/* buttons*/
.actioncal {
	text-align: right;
	margin-right: 35px;
}
.actionhint {
	text-align: right;
}

#step_one, #step_twocar,#step_twoplane,#step_twotrian, #step_results {
	margin-left: 35px;
	margin-right: 35px;
}
#step_one p, #step_twocar p,#step_twoplane p,#step_twotrian p, #step_results p {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 1.2em;
	color: #666666;
}

#hint_panel {
	width: 208px;
	float: right;
	border: 1px solid #e7e7e7;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 35px;
	background: url(../img/calculator/bkg_hint.jpg) repeat-x left bottom;
}
#hint_panel h2 {
	font-size: 1.8em;
	color: #000000;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bebebe;
	padding-bottom: 10px;
}
#hint_panel p {
	font-size: 1.2em;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
}

#loggedin_panel {
	width: 208px;
	float: right;
	border: 1px solid #e7e7e7;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 35px;
	background: url(../img/calculator/bkg_hint.jpg) repeat-x left bottom;
}
#loggedin_panel h2 {
	font-size: 1.8em;
	color: #000000;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bebebe;
	padding-bottom: 10px;
}
#loggedin_panel p {
	font-size: 1.2em;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
}


dl.table-display {
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
}

.table-display dt {
	width: 330px;
	float: left;
	margin: 0 0 5px;
	text-transform: none;
	font-size: 1.8em;
	color: #666666;
	border-bottom: 1px solid #fff;
	padding: 0px 0px 3px;
}

.table-display dd {
	float: left;
	width: 200px;
	margin: 0 0 5px 0px;
	padding: 0px 0px 3px;
	text-align: right;
	font-size: 1.8em;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #fff;
}
/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

/* HISTORY STUFF */

#history_wrap 
{
	width: 600px;
	float: left;
	clear: both;
	padding-top: 20px;
}
#history_wrap h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 1.8em;
}
#history_wrap h3 {
	font-size: 1.6em;
	margin-top: 0px;
	margin-bottom: 10px;
}
#cj {
	background: url(../img/calculator/head_car.gif) no-repeat;
	padding-left: 40px;
	height: 24px;
	padding-top: 6px;
}
#pj {
	background: url(../img/calculator/head_plane.gif) no-repeat;
	padding-left: 49px;
	height: 24px;
	padding-top: 6px;
}
#tj {
	background: url(../img/calculator/head_train.gif) no-repeat;
	padding-left: 30px;
	height: 24px;
	padding-top: 6px;
}

.tblHeading
{	
	color: #666666;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.tblBody
{	
	color: #666666;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.tblBodyGreen
{	
	color: #009933;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.tblBodyRed
{	
	color: #FF0000;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.history_table th h4 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
.history_table h5 {
	color: #666666;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	text-align: right;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.history_table th {
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 5px;
	padding-bottom: 10px;
}
.history_table td {
	color: #666666;
	font: 1.2em Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
}
.history_table .j_desc {
	text-align: left;
	vertical-align: top;
	width: 400px;
}

.history_table .times {
	text-align: center;
	vertical-align: top;
	width: 100px;
}

.history_table .co2, .history_table .hrs{
	background: #e7e7e7;
	text-align: right;
	vertical-align: top;
	width: 130px;
}

.history_table .cost{
	background: #e7e7e7;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	width: 120px;
}
.green {
	color: #009933;
}
.amber {
	color: #FF9900;
}
.red {
	color: #FF0000;
}
.history_totals {
	margin-bottom: 30px;
}

.history_totals td {
	padding-top: 25px;
	padding-bottom: 10px;
	font-size: 1.6em;
	text-align: right;
	vertical-align: top;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
}
.history_totals th {
	padding-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
	text-align: right;
	vertical-align: top;
}
.history_totals .t_comp h5 {
	color: #666666;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.history_totals .t_comp {
	width: 510px;
}
.history_totals .t_co2 {
	width: 130px;
}
.history_totals .t_hrs {
	width: 130px;
}
.history_totals .t_cost {
	width: 120px;
	padding-right: 10px;
}
#cal_form p {
	font-size: 1.2em;
	color: #666666;
	padding: 0px;
	margin: 0px 0px 5px;
}
