span.match {
	font-weight: bold;
}


body
{
	background-color: #fff;
	margin-top:0px;
	background-image:url(../img/bg.gif);
	padding-top:0px;
	font-family: sans-serif;
	font-size: 90%;
	height:100%;
}


#head
{
	position:relative;
	top:0px;
	text-align: left;
	height: 111px;
	background-color:#0066cb;
	border-bottom: 0;
	background-image:url(../img/header-topright.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding:0;
	margin:0;
}

#page-container
{
	top:0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right:10px;
	padding-top:0;
	padding-bottom:40px;
	background-image:url(../img/bgbody.gif);
	height:100%;
}

div.auto_complete {
	position:absolute;
    width:250px;
    background-color:white;
    //border:1px solid black;
    margin:0px;
    padding:0px;
	font-size: 85%;
}
ul.contacts  {
  list-style-type: none;
  margin:0px;
  padding:0px;
}
ul.contacts li.selected { background-color: #ffb; }

li.contact {
  list-style-type: none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
}

li.contact div.image {
  float:left;
  width:32px;
  height:32px;
  margin-right:8px;
}

li.contact div.name {
  font-weight:bold;
  font-size:12px;
  line-height:1.2em;
}

li.contact div.email {
  font-size:10px;
  color:#888;
}

#list {
  margin:0;
  margin-top:10px;
  padding:0;
  list-style-type: none;
  width:250px;
}

#list li {
  margin:0;
  margin-bottom:4px;
  padding:5px;
  border:1px solid #888;
  cursor:move;
}

input.airport-input, input.short-input {
	border: 1px #aaaaaa solid;
	padding-left: 5px;
}

input.short-input {	
	width: 50px;
}

input.airport-input {	
	width: 180px;
}

div.module {
	background-color: #eaebeb;
	width: 700px;
	margin-left: 50px;
}

div.module div.top, div.module div.bottom {
	background-color: #eaebeb;
	height: 12px;
}

div.module div.top {	
	background: url('/images/calculator/rounded_grey_top_700px.gif') no-repeat;
}

div.module div.bottom {	
	background: url('/images/calculator/rounded_grey_bottom_700px.gif') no-repeat;
}

div.module div.content {
	padding: 0 26px 0 10px;
}

div.module div.content div.element {
	margin: 0 0 7px 0;
}

div.module-hollow {
	width: 700px;
	background: url('/images/calculator/rounded_grey_hollow_sides_700px.gif') repeat-y #ffffff;
}

div.module-hollow div.top, div.module-hollow div.bottom {
	background-color: #ffffff;
	height: 15px;
}

div.module-hollow div.top {	
	background: url('/images/calculator/rounded_grey_hollow_top_700px.gif') no-repeat;
}

div.module-hollow div.bottom {	
	background: url('/images/calculator/rounded_grey_hollow_bottom_700px.gif') no-repeat;
}

div.module-hollow div.content {
	padding: 0 26px 0 15px;
}

div.module-hollow div.content div.element {
	margin: 0 0 7px 0;
}

div.module-totals {
	background-color: #98d0e7;
	width: 700px;
	margin-left: 50px;
}

div.module-totals div.top, div.module-totals div.bottom {
	background-color: #98d0e7;
	height: 12px;
}

div.module-totals div.top {	
	background: url('/images/calculator/rounded_blue_top_700px.gif') no-repeat;
}

div.module-totals div.bottom {	
	background: url('/images/calculator/rounded_blue_bottom_700px.gif') no-repeat;
}

div.module-totals div.content {
	padding: 0 26px 0 10px;
}

div.module-totals div.content div.element {
	margin: 0 0 7px 0;
}

div.module-totals p {
	padding: 0;
	margin: 0;
}

div.module, div.module-hollow, div.module-totals {
	margin-bottom: 10px;
}

div.module h3, div.module-hollow h3, div.module-totals h3 {
	font-size: 105%;
}

div.module h4, div.module-hollow h4, div.module-totals h4 {
	margin: 0;
	margin-bottom: 6px;
	padding: 0;
}

span.col-label {
	padding-top: 3px;
	width: 130px;
	display: block;
	float: left;
}

div.left-col {
	float: left;
}

div.right-col {
	float: left;
}

div.clear {
	clear: both;
}

h3 {
	margin: 0 0 8px 0;
	padding: 0;
}

div.results {
	padding: 0;
	margin: 0;
}

div.results p, p.notes {
	color: #444444;
}

div.results p {
	margin: 0;
	padding: 0;
	font-size: 115%;
}

p.function_link {
	float: right;
	margin: 0;
	padding: 5px 0 5px 0;
}

p.function_link a {
	font-size: 90%;
	text-decoration: none;
}

p.function_link a:hover {
	font-size: 90%;
	text-decoration: underline;
}

p.function_link a:visited {
	color: #0000ee;
}

div#outbound-flight, div#return-flight {
	width: 317px;
}

div#outbound-flight {
	padding: 10px 15px 0 0;
	border-top: 1px solid silver;		
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	margin-bottom: 7px;

}

div#return-flight {
	padding: 10px 0 0 13px;
	border-top: 1px solid silver;		
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;	
	margin-bottom: 7px;
}
form.calculator_form {
	float: right;
}

span.left {
	float: left;
	padding: 0;
	margin: 0;
}

span.right {
	float: right;
	padding: 0;
	margin: 0;
}

div.results p {
	text-align: center;
}

span.id {
	display: none;
}

div#add-airport-out, div#add-airport-return {
	padding: 0;
	margin: -8px 0 0 0;
}

table.summary {
	font-size: 90%;
	border-collapse: collapse;
	border: #d1d3d3 1px solid;
}

table.summary td.total {
	font-weight: bold;
	//border-top: 1px black solid;
	//border-bottom: 2px black solid;

}

table.summary th {
	text-align: left;
	border-bottom: #d1d3d3 1px solid;	
}

table.summary th#description {
	width: 65%;
}

table.summary th#emissions {
	width: 15%;
}

table.summary th#delete {
	width: 20%;
}

table.summary td, table.summary th {
	padding: 5px;
}

table.summary tr.alternate {
	background-color: #d1d3d3;
}


span#overallEmissions {
	font-weight: bold;
}

.note {
	font-size: 90%;
}

.option-description {
	margin: 5px 0 5px 0;
	padding: 0;
}

p.calculatordescription {
	margin-top: -5px;
}

#foot {
	font-size: 80%;
	width: 85%;
	margin: 50px 0 0 7.5% ;
}