/* sitewide */

body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	letter-spacing: -0.01em;
	background-image: url('/i/page-background.gif');
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 0.9em;
}

h1
{
	font-size: 1.2em;
}

h2
{
	font-size: 1.2em;
	font-weight: normal;
}

a
{
	color: #277600;
}

div.error
{
	border: solid 2px maroon;
	padding: 10px;
	color: white;
	font-size: 1em;
	background-color: #cc6666;
}

/* for when divs just won't do */
table.cleantable
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
}

/* header with logo and tagline */

div#header-wrap
{
	height: 100px;
	text-align: center;
}

div#header
{
	margin: 0 auto;
	/* padding: 8px 0 10px 0; */
	width: 1002px;
	height: 100px;
	text-align: left;
	background-image: url('/i/top-banner.gif');
	background-position: top left;
	background-repeat: none;
}

div#header h1
{
	padding: 0;
	margin: 0;
	letter-spacing: -0.05em;
}

/* login/user stuff */

div#user
{
	float: right;
	font-size: .8em;
	padding: 10px 15px 0 0;
	display: none;
}

div#user table
{
	border-collapse: collapse;
}

div#user table th
{
	font-weight: normal;
	text-transform: uppercase;
	font-size: .8em;
	padding-left: 2px;
}

/* navigation menu */

div#nav-wrap
{
	height: 25px;
	text-align: center;
	background-image: url('/i/nav-background.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

div#nav
{
	margin: 0 auto;
	width: 1002px;
	height: 25px;
	padding: 5px 0 0 0;
	text-align: left;
	font-size: .75em;
	font-weight: bold;
	color: #555555;
	text-transform: uppercase;
}

div#nav a
{
	text-decoration: none;
	color: #6bb53b;
	padding: 0 10px;
	letter-spacing: -0.02em;
}

div#nav a:hover
{
	color: white;
}

div#nav span.home
{
	position: relative;
	left: 7px;
}

div#nav span.other
{
	position: relative;
	left: 40px;
}

/* main content */

div#main-wrap
{
	text-align: center;
}

div#main
{
	margin: 0 auto;
	width: 970px;
	text-align: left;
	padding: 10px 15px 30px 15px;
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
	background-color: #eeeeee;
}

/* footer */

div#footer-wrap
{
	text-align: center;
}

div#footer
{
	margin: 0 auto 15px auto;
	width: 970px;
	text-align: left;
	padding: 2px 15px;
	background-color: #cccccc;
	border: solid 1px #bbbbbb;
	color: #333333;
	font-size: .75em;
}

div#footer p
{
	margin: 0;
	padding: 0;
}

/* flight search form */

div.search-form
{
	border: solid 1px #cccccc;
	padding: 0 15px 15px 15px;
	margin: 15px 0 15px 0;
	width: 500px;
	background-color: white;
	font-size: .9em;
}

div.search-form h1
{
	background-color: #2c78b9;
	color: white;
	font-weight: bold !important;
	font-size: 1em;
	margin: -1px -15px 10px -15px;
	padding: 2px 15px;
}

div.search-form table.steps
{
	border-collapse: collapse;
	margin: 0 0 10px 0;
	padding: 0;
}

div.search-form table.steps th
{
	width: 30px;
	clear: both;
	color: #2c78b9;
	font-size: 2.1em;
	font-weight: bold;
}

div.search-form table.steps td
{
	color: #2c78b9;
	font-size: 1.1em;
	padding-right: 15px;
	padding-bottom: 10px;
}

div.search-form table.steps td.note
{
	width: 35%;
	padding: 0;
}

div.search-form table.steps td.note div
{
	border: dotted 1px #999999;
	background-color: #f7f7f7;
	padding: 5px;
	color: #333333;
	font-size: .9em;
	text-align: center;
	font-weight: bold;
}

div.search-form table.form
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

div.search-form table.form th
{
	text-align: right;
	width: 130px;
	padding-right: 5px;
	font-weight: normal;
}

/* flight search results */

div.flights table.headline-wrapper
{
	border-collapse: collapse
}

div.flights table.headline-wrapper td
{
	border-bottom: dotted 1px #999999;
}

div.flights h1
{
	font-weight: normal;
	line-height: 115%;
}

div.flights h1.second
{
	font-weight: normal;
	line-height: 115%;
	margin-left: 30px;
}

div.flights h1 span.tagline
{
	font-size: .75em;
	color: #333333;
}

div.flights h1 span.place
{
	font-weight: bold;
	color: #2c78b9;
}

div.flights table.main
{
	width: 100%;
	border-collapse: collapse;
	font-size: .9em;
}

div.flights table.main th
{
	font-size: .9em;
	background-color: #2c78b9;
	color: white;
	padding: 2px 5px;
}

div.flights table.main td
{
	border-bottom: solid 3px #2c78b9;
	padding: 3px 5px;
}

div.flights table.main td.num
{
	color: #2c78b9;
	font-weight: bold;
	padding-top: 6px;
}

div.flights table.segment
{
	width: 100%;
	margin-left: -5px;
	border-collapse: collapse;
}

div.flights table.segment td
{
	border: none;
}

div.flights table.segment td.subsequent
{
	border-top: dotted 1px #999999;
}

div.flights dl
{
	margin-top: 0;
	width: 400px;
}

div.flights dl dt
{
	float: left;
	font-size: .75em;
	text-transform: uppercase;
	clear: both;
	width: 50px;
	text-align: right;
	padding-top: 2px;
}

div.flights dl dd
{
	float: left;
	margin: 0 0 5px 10px;
	padding: 0;
	line-height: 110%;
	width: 330px;
}

div.flights dl dd.distance
{
	font-style: italic;
	font-size: .9em;
}

div.flights dl span.location
{
	font-size: .9em;
	font-weight: bold;
}

/* browse table */

div.browse
{
	clear: both;
}

div.browse h2
{
	background-color: #2c78b9;
	color: white;
	padding: 3px 5px;
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 0;
}

div.browse table
{
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 5px 0 10px 0;
}

div.browse table td
{
	border-bottom: dotted 1px #999999;
	padding: 5px;
}

div.browse table td span.link
{
	font-size: .9em;
}

/* unsorted */

div.airport-flights
{
}

div.airport-flights h1
{
	font-weight: normal;
	line-height: 115%;
}

div.airport-flights h1 span.tagline
{
	font-size: .75em;
	color: #333333;
}

div.airport-flights h1 span.airport
{
}

div.airport-flights h1 span.place
{
	font-weight: bold;
	color: #2c78b9;
}

div.airport-flights table
{
	width: 970px;
	border-collapse: collapse;
	font-size: .9em;
}

div.airport-flights table th
{
	background-color: #2c78b9;
	color: white;
	font-size: .9em;
	padding: 3px 5px;
}

div.airport-flights table td
{
	border-bottom: dotted 1px #999999;
	padding: 3px 5px;
}

div.airport-flights table td.international
{
	border-top: solid 3px #2c78b9;
}

div.airport-flights table th.col1
{
	width: 200px;
}

div.airport-flights table th.col2
{
	width: 200px;
}

div.airport-flights table th.col3
{
	width: 400px;
}

div.airport-flights table th.col4
{
	width: 200px;
}

div.airport-flights table td.col1
{
	width: 200px;
	font-weight: bold;
}

div.airport-flights table td.col2
{
	width: 200px;
}

div.airport-flights table td.col3
{
	width: 400px;
}

div.airport-flights table td.col4
{
	width: 200px;
}

/* map iframe */

iframe.airport-map
{
	background-color: white;
	width: 418px;
	height: 221px;
	margin-right: 15px;
	/* margin-top: 25px; */
	border: solid 1px #cccccc;
}

/* other nearby airports */

div.nearby-airports
{
	border-top: solid 3px #2c78b9;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 0 15px 15px 15px;
	/* margin: 25px 0 5px 0; */
	margin: 0 0 5px 0;
	width: 500px;
	background-color: white;
	font-size: .9em;
}

div.nearby-airports h2
{
	font-size: 1em;
	font-weight: bold;
}

div.nearby-airports table
{
	width: 100%;
	border-collapse: collapse;
}

div.nearby-airports table th
{
	background-color: #2c78b9;
	color: white;
	font-size: .8em;
	padding: 1px 5px;
}

div.nearby-airports table td
{
	border-bottom: dotted 1px #999999;
	padding: 1px 5px;
	font-size: .9em;
}

/* list of flights for a particular airline */

div.airline-flights h1
{
	font-weight: normal;
	line-height: 115%;
}

div.airline-flights table
{
	width: 765px;
	border-collapse: collapse;
	font-size: .9em;
}

div.airline-flights table th
{
	background-color: #2c78b9;
	color: white;
	font-size: .9em;
	padding: 3px 5px;
}

div.airline-flights table td
{
	border-bottom: dotted 1px #999999;
	padding: 3px 5px;
}

div.airline-flights table td.next-from
{
	border-top: solid 3px #2c78b9;
}

div.airline-flights table td span.place
{
	font-weight: bold;
}

div.airline-flights table td.col1
{
	width: 40%;
}

div.airline-flights table td.col3
{
	width: 20%;
}

div.airline-flights table td.col3
{
	width: 40%;
}

/* FAQ pages */

div.faq blockquote.q
{
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	text-indent: -26px;
	padding-left: 26px;
}

div.faq p.a
{
	margin-top: 5px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #999999;
	text-indent: -26px;
	padding-left: 26px;
}

div.faq span.q
{
	color: #2c78b9;
	font-weight: bold;
	font-size: 1.5em;
	font-style: normal;
	padding-right: 5px;
}

div.faq span.a
{
	color: #999999;
	font-weight: bold;
	font-size: 1.5em;
	font-style: normal;
	padding-right: 6px;
	padding-left: 2px;
}

div.faq-table
{
	 margin-left: 15px;
}

div.faq-table table
{
	border-collapse: collapse;
}

div.faq-table table th
{
	background-color: #2c78b9;
	color: white;
	font-size: .9em;
	padding: 3px 5px;
	border-right: solid 1px #eeeeee;
}

div.faq-table table td
{
	background-color: white;
	border: solid 1px #eeeeee;
	padding: 3px 5px;
}

div.faq-table table td.pitch
{
	text-align: center;
}

/* logos */

img.airline-list-logo
{
	padding: 4px 5px;
	background-color: white;
	border: solid 1px #d7d7d7;
	float: right;
}

/* sidebar on airline pages */

td.sidebar
{
	width: 160px;
	padding: 8px 15px;
	background-color: #2c78b9;
	color: white;
}

td.sidebar a
{
	color: white;
}

div.airline-sidebar
{
	width: 150px;
	padding: 0;
	font-size: 80%;
	margin-bottom: 20px;
}

div.airline-sidebar div.phone
{
	border-top: dotted 1px white;
	padding: 4px 0;
}

div.airline-sidebar div.phone-location
{
	font-weight: bold;
	color: #ddd;
}

div.airline-sidebar div.phone-number
{
	text-align: right;
}

div.airline-sidebar span.phone-international
{
	color: #ccc;
	font-size: 70%;
}

div.airline-sidebar h2
{
	margin: 5px 0 7px 0;
	font-weight: bold;
}

div.airline-sidebar h3
{
	margin: 2px 0;
	font-weight: normal;
}










