﻿div#travelCalculator
{
	display:inline-block;
	width:100%;
	text-align:left;
}

div#flightInformation
{
	display:inline-block;	
	float:left;
}

div.calculatorComponentContainer
{
	width:100%;
	float:left;
}

div#optionalFlightInfo1
{
	display:none;
	width:100%;
	float:left;	
}

div#optionalFlightInfo2
{
	display:none;
	width:100%;
	float:left;	
}

div#caculatorButton
{
	width:100%;
	float:left;
	position:relative;
	left:420px;
}

div#calculatorResultHeader
{
	width:100%;
	height:35px;
	float:left;
	background-color:#f2e4ca;
}

div#resultContainer
{
	width:100%;
	float:left;
}

div#graphContainer
{
	width:100%;
	float:left;
	border:1px solid;
	border-color:#e4e4e4;
}

div#graphTitile
{
	width:100%;
	float:left;
	position:relative;
	left:10px;
}

div#graphContent
{
	width:90%;
	float:left;
	position:relative;
	left:50px;
}

div#numericResultTextIntro
{
	float:left;
	width:70%;
}

div#numericResult
{
	float:left;
	font-weight:bold;
}

div#graphFlight
{
	width:0%;
	background-color:#e58401;
}

div#graphGround
{
	width:0%;
	background-color:#d52731;	
}

div#graphHotel
{
	width:0%;
	background-color:#a2c810;
}

div#graphTotal
{
	width:0%;
	background-color:#808080;
}

div.graphNumericResults
{
	position:relative;
	left:275px;	
}

div.flightCalculatorSpacer
{
	float:left;
	width:100%;
	height:10px;
}

div.carbonInformation
{
	display:inline-block;	
	float:left;
}

div.flightCalculatorFormElement
{
	float:left;
	position:relative;
	left:10px;
}

div.flightCalculatorText
{
	float:left;
	width:160px;
	font-weight:bold;
}

div.progressBar
{
	display:inline-block;
	width:100%;	
}

div.numericResultContainer
{
	float:right;
	width:30%;	
	position:relative;
	left:9px;
}

div.graphLegend
{
	width:50%;
	float:left;
}

div.graphBarContainer
{
	width:50%;
	float:right;
	position:relative;
	right:75px;
}

div.calcDisclaimer
{
	width:100%;
	float:left;
}
div.calcReferences
{
	width:100%;
	float:left;	
	color:#aeaeae;
	font-size:10px;
}

span#flightHeader
{
	display:inline-block;
	float:left;
	position:relative;
	left:10px;
}

span#travelHeader
{
	display:inline-block;
	float:left;
	position:relative;
	left:10px;
}

span#hotelHeader
{
	display:inline-block;
	float:left;
	position:relative;
	left:10px;
}

span#resultTextHeader
{
	position:relative;
	top:10px;
	left:10px;
	font-weight:bold;
}

img.carbonImage
{
	float:left;
}




div#graphEnergy
{
	width:0%;
	background-color:#e58401;	
}

div#graphAttendee
{
	width:0%;
	background-color:#d52731;
}

div#graphOrganizer
{
	width:0%;
	background-color:#a2c810;
}

div#graphSupplier
{
	width:0%;
	background-color:#1d21e5;
}

div#graphWaste
{
	width:0%;
	background-color:#6f3483;
}


div#eventCalculatorContainer
{
	width:100%;
	float:left;	
}

div#eventCalculatorNavigation
{
	width:100%;
	float:left;	
	font-size:9px;
}

div#navGeneral
{
	background-image:url('/images/carbon_calculator/nav_active_01.gif');
}
div#navAttendee
{
	background-image:url('/images/carbon_calculator/nav_02.gif');
}
div#navOrganizer
{
	background-image:url('/images/carbon_calculator/nav_03.gif');
}
div#navSupplier
{
	background-image:url('/images/carbon_calculator/nav_04.gif');
}
div#navWaste
{
	background-image:url('/images/carbon_calculator/nav_05.gif');
}
div#navSummary
{
	background-image:url('/images/carbon_calculator/nav_06.gif');
}

div.eventCalculatorNavElement
{
	float:left;
}

div.eventCalculatorContent
{
	float:left;
	width:100%;
}

div.eventCalculatorFormHeader
{
	float:left;
	width:60%;
}

div.eventCalculatorFormElement
{
	float:left;
	position:relative;
	left:10px;
	width:40%;
}

div.eventCalculatorSmallFormElement
{
	float:left;
	position:relative;
	left:10px;
	width:35%;
}

div.btnTab
{
	float:right;
}

div.hiddenElement
{
	visibility:hidden;
}

div.eventCalcSubHeader
{
	float:left;
	position:relative;
	left:20px;
	width:40%;
}

div.eventCalcSectionHeader
{
	display:inline;
	float:left;
	width:80%;
	position:relative;
	left:10px;	
}

div.hiddenFormElement
{
	display:none;
	visibility:hidden;	
}

span.EventHeaderSpan
{	
	display:inline-block;
	float:left;
	position:relative;
	left:10px;
	color:#ABBA0A !important;
	font-size:14px;
	font-weight:bold;	
}

span.listOptionalHeader
{	
	font-size:14px;
	font-weight:bold;	
}


