table {
		border-collapse:	collapse;
}

tbody.flightdata {		
	margin:  0px;		
	padding:  0px;
}

td, th {
	border:	0px;
	padding: 0px;
	margin:	0px;
	color:	#000;
} 
	
table#flightstatus { border:0px; margin-top:34px; width:100%; }

#flightstatus th { text-align: left; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold; background-color: #369; color: white; padding: 6px;}
#flightstatus th.airline { width: 200px; padding-right: 12px; }
#flightstatus th.flight { width: 60px; padding-right: 12px;}
#flightstatus th.city { width: 200px; padding-right: 12px;}
#flightstatus th.time { width: 60px; padding-right: 12px;}
#flightstatus th.est { width: 60px; padding-right: 12px;}
#flightstatus th.status { width: 140px; background-color: #369; color: white;}
#flightstatus th.gate { width: 16px; }

#flightstatus td { 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	padding-bottom: 9px; 
	margin-bottom: 2px; 
}

#flightstatus td.airline { padding-left: 6px; color: #000; }
#flightstatus td.flight { padding-left: 6px; color: #000; }
#flightstatus td.city { padding-left: 6px; color: #000; }
#flightstatus td.time { padding-left: 6px; color: #000; }
#flightstatus td.est { padding-left: 6px; color: #000; }
#flightstatus td.statuscompleted { padding-left: 6px; color: #666; }
#flightstatus td.statusontime { padding-left: 6px; color: #000; }
#flightstatus td.statusdelayed { padding-left: 6px; color: #930; }
#flightstatus td.statusboarding { padding-left: 6px; color: green; }
#flightstatus td.statuscheckinopen { padding-left: 6px; color: green; }
#flightstatus td.statusdefault { padding-left: 6px; color: black; }
#flightstatus td.statusfinalcall { padding-left: 6px; color: red; }
#flightstatus td.statuscancelled { padding-left: 6px; color: black; }
#flightstatus td.gate { color: #000; text-align: center; }

#flightstatus a:link { text-decoration: none; color: inherit; }
#flightstatus a:active { text-decoration: none; color: inherit; }
#flightstatus a:visited { text-decoration: none; color: inherit; }
#flightstatus a:hover { text-decoration: underline; color: #369;}

div.disclaimers { padding-top: 24px; }
div.disclaimers p { font-size: 9px; line-height: 14px; }

div.disclaimers a:link { text-decoration: none; color: #369; }
div.disclaimers a:active { text-decoration: none; color: #369; }
div.disclaimers a:visited { text-decoration: none; color: #369; }
div.disclaimers a:hover { text-decoration: underline; color: #369; }

a:link { text-decoration: none; color: black; }
a:active { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: none; color: black; }

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/three_tone_bg_2.gif);
	background-repeat: repeat-y;
	background-color: #DFE4E0;
	}

h1 {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #030;
	line-height: 26px;
	padding-bottom: 18px;
}

h2 {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #030;
	line-height: 26px;
	padding-bottom: 18px;
}

td { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:  10px; 
}

th { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:  12px; 
	font-weight: bold; 
	text-align: left;
}

td.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #036;
}

tr.odd {
	background-color: #ECEFEC;
}

tr.even {
	background-color:#FFFFFF;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;	
}

div#pagecontainer {
	width: 758px;
}

div#header {
	width: 758px;
	height: 114px;
	background-image: url(images/skyline_r2.jpg);
	background-repeat: no-repeat;
	/* font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; */
	
	font-family:Georgia,Serif;
  	font-weight:normal;
  	text-transform:capitalize;
  	font-style:italic;
  
	color:#C4E1DD;
	padding:0px;
	font-size: 16px;
}

div#header_alt2 {
	width: 758px;
	height: 114px;
	background-image: url(images/survey_header.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#FFFFFF;
	padding:0px;
	font-size: 18px;
}

div#menubar {
	height: 22px;
	width: 758px;
	background-image: url(images/menubar_bg_dk.gif);
	background-repeat: repeat-x;
	padding-left: 9px;
	padding-top: 2px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 20px;
	width: 749px;
}

html>body div#menubar {width: 749px;}

.menuitem {
	/*display: inline;*/
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333;
	margin-right: 9px;
	padding-right: 9px;
	padding-top: 3px;
	border-right: 1px solid #999;
}

.menuitem a:link { color: #669; text-decoration: none; }
.menuitem a:active { color: #669; text-decoration: none; }
.menuitem a:visited { color: #669; text-decoration: none; }
.menuitem a:hover { color: #99C; text-decoration: none; }

div#col_left {
	float: left;
	background-image: url(images/shade_leftcol.gif);
	background-repeat: repeat-x;
	width: 161px;
	padding-top: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 161px;
}
html>body div#col_left {width: 161px;}


.left_menu_item
{
	/* modified left pad to  accomodate longer menu text */
	display:block;
	width: 161px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 12px; /* was padding-left: 20px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #E5B54D;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 149px; /* was width: 141px; */

}
html>body .left_menu_item {width: 149px;} /* was width: 141px; */

.left_menu_item a:link {color: #E5B54D; text-decoration: none;}
.left_menu_item a:active {color: #E5B54D; text-decoration: none;}
.left_menu_item a:visited {color: #E5B54D; text-decoration: none;}
.left_menu_item a:hover {color: #FFF; text-decoration: none;}



.left_menu_item_active
{
	display:block;
	width: 161px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #600;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 141px;

}
html>body .left_menu_item_active {width: 141px;}


.left_menu_heading
{
	/*width: 161px;*/
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
}


div#maincontent {
	float: right;
	background-image: url(images/shade_middlecol.gif);
	background-repeat: repeat-x;
	/* margin-left:161px; added 5-9-05 AW */
	width: 597px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	padding: 30px;
	padding-top: 29px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width:537px;
}
html>body div#maincontent {width: 537px;}



div#col_middle {
	float: left;
	background-image: url(images/shade_middlecol.gif);
	background-repeat: repeat-x;
	width:422px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	padding: 30px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width:362px;
}
html>body div#col_middle {width: 362px;}


#col_right {
	float: left;
	background-image: url(images/shade_rightcol.gif);
	background-repeat: repeat-x;
	width: 175px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;

}

.leftcol_menu_panel {
	width: 161px;
	background-image: url(images/arrowdown.gif);
	background-position: 0pt 0pt;
	background-color: #930;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	border-top: 1px solid #C60;
	border-right: 1px solid #600;
	border-bottom: 1px solid #600;
	padding-left: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	font-weight: bold;
	color: #cc9;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 134px;
}
html>body .leftcol_menu_panel {width: 134px;}

.leftcol_menu_panel a:link {color: #cc9; text-decoration: none;}
.leftcol_menu_panel a:active {color: #cc9; text-decoration: none;}
.leftcol_menu_panel a:visited {color: #cc9; text-decoration: none;}
.leftcol_menu_panel a:hover {color: #FFF; text-decoration: none; }

.leftcol_menu_panel_active {
	width: 161px;
	background-image: url(images/arrowdown.gif);
	background-position: 0pt 0pt;
	background-color: #600;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	border-top: 1px solid #C60;
	border-right: 1px solid #600;
	border-bottom: 1px solid #600;
	padding-left: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	font-weight: bold;
	color: #FFF;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 134px;
}
html>body .leftcol_menu_panel_active {width: 134px;}

.leftcol_menu_panel_active a {color: #FFF; text-decoration: none;}

.lheading {
	display:block;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-left: 12px;
	margin-top: 6px;
	}
	
.lheading_active {
	display:block;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	color: #DE905A;
	padding-left: 12px;
	margin-top: 6px;
	}
	
.lcoltext {
	display:block;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-left: 12px;
	font-weight:normal;
}

.lcoltext a:link { color: #E5B54D; text-decoration:none;}
.lcoltext a:active { color: #E5B54D; text-decoration:none;}
.lcoltext a:visited { color: #E5B54D; text-decoration:none;}
.lcoltext a:hover { color: #FFFFFF; text-decoration:none;}

.rightcol_menu_panel {
	width: 175px;
	background-image: url(images/arrowdown.gif);
	background-position: 0pt 0pt;
	background-repeat: no-repeat;
	margin-bottom: 14px;
	padding-left: 26px;
	padding-right: 9px;
	font-family: Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	font-weight: bold;
	color: #CCF;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 140px;
}
html>body .rightcol_menu_panel {width: 140px;}

.rightcol_menu_panel a {
	font-size: 10px; 
	color: #CCF; 
	text-decoration: none; 
	font-weight: bold; 
	line-height: 12px; 
	}
	
.rightcol_menu_panel a:active {color: #CCF; text-decoration: none;}
.rightcol_menu_panel a:visited {color: #CCF; text-decoration: none; }
.rightcol_menu_panel a:hover {color: #FFF; text-decoration: none;}

#homepage_feature {

	font-family: Verdana,Trebuchet,  sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: 340px;
	left: 0px;
	z-index: 100;
	width: 583px;
	height: 378px;
	background-image: url(images/realtime.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #696;
	padding-left: 181px;
	padding-top: 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 402px;
	height: 358px;
}


.headline1 {
	font-family:Georgia,Serif;
	font-size: 20px;
	color: #333;
	line-height: 26px;
	padding-bottom: 6px;
}

.headline2 {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 26px;
	padding-bottom: 6px;
}

/*
td.sectionheading {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #369;
	text-align: left;
	line-height: 26px;
	padding-bottom: 6px;
	padding-top: 33px;
}
*/

td.sectionheading {
	font-family:Georgia,Serif;
  	font-weight:normal;
	font-size: 20px;
	color: #333;
	text-align: left;
	line-height: 26px;
	padding-bottom: 6px;
	padding-top: 33px;
}

.subhead1 {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #036;
	line-height: 24px;
	padding-top: 16px;
	text-align: center;
}

.subhead1 a:link {text-decoration:none; color:black;}
.subhead1 a:hover {text-decoration:underline; color:black;}

.subhead2  {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #036;
	line-height: 13px;
	text-align: center;
}

.news_headline {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #369;
	line-height: 16px;
	padding-top: 16px;
}

.news_headline a:link {text-decoration:none; color:#369;}
.news_headline a:active {text-decoration:none; color:#369;}
.news_headline a:visited {text-decoration:none; color:#369;}
.news_headline a:hover {text-decoration:underline; color:#369;}

.disclaimer {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000;
	line-height: 12px;
}

.bodytext_color1 {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 13px;
}

div#footer {
	float:left;
	width: 758px;
	padding-left: 180px;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #336;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 578px;
}