table {
    border-collapse: collapse;
}

.calctab {
	width:190px;
	height:65px;
	margin:1px 3px;
	float:left;
	background-image:url(/includes/images/calctabs.jpg);
	background-repeat:no-repeat;
}

.calcsection {
	padding:8px;
	color:#464646;
}

#calctotals {
	margin-top:8px;
}

#calcmenu {
	height: 70px;
	background-color:#f5f3f1;
}

#contentblock {
        margin-left:20px;
        margin-right:20px;
        font-size:12px !important;
        line-height:1.5em;

	background-image: url(/includes/images/dotted_vertical_background.jpg);
	background-repeat: repeat-y;
	border:3px solid #d8d1c9;
	height: 100%;
	margin-top: 0px;
        width: auto;
}

.formerror {
	border:1px solid #ff0000;
	background-color: #ffdbca;
}

#vehicles {
	background-position:0 -65px;
}

#electricity {
	background-position:-193px -65px;
}

#airtravel {
	background-position:-386px -65px;
}

#naturalgas{
	background-position:-578px -65px;
}

#vehicles:hover, .v_on {
	background-position:0 1px !important;
}

#electricity:hover, .e_on {
	background-position:-193px 0 !important;
}

#airtravel:hover, .t_on {
	background-position:-386px 1px !important;
}

#naturalgas:hover, .g_on {
	background-position:-578px 1px !important;
}

#calcdisplay {
	float: left;
	height: 100%;
	width: 516px;
}

#calcdisplay select,
#calcdisplay input.std {
	border:1px solid #b2aaa0;
	font-size:12px;
}

#calcdisplay input.std {
	height:20px;
}

#calcdisplay select {
	height:20px;
}

#calctotals {
	width:250px;
	float:right;
}

#calcfootprint {
	margin-bottom: 0px;
}

.calcresults {
	margin-top:20px;
	width: 490px;
}

.calcresults tfoot td {
	background-color:#f1edea;
	font-weight:bold;
}

.calcresults tbody td {
	line-height: 24px;
}

.calcresults tbody td.listcellright, .calcresults tfoot td.listcellright {
	border-right: solid 1px #000000;
}

#flightqtyblock div.addcalc, #vehiclemilesblock div.addcalc {
	float:left;
	width:50px;
	margin-left:5px;
	margin-top: -5px;
}

#calcbargraphlegend {
    height: 30px;
    padding: 10px 20px;
}

.legenditem, .legenditemlabel {
    float: left;
    margin: 0px 0px 0px 10px;
}

#calcbargraph {
    clear: both;
}

#accessmyemissionswrapper {
    float: left;
    margin: 10px;
    width: 225px;
}

#startnewcalculationwrapper {
    float: left;
    margin: 10px;
    width: 225px;
}

#showaccessmyemissionsformbutton {
    background: transparent url(/includes/images/access_my_stored_emissions.jpg) no-repeat 0 -35px;
    display: block;
	height: 35px;
	width: 223px;
}

#showaccessmyemissionsformbutton:hover {
    background: transparent url(/includes/images/access_my_stored_emissions.jpg) no-repeat 0 0px;
}

#accessmyemissionsdatabutton {
    background: transparent url(/includes/images/access_my_stored_emissions.jpg) no-repeat 0 -35px;
    display: block;
	height: 35px;
	width: 223px;
}

#accessmyemissionsdatabutton:hover {
    background: transparent url(/includes/images/access_my_stored_emissions.jpg) no-repeat 0 0px;
}

#footprintlist ul {
    list-style: circle;
    padding-left: 10px;
}

#footprintlist ul li {
    color: #5EB346;
    text-decoration: underline;
}

#startnewcalculationbutton {
    background: transparent url(/includes/images/start_new_calculation.jpg) no-repeat 0 -35px;
    display: block;
	height: 35px;
	width: 223px;
}

#startnewcalculationbutton:hover {
    background: transparent url(/includes/images/start_new_calculation.jpg) no-repeat 0 0px;
}

#savemyemissionsdatawrapper {
    clear: both;
    padding: 10px;
}

#saveshowformbutton {
    background: transparent url(/includes/images/calc_save_my_emissions.jpg) no-repeat 0 -35px;
    display: block;
	height: 35px;
	width: 223px;
}

#saveshowformbutton:hover {
    background: transparent url(/includes/images/calc_save_my_emissions.jpg) no-repeat 0 0px;
}

#savemyemissionsdatabutton, #registersavemyemissionsdatabutton {
    background: transparent url(/includes/images/calc_save_my_emissions.jpg) no-repeat 0 -35px;
    display: block;
	height: 35px;
	width: 223px;
}

#savemyemissionsdatabutton:hover, #registersavemyemissionsdatabutton:hover {
    background: transparent url(/includes/images/calc_save_my_emissions.jpg) no-repeat 0 0px;
}

#calctipandtotal {
    border-top: 1px dashed #d6d6d6;
    clear: both;
    min-height: 116px;
}

#calctip {
    float: left;
	padding: 2px;
	width: 514px;
}

#calctip h3 {
    margin: 5px 10px 5px 10px;
}

#calctip p {
    margin: 0px 10px 5px 10px;
}

#calcoffset {
	/* float: left; */
	overflow: hidden;
	padding: 2px 2px 4px 2px;
	width: 260px;
}

#offsettag {
    float: left;
    padding: 5px 5px 5px 25px;
}

#giantequalsign {
    float: left;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 5px 0px 5px;
}

#offsetvalue {
    float: left;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 20px;
    text-align: center;
}

#offsettotal {
    font-size: 26px;
}

#offsettxt {
    font-size: 11px;
}

#offsetbutton {
    background: transparent url(/includes/images/calc_offset_my_emissions.jpg) no-repeat 0 -35px;
    clear: both;
    display: block;
	height: 35px;
	margin-left: 20px;
	margin-top: 0px;
	width: 223px;
}

#offsetbutton:hover {
    background: transparent url(/includes/images/calc_offset_my_emissions.jpg) no-repeat 0 0px;
}

.calcaddbutton {
	display:block;
	height:27px;
	width:46px;
	background: transparent url(/includes/images/calcadd.jpg) no-repeat 0 -27px;
	margin-top:0px;
	margin-left:5px;
}

.calcaddbutton:hover {
	background: transparent url(/includes/images/calcadd.jpg) no-repeat 0 0px;
}

.deleterow {
	display:block;
	height:27px;
	width:46px;
	background: transparent url(/includes/images/calcremove.jpg) no-repeat 0 -27px;
}

.deleterow:hover {
	background: transparent url(/includes/images/calcremove.jpg) no-repeat 0 0px;
}

#vehicleyearblock {
	width: 120px;
	float:left;
}

#vehicle_year {
	width:110px;
	float:left;
}

#vehiclemakeblock {
	width:360px;
	float:left;
}

#vehicle_make {
	width:150px;
	float:left;
}

#vehiclemodelblock {
	clear:left;
	width:280px;
	margin-top:5px;
	float:left;
}

#vehicle_model {
	width:270px;
	float:left;
}

#vehiclemilesblock {
	width:200px;
	margin-top:5px;
	float:left;
}

#miles_val {
	width:100px;
	float:left;
}

.listcell {
	border-top:1px solid #464646;
	border-bottom:1px solid #464646;
	padding: 2px;
}

.listcellleft {
	border-top:1px solid #464646;
	border-bottom:1px solid #464646;
	border-left:1px solid #464646;
	padding: 2px 2px 2px 6px;
}

.listcellright {
	border-top:1px solid #464646;
	border-bottom:1px solid #464646;
	border-right:1px solid #464646;
	padding: 2px 2px 2px 2px;
}

.itemlistspacer {
	height:5px;
}

#calclist_vehicle,
#calclist_el,
#calclist_ngas,
#calclist_bf,
#calclist_flight {
	clear:left;
}

#kwhblock, #thermblock {
	width:130px;
	float:left;
}

#kwhblock input, #thermblock input {
	width:110px;
}

#timespanblock, #thermspanblock {
	width:130px;
	float:left;
	margin-left:10px;
}

#kwhstateblock, #thermstateblock {
	width:60px;
	float:left;
	margin-left:10px;
}

#kwhlocationblock {
	float:left;
	width:75px;
}

#thermlocationblock {
	float:left;
	width:95px;
}

#kwhaddblock, #thermaddblock {
	float:left;
	padding-top: 10px;
	width:75px;
}

#kwhlocationblock input, #thermlocationblock input {
	width:75px;
}

#kwhlocationblock div, #thermlocationblock div, #bulkflightblock div {
	float:left;
}

#bulkflightblock {
	width:500px;
}

#flighttoblock, #flightfromblock {
	width:140px;
	float:left;
}

#flighttoblock input, #flightfromblock input {
	width:130px;
}

#flightqtyblock {
	width:220px;
	float:left;
}

#flightqtyblock div {
	width:60px;
	float:left;
}

#flightqtyblock div#flightqtyroundblock {
	width:100px;
	float:left;
}

#flight_quantity {
	width: 30px;
}

.label_el {
	overflow:hidden;
}

.addaverage {
	clear:left;
}

.bargraphwrapper {
	float: left;
	height: 122px;
	margin-left: 20px;
	position: relative;
	width: 35px;
}

.bargraph {
	border: 1px solid #dadada;
	height: 122px;
	width: 35px;
}

.bargraphfull {
	background-color:#e9f6f7;
	width:100%;
	height:100%;
	position:relative;
}

.bargraphempty {
	background-color:#ffffff;
	width:100%;
	height:100%;
	position:relative;
	top:0;
	left:0;
}

.avg_arrow {
    left: -10px;
    position: absolute;
    top: 58px;
}

.arrowlabel {
    float: left;
    margin-top: 12px;
}

#minibargraph {
	border: 1px solid #dadada;
	float: left;
	height: 30px;
	width: 35px;
}

#minibargraphfull {
	background-color:#e9f6f7;
	width:100%;
	height:100%;
	position:relative;
}

#minibargraphempty {
	background-color:#ffffff;
	width:100%;
	height:50%;
	position:relative;
	top:0;
	left:0;
}

.onepx {
    font-size: 1px;
    height: 1px;
    line-height: 1px;
}

.v_id, .f_from_location, .f_to_location, .f_distance {
    color: #FFFFFF;
}

#flight_from_list, #flight_to_list {
    background-color: #ffffff;
    border: 1px solid #DADADA;
    position: absolute;
    width: 240px;
}

.airportlist {
    color: #000000;
    display: block;
    padding: 2px;
}

.airportlist:hover {
    background-color: #e9f6f7;
    text-decoration: none;
}

#modal_container {
	background-color: #FFFFFF;
	color: #333333;
	overflow: auto;
	padding: 10px;
	text-align: left;
}

#modal_overlay {
	background-color: #000000;
}

#modal_container iframe {
    border: 1px solid #DADADA;
}

#how_is_this_calculated_modal {
    display: none;
}

.modal_content_wrapper {
    margin: 10px;
    font-size: 1em;
    line-height: 1em;
}

/* .modal_content_wrapper h2 {
    color: #5EB346;
    font-size: 1.25em;
    margin: 0px 0px 15px 0px;
}

.modal_content_wrapper h3 {
    font-size: 1.1em;
    margin: 0px 0px 10px 0px;
}
*/
.modal_content_wrapper p {
    margin: 0px 0px 10px 0px;
}

.delete_el {
    text-align: right;
}

.required_star {
    color: #FF0000;
}

#calculator_main_tabs {
    margin: 10px 20px 0px 20px;
}

.general_errors {
    color: #FF0000;
    font-weight: bold;
}

#graph_icons {
    clear: left;
    margin-left: 13px;
    padding-top: 3px;
}

.graph_icon {
	background-image: url(/includes/images/calcicons.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 41px;
	width: 52px;
}

#auto_graph_icon {
	background-position: 5px -41px;
}

#el_graph_icon {
	background-position: -106px -41px;
}

#air_graph_icon {
	background-position: -46px -41px;
}

#gas_graph_icon {
	background-position: -160px -41px;
}

.vi_on {
	background-position: 5px 2px !important;
}

.ei_on {
	background-position: -106px 2px !important;
}

.ti_on {
	background-position: -46px 2px !important;
}

.gi_on {
	background-position: -160px 2px !important;
}

#total_outside_limit {
    font-size: 26px;
    line-height: 26px;
    padding: 10px 20px;
}

#how_reduce {
	width: 253px;
	height: 112px;
	float: left;
	padding-right: 2px;
	border-right: 1px dashed #CFCFCF;
	background-image: url("/includes/images/how_to_reduce.jpg");
	background-repeat: no-repeat;

}

#money_go {
	width: 253px;
	height: 112px;
	float: left;
	padding-left: 2px;
	background-position: 2px 0px;
	background-image: url("/includes/images/money_go.jpg");
	background-repeat: no-repeat;
}

#how_reduce:hover {
	background-image: url("/includes/images/how_to_reduce_rollover.jpg");
	background-repeat: no-repeat;
}

#money_go:hover {
	background-image: url("/includes/images/money_go_rollover.jpg");
	background-repeat: no-repeat;
}

#how_reduce span, #money_go span {
	position: absolute;
	left: -4000px;
}
