﻿
/* NOTE: add @media print stylesheet that doesn't display login box, maybe navigation... */
/* div { border: 1px solid #445992; }*/
	
	
	/* New styles for the header */
.gray { color:#a5a5a5; }
.blue { color:#4d95d7; }
a img { border:none; }
ul, ul li { list-style-image: none; }
ul.inline, ul.inline li { list-style: none none none; display: inline; }
#headerShell .bottom * { font-family:Arial; }
#headerShell { height:72px; width:946px; }
#headerShell .logo { width:240px; float:left; margin-top:20px; text-align:left; }
#headerShell .logo { line-height:normal; }
#headerShell input { border:solid 1px #9b9b9b; }
#headerShell .logo a { color: #a5a5a5; text-decoration: none; font-size:11px; font-family: Arial; }
#headerShell .logo a:visited { color: #a5a5a5; text-decoration: none; }
#headerShell .logo a:active { color: #a5a5a5; text-decoration: none; }
#headerShell .logo a:hover { color: #a5a5a5; text-decoration: none; }
#headerShell .right { float:right; width:700px; text-align:right; margin-top:5px; }
#headerShell .right .bottom { margin-top: 13px; }
#headerShell .inline li { color:#a5a5a5; position:relative; }
#headerShell .inline li img { position:relative; bottom:-3px; }
#headerShell .inline li a { color: #4d95d7; text-decoration: none; font-size:15px; font-weight:bold; }
#headerShell .inline li a:visited { color: #4d95d7; text-decoration: none; }
#headerShell .inline li a:active { color: #000; text-decoration: none; }
#headerShell .inline li a:hover { color: #4d95d7; text-decoration:underline; }
#headerShell .inline li.navItemCurrent a{ color: #000; text-decoration: none; font-size:15px; font-weight:bold; }
#headerShell .inline li.navItemCurrent a:visited { color: #000; text-decoration: none; }
#headerShell .inline li.navItemCurrent a:active { color: #000; text-decoration: none; }
#headerShell .inline li.navItemCurrent a:hover { color: #000; text-decoration:none; }
form { margin: 0px; padding: 0px; }
input.text { height:15px; margin:0px; padding:0px; }
/* end New styles for the header */
	
body { background-color: #ffffff; 
	margin: 0px; 
	padding: 0px; 
	min-width: 946px; 
}
body, td, p { font-size: 11px; 
	font-family: verdana, sans-serif; 
	line-height: 15px;  
}

p { margin-top: 12px; }
a, a:link, a:visited { color: #4e92d6; }
ul { margin-top: 8px; margin-bottom: 0px; padding-left: 7px; margin-left: 10px; }
ul li { list-style-image: url(/images/public/bullet.gif); margin-left: 0px; }

h1 { color: #cc6600; 
	font-size: 27px; 
	font-family: Arial, Sans-Serif;
	margin-bottom: 11px;
	line-height: normal;
	margin-top: 10px;
}
h2 { color: #999999; 
	font-size: 16px; 
	line-height: 20px; 
	margin: 0px; 
	vertical-align: bottom; 
	font-family: Arial, Sans-Serif;
}
h3 { font-size: 14px; 
	margin-bottom: 4px; 
	margin-top: 10px;
	font-family: Arial, Sans-Serif;
}
#content h3 { clear: left; }


th { text-align: left;
	color: #993300;
	font-family: Arial, Sans-Serif; }
td { vertical-align: top; }

/* Navigation styles */
.nav { text-align: right; 
	font-family: arial; 
	margin-top: 8px; 
	color: #999999; 
	font-weight: bold; 
	font-size: 14px; 
	width: 700px;
}
.nav .navItem, .nav .navItemCurrent { display: inline; 
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #cccccc; }
	
.nav a { text-decoration: none;  }
.nav a:hover { text-decoration: underline; }

.nav #navItemHome 
{
	border: 0px;
	padding-right: 0px;
}
.nav .navItemCurrent a, .subnav .navItemCurrent a 
{
	font-weight: bold; 
	color: #cc6600; 
}

#sidebar { float: right; width: 143px; }
.subnav { width: 143px; }
.subnav a { text-decoration: none; }
.subnav .navItem a:hover { text-decoration: underline; }
.subnav .navItem, .subnav .navItemCurrent { border-bottom: 1px solid #cccccc; 
	padding: 2px 2px 2px 1px; 
}
.subnav #navCurrentSection { font-size: 14px; 
	font-weight: bold; 
	font-family: Arial, Sans-Serif;
}

.subnav .navItemCurrent .navItem, .subnav .navItem .navItem, .subnav .navItem .navItemCurrent
{
	padding: 4px 0px 4px 8px; 
	font-size: 10px;
	border-bottom: 0px;
	font-weight: normal;
	line-height: normal;
}
.subnav .navItemCurrent .navItem a { 
	color: #4e92d6;
	font-weight: normal;
}

#branding { float: left; 
	color: #999999; 
	font-size: 11px; 
	font-family: arial; 
	margin-top: 12px; 
}
#branding a { text-decoration: none; color: #999999; }
#login { color: #999999; 
	font-family: arial; 
	font-size: 11px; 
	text-align: right; 
	height: 30px; 
}
#login input { width: 100px; 
	border: 1px solid #999999; 
}

#content { width: 75%; }
#main { margin-top: 8px; 
	clear: both; 
	width: 946px;
	text-align: left;
}
#header { 
	width: 946px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px; padding: 0px; }
	
#footer { 
	width: 946px; 
	clear: both; 
	margin-top: 20px;
	text-align: left;
	padding-left: 10px; }
	
#footer .navItem, #footer .navItemCurrent { display: inline; 
	margin: 0px 8px 0px 0px; 
}
#copyright { font-size: 10px; 
	color: #666666; 
}

.bluefade { background-image: url(/images/public/fade_blue.jpg); 
	background-repeat: repeat-x; 
	padding: 30px 0px 20px 10px; 
}
.bigBlueFade { background-image: url(/images/public/fade_blue_big.jpg);
	background-repeat: repeat-x;
	padding: 10px 20px 20px 10px; 
}
.orangeFade { background-image: url(/images/public/fade_orange.jpg); 
	background-repeat: repeat-x; 
}	
.bigOrangeFade { background-image: url(/images/public/fade_orange_big.jpg); 
	background-repeat: repeat-x; 
}	

#callout { float: right; width: 176px; 
	padding: 15px 8px 15px 8px; 
	border: 1px solid #cccccc; 
	margin: 20px 0px 20px 10px;
}

#callout, #callout p { font-size: 10px; }
#callout ul { margin-top: 0px; }

#quickSearch { clear: both; 
	padding: 10px; 
	border: 1px solid #cccccc; 
}

.bluebg { background-color: #e0f0ff; }

.testimonial { font-family: Georgia, Garamond, 'Times New Roman', Serif; 
	font-size: 12px; 
	line-height: 18px;
}

.formLabel 
{
	border-right: 5px solid #fff2d9;
	color: #993300;
	padding: 3px;
	font-weight: bold;
}

.homeTop .formLabel { border: 0px;
	font-size: 11px; }

input, select { font-size: 11px; font-family: Verdana; }

form { margin: 0px; }

.resultsTable { width: 100%; }
.resultsTableHead { font-family: Arial;
	font-size: 11px; }
.resultsTable td { border-bottom: 1px solid #cccccc;}
.resultsTable th { border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-transform: uppercase; }

#airportTable { width: 555px; }
#airportTable td { font-size: 10px;
	border-bottom: 0px; 
	border-top: 1px solid #cccccc; }
#airportTable th { border-bottom: 0px; }
.aircraftcell 
{
	padding: 0px; 
	margin: 0px;
	background-image: url(/images/public/resources/aircraft_supported_grid.gif);
	background-repeat: repeat-y;
}

.highlight { font-weight: bold; }

.gray { color: #999999; }

.caption { color: #999999; 
	font-size: 10px; }

.outline { border: 1px solid #cccccc; }
.whiteOutline { border: 1px solid #ffffff; 
	margin-right: 5px;}

.aircraftYes
{
	background-color: #4e92d6; 
	width: 30px; 
	height: 15px;
	vertical-align: middle;
	border: 1px solid #666666;
}

.error 
{
	background: #fff2d9 url('/images/xchange/icons/error.gif') no-repeat;
	font-weight: bold;
	color: #993300;
	padding: 2px 4px 2px 30px; 
	width: 90%;
	margin-bottom: 10px;
	min-height: 30px;
}

.errorField, .errorField input 
{
	background-color: #fff2d9; 
}

.confirmation { 
	font-weight: bold; 
}

.button {
	background-color: #cc6600;
	border: 1px solid #000000;
	font-weight: bold;
	color: #ffffff;
	padding: 2px;
	margin-right: 5px;
}

.storySource 
{
	color: #666666; 
	font-weight: bold; 
	margin-top: 5px;
	text-align: right;
}

.additionalProduct 
{
	width: 33%;
	margin: 10px;
	font-size: 10px;
	line-height: 13px;
}

.additionalProductHead 
{
	font-weight: bold; 
	font-size: 11px;
	margin-bottom: 3px;
	margin-top: 6px;
}

.productIcon 
{
	margin-right: 5px; 
	float: left;
}

.alert 
{
	padding: 10px; 
	margin: 10px 0px 10px 0px;
	background-color: #fff2d9;
}

.thumbnailTable { margin-top: 5px;
	float: left; }
.thumbnailTable td { padding-right: 15px; }

.marketingBlurb h3 { margin-top: 2px; font-size: 11px; font-family: verdana; color: #999999; }

.selectedItem { font-weight: bold; font-size: 15px; }

.formFieldName {
font-weight:bold;
text-align:right;
vertical-align:top;
}

.w_20 { width: 20px; }
.w_30 { width: 30px; }
.w_40 { width: 40px; }
.w_50 { width: 50px; }
.w_60 { width: 60px; }
.w_70 { width: 70px; }
.w_80 { width: 80px; }
.w_90 { width: 90px; }
.w_100 { width: 100px; }
.w_120 { width: 120px; }
.w_130 { width: 130px; }
.w_140 { width: 140px; }
.w_150 { width: 150px; }
.w_160 { width: 160px; }
.w_170 { width: 170px; }
.w_190 { width: 190px; }
.w_200 { width: 200px; }
.w_220 { width: 220px; }
.w_230 { width: 230px; }
.w_250 { width: 250px; }
.w_270 { width: 270px; }
.w_290 { width: 290px; }
.w_310 { width: 310px; }
.w_350 { width: 350px; }
