body {
	font: normal 13px helvetica, arial;
	color: #503f43;
	line-height: 18px;
	background-color: #ebf4e6;
	background-image: url(/images/bg_green_gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0px 100px;
	margin: 0;
	padding: 0;
}

H2 {
	color: #066ba0;
	margin-bottom: 0px;
}

#mainBackground {
	display: block;
	position: relative;
	width: 928px;
	margin: auto;
	background: url(/images/bg_repeat_shadow.png) repeat-y;
}

#container {
	display: block;
	position: relative;
	width: 900px;
	margin: auto;
}

#header {
	display: block;
	position: relative;
	width: 900px;
}

#header2 {
	height: 78px;
}

#headerLeft {
	display: block;
	position: relative;
	float: left;
	padding: 10px 0 10px 25px;
	width: 123px;
}

#headerRight {
	display: block;
	position: relative;
	float: right;
	padding: 10px 25px 10px 0;
	width: 725px;
}

#loginBox {
	display: block;
	position: relative;
	padding: 6px 0 8px 0px;
	height: 26px;
	float: right;
	color: #6e6e6e;
	font: normal 11px arial;
	text-shadow: #acacac 1px 1px 2px;
	background: url(/images/login_box_bg.gif) repeat-x;
}

#calcNavBar {
	display: block;
	position: relative;
	height: 31px;
	background: url(/images/green_vert_gradient.gif) repeat-x;
}

.menuItem, .calcMenuItem {
	display: inline;
	position: relative;
	float: left;
	margin-left: 70px;
	font: normal 12px arial;
	color: #88b4b5;
}

.menuItem a,.menuItem a:visited,.menuItem a:hover {
	text-decoration: none;
	color: #88b4b5;	
	font-size: 12px;
}

.calcMenuItem {
	margin: 0px 20px;
	cursor: pointer;
}

#calcVehiclesTab, #calcElectricTab, #calcFlightsTab, #calcNaturalGasTab {
	display: none;
	position: absolute;
	margin-top: -53px;
	z-index: 2;
}

#calcVehiclesTab	{ margin-left: 0px   }
#calcElectricTab	{ margin-left: 110px }
#calcFlightsTab		{ margin-left: 240px }
#calcNaturalGasTab	{ margin-left: 344px }

#calcLoadButton {
	float: right;
	margin-right: 15px;
	cursor: pointer;
}

#calcNewButton {
	float: right;
	margin-right: 5px;
	cursor: pointer;
}

.totalsArea {
	display: block;
	position: relative;
	margin-top: 18px;
}

.totalsTop {
	display: block;
	position: relative;
	width: 488px;
	height: 22px;
	padding-left: 12px;
	padding-top: 9px;
	background: url(/images/tally_emissions_box_left_header.jpg) no-repeat;
	font: bold 12px tahoma,helvetica, arial;
	color: #808080;
}

.totalsContent {
	display: block;
	position: relative;
	width: 488px;
	padding-left: 12px;
	padding-top: 1px;
	background: url(/images/tally_emissions_box_left_vert_repeat.jpg) repeat-y;
}

.flightTotalCol, .flightTotalCol_From, .flightTotalCol_To, .flightTotalCol_RT, .flightTotalCol_Qty, .flightTotalCol_CO2, .flightTotalCol_Remove,
.flightTotalHead, .flightTotalHead_From, .flightTotalHead_To, .flightTotalHead_RT, .flightTotalHead_Qty, .flightTotalHead_CO2, .flightTotalHead_Remove, 
.carTotalHead_Year, .carTotalHead_Make, .carTotalHead_Model, .carTotalHead_Miles, .carTotalHead_CO2, .carTotalCol_Year, .carTotalCol_Make, 
.carTotalCol_Model, .carTotalCol_Miles, .carTotalCol_CO2, .carTotalCol_Remove, .carTotalHead_Remove, .elecTotalHead_State, .elecTotalHead_KWh,
.elecTotalHead_CO2, .elecTotalCol_State, .elecTotalCol_KWh, .elecTotalCol_CO2, .elecTotalCol_Remove, .elecTotalHead_Remove, .gasTotalHead_Monthly,
.gasTotalHead_Yearly, .gasTotalHead_CO2, .gasTotalCol_Monthly, .gasTotalCol_Yearly, .gasTotalCol_CO2, .gasTotalCol_Remove {
	display: block;
	position: relative;
	font: normal 12px arial;
	float: left;
	width: 66px;
	margin-top: 3px;
}

.flightTotalHead, .flightTotalHead_From, .flightTotalHead_To, .flightTotalHead_RT, .flightTotalHead_Qty, .flightTotalHead_CO2, .flightTotalHead_Remove,
.carTotalHead, .carTotalHead_Year, .carTotalHead_Make, .carTotalHead_Model, .carTotalHead_Miles, .carTotalHead_CO2, .carTotalHead_Remove, .elecTotalHead_State,
.elecTotalHead_KWh, .elecTotalHead_CO2, .gasTotalHead_Monthly, .gasTotalHead_Yearly, .gasTotalHead_CO2 {
	font-weight: bold;
	color: #066ba0;
	margin-top: 12px;
}

.carTotalCol_Year, .carTotalHead_Year, .carTotalHead_Miles, .carTotalCol_Miles {
	width: 38px;
}

.flightTotalCol_RT, .flightTotalCol_Qty, .flightTotalHead_RT, .flightTotalHead_Qty, .carTotalCol_CO2, .carTotalHead_CO2 {
	width: 50px;
}

.flightTotalCol_CO2, .flightTotalHead_CO2, .elecTotalCol_CO2, .elecTotalHead_CO2 {
	width: 190px;
}

.carTotalCol_Make, .carTotalHead_Make, .elecTotalCol_State, .elecTotalHead_State, .gasTotalHead_Monthly, .gasTotalHead_Yearly,
.gasTotalCol_Monthly, .gasTotalCol_Yearly, .gasTotalCol_CO2, .gasTotalHead_CO2 {
	width: 140px;
}

.carTotalCol_Model, .carTotalHead_Model {
	width: 160px;
}

.flightTotalCol_Remove, .flightTotalHead_Remove, .carTotalCol_Remove, .carTotalHead_Remove, .elecTotalCol_Remove, .elecTotalHead_Remove, .gasTotalCol_Remove, .gasTotalHead_Remove {
	width: 17px;
}

.totalsFoot {
	display: block;
	position: relative;
	width: 455px;
	height: 20px;
	padding-left: 12px;
	padding-top: 6px;
	margin-top: 6px;
	background: url(/images/totalsbar.gif) no-repeat;
	font: normal 12px tahoma,helvetica, arial;
	color: #FFF;
}

#calcTotalBoxTop {
	display: block;
	position: relative;
	width: 337px;
	height: 36px;
	padding-left: 12px;
	background: url(/images/box_header.jpg) no-repeat;
	font: bold 13.5px tahoma,helvetica, arial;
	color: #066ba0;
}

#calcTotalHeaderTxt {
	display: inline;
	position: relative;
	float: left;
	padding: 12px 0 0 3px;
}

#calcTotalSaveButton {
	display: inline;
	position: relative;
	float: right;
	padding: 10px 25px 0 0;
	cursor: pointer;
}

#calculationNameMarquee {
	display: block;
	position: relative;
	font: bold 13.5px tahoma,helvetica, arial;
	color: #066ba0;
	padding: 6px 0 0 2px;
}

#calcTotalBoxContent {
	display: block;
	position: relative;
	width: 337px;
	margin-left: 1px;
	padding-left: 12px;
	background: url(/images/box_vert_repeat.jpg) repeat-y;
}

#calcAirport1Row, #calcAirport2Row, #calcFlightQuantityRow, #calcFlightClassRow, #calcFlightCalculateButton, #calcFlightCO2, .layoverCol, .layoverCol2, 
#calcCarTypeRow, #calcCarYearRow, #calcCarManufacturerRow, #calcCarModelRow, #calcCarTransRow, #calcCarFuelRow, #calcCarMilesRow, #calcCarSubmitRow,
#calcElecStateRow, #calcElecKwhRow, .calcFloatRow, .calcFloatRow2 {
	position: relative;
	float: left;
}

#calcAirport2Row, #calcFlightClassRow, #calcFlightCO2, .layoverCol2, #calcCarYearRow, #calcCarModelRow, #calcCarFuelRow, #calcElecKwhRow, .calcFloatRow2 {
	margin-left: 32px;
}

.layoverCol, .layoverCol2 {
	margin-top:18px;
}

#calcFlightQuantityRow {
	width: 60px;
}

.calcHead {
	font: bold 15px "trebuchet ms",helvetica, arial;
	margin-bottom: 14px;
	color: #066ba0;
}

.calcInstructions {
	display: block;
	position: relative;
	font: normal 14px arial;
	margin-bottom: 14px;
	text-shadow: #bdbdbd 2px 2px 3px;
	width: 99%;
}

.calcLabel, .calcFormField, .calcLayoverField {
	display: block;
	position: relative;
	width: 240px;
}

.calcLabel {
	font: normal 13px arial;
}

.calcFormField, .calcLayoverField, .closeableField {
	font: bold 16px "trebuchet ms",arial;
	color: #503f43;
	border: 1px solid #a9a9a9;
	background-color: #FFF;
	background: 0;
}

.closeableField {
	border: 0;
	background: 0;
	width: 220px;
}

.calcLayoverField {
	border: 1px solid #c5e29f;
}

.calcFormField option {
	text-transform: capitalize;
	background-color: #FFF;
}

.calcRow, .calcRowHide, .totalsRow {
	display: block;
	position: relative;
}

.totalsRow {
	width: 447px;
	padding: 2px;
	border: 2px solid #d4d4d4;
	margin: 5px 0;
	background-color: #fff;
}

.calcRowHide {
	display: none;
}
#gaYellowBox {
	background-image: url(/images/boxGreenAccount.png);
	width: 265px;
	height: 502px;
	line-height: normal;
}
#addFlightLegDiv {
	display: inline;
	position: relative;
	font: normal 12px arial, helvetica;
	color: #69A;
	cursor: pointer;
}

#footer {
	display: block;
	position: relative;
	width: 900px;
	height: 195px;
	background: url( /images/bg_bottom_safari.gif ) no-repeat;
	margin-top: 30px;
}

#footerText {
	display: block;
	position: relative;
	width: 450px;
	margin: auto;
	padding-top: 130px;
	color: #88b4b5;
	font: normal 9.5px arial;
	text-align: center;
	line-height: 20px;
}

#footerText a, #footerText a:hover {
	color: #88b4b5;
	text-decoration: none;
}

#columns {
	display: block;
	position: relative;
	margin: 18px 8px;
}

#leftColumn {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 120px 14px;
	width: 175px;
}

#midColumn {
	display: block;
	position: relative;
	float: left;
	padding-right: 20px;
	margin: 0;
	width: 346px;
}

#rightColumn {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 315px;
}

#powerPlantBox {
	background-image: url( /images/box_power_plant.png );
	width: 313px;
	height: 194px;
	color: #FFFFFF;
	margin-top: 10px;
}

#leafBox {
	display: block;
	position: absolute;
	left: 0px;
	top: 260px;
	z-index: 2;
}

.miniHeader {
	font: bold 14px helvetica, arial;
	margin-top: 30px;
	margin-bottom: 20px;
}

.textLink {
	color: #88B4B5;
	cursor: pointer;
}
p {
	margin: 5px 0px 5px 0px
}

.clearer {
	clear: both;
}

/* Carbon Calc */
#flightsForm, #elecForm {
	display: block;
	position: relative;
}

#oneWayCheckBox, #rndTripCheckBox {
	display: block;
	position: relative;
	float: left;
	height: 20px;
	width: 20px;
	background: url(/images/checkbox.gif) no-repeat;
	background-position: bottom right;
}

#rndTripCheckBox {
	margin-left: 20px;
}

#oneWayCheckBoxLabel, #rndTripCheckBoxLabel {
	display: block;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: 4px;
	font: normal 12px arial;
}

#tripCheckMark {
	display: block;
	position: absolute;
	z-index: 2;
	margin-top: -24;
	margin-left: 102px;
}

.airportGuessDivs {
	display: none;
	position: absolute;
	border: 1px solid #999;
	background-color: #dfefff;
	z-index: 3;
	margin: 0;
	width: 240px;
}

.guessRow, .guessRowHover {
	font: normal 11px arial, helvetica;
	border-bottom: 1px dotted #369;
	padding: 2px;
	color: #369;
	cursor: pointer;
	text-align: left;
}

.guessRowHover {
	background-color: #369;
	color: #FFF;
	cursor: pointer;
}

.guessRow:hover {
}

#totalsArea {
	display: block;
	position: relative;
	margin-top: 20px;
}

#totalsBlock {
	border: 1px solid #eee;
}

#calcTotalHeadRow {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	padding: 1px;
}

.calcTotalCol, .calcTotalCol_Type, .calcTotalCol_Label, .calcTotalCol_CO2, .calcTotalCol_Remove {
	display: block;
	position: relative;
	font: normal 11px arial;
	float: left;
	width: 66px;
}

.calcTotalCol_Type {
	width: 50px;
}

.calcTotalCol_Label {
	width: 160px;
}

.calcTotalCol_CO2 {
	width: 40px;
}

.calcTotalCol_Remove {
	width: 35px;
}

#footprintSlots {
	padding-top: 26px;
}

#footprintSlot_Flights, #footprintSlot_Cars, #footprintSlot_Electric, #footprintSlot_NaturalGas {
	display: block;
	position: relative;
	float: left;
	width: 54px;
	margin-left: 20px;
	text-align: center;
}

#footprintSlot_Flights {
	margin-left: 15px;
}

#footprint_Flights, #footprint_Cars, #footprint_Electric, #footprint_NaturalGas {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 40px;
	height: 94px;
	background-color: #986734;
}

#footprint_FlightsTxt, #footprint_CarsTxt, #footprint_ElectricTxt, #footprint_NaturalGasTxt {
	display: block;
	position: relative;
	width: 54px;
	margin-top: 7px;
	padding-top: 7px;
	border-top: 3px solid #e0e0e0;
}

#footprint_Flights {
	background: url(/images/footprint_orange_swatch.jpg) no-repeat;
	background-position: 0px 100px;
}

#footprint_Cars {
	background: url(/images/footprint_green_swatch.jpg) no-repeat;
	background-position: 0px 100px;
}

#footprint_Electric {
	background: url(/images/footprint_yellow_swatch.jpg) no-repeat;
	background-position: 0px 100px;
}

#footprint_NaturalGas {
	background: url(/images/footprint_blue_swatch.jpg) no-repeat;
	background-position: 0px 100px;
}

#footprintTotalBox {
	display: block;
	position: relative;
	height: 90px;
	width: 301px;
	margin-top: 18px;
	margin-left: 4px;
	background: url(/images/total_emissions_box_grey.jpg) no-repeat;
	padding-left: 84px;
	padding-top: 12px;
	font: bold 36px arial;
	color: #369;
	text-align: center;
}

.linky {
	color: #066ba0;
	cursor: pointer;
}

.linky:hover {
	text-decoration: underline;
}

#carForm, #flightsForm, #elecForm, #naturalGasForm {
	display: none;
	height: auto;
	overflow: auto;
}

#loginDiv, #registerDiv, #savedataDiv, #loadDataDiv, .howDiv {
	display: none;
	position: absolute;
	margin: -23px 0 0 280px;
	z-index: 10;
}

.howDiv {
	margin: 0;
}

#saveCalcLoginDiv {
	display: none;
}

#saveCalcSaveButtonDiv {
	display: none;
	text-align: right;
	margin-right: 28px;
}

#saveLoginButtons, #saveCreateAccountButtons {
	display: block;
	position: relative;
	padding-right: 30px;
	text-align: right;
}

#saveDialogCreateAccountDiv, #saveCreateAccountButtons, #saveDataCreateInstr {
	display: none;
	position: relative;
}

#savedataDiv {
	margin-top: -6px;
	margin-left: -130px;
}

#loadDataDiv {
	margin-top: 0px;
	margin-left: 440px;
}

#loginDivBody, #registerDivBody, #savedataDivBody, #loadDataDivBody, .howDivBody {
	width: 425px;
	padding: 0px 0 0 26px;
	background: url(/images/dialogbox_bg.png) repeat-y;
}

.howDivBodyTxt {
	text-align:left;
	padding-right:15px;
}

.regFieldAndLabel, .dialogFieldAndLabel {
	display: block;
	position: relative;
	float: left;
	width: 200px;
	margin-bottom: 12px;
	margin-right: 10px;
}

.regFullWidth, .dialogFullWidth {
	display: block;
	position: relative;
	width: 395px;
	padding-bottom: 12px;
	margin-right: 10px;
}

.regLabel, .regLabelFW, .dialogLabel {
	display: block;
	position: relative;
	font: normal 13px arial;
}

.regField, .regFieldFW, .dialogField {
	font: normal 14px arial;
	border: 1px solid #666;
	background-color: #FFF;
	background: 0;
	color: #369;
	width: 185px;
}

.dialogFieldDiv, .dialogFieldFWDiv {
	display: block;
	overflow: auto;
	width: 401px;
	height: 25px;
}

.dialogFieldDiv {
	width: 210px;
}

.regFieldFW, .regLabelFW {
	width: 395px;
}

#regButtons {
	display: block;
	position: relative;
	padding-right: 30px;
	text-align: right;
}

.loadDataListItem {
	display: block;
	position: relative;
	padding: 3px 3px 3px 0;
}
/*Offset Page*/
.yellowBox {
	background-color: #F9F3ED;
	padding: 10px;
	margin-bottom: 20px;
}
table {
	font-size: 12px;
	border: 1px solid #808080;
	background-color: #FFFFFF;
}
.tableHeader {
	background-color: #808080;
	color: #FFFFFF;
}
.greenHeader {
	font-size: 24px;
	font-weight: bold;
	color: #5B9211;
	margin-bottom: 10px;
	margin-top: 40px;
}
.greyBox {
	background-color: #ECECEC;
	padding: 10px;
	margin-bottom: 20px;
}
.cell1 {
	float: left; 
	text-align: right; 
	width: 100px; 
	padding: 5px;
}
.cell2 {
	float: left; 
	text-align: right; 
	width: 150px; 
	padding: 5px;
}
#ecoFactoid {
	background-image: url(http://soplocal/images/box_eco_factoid.png);
	margin-left: 4px;
	margin-top: 10px;
	height: 139px;
	width: 308px;
}
