table { border-collapse: collapse; }

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

td, th
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	color: #333;
}

table#flightstatus
{
	border: 0px;
	margin-top: 2em;
	width: 100%;
}

#flightstatus th
{
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.125em;
	font-weight: bold;
	color: #3D74B3;
	padding-bottom: 0.25em;
}

#flightstatus th
{
	border-bottom: 3px solid #e6a910;
/*
	background: #e6a910;
	color: #fff;
	font-weight: bold;
	padding: .375em 0 .25em 1em;
	font-size: 1em;
*/
}

#flightstatus th.airline,#flightstatus th.city
{
	width: 200px;
	padding-right: .5em;
}

#flightstatus th.flight,#flightstatus th.time,#flightstatus th.est
{
	width: 60px;
	padding-right: 1em;
}

#flightstatus th.status { width: 140px; }
#flightstatus th.gate { width: 16px; }

#flightstatus td
{
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	padding-bottom: 9px;
	margin-bottom: 2px;
}

table#flightstatus td
{
	font-size: .9167em;
	padding: .25em 0;
	/*border-bottom: 1px solid #ccc;*/
}

#flightstatus td.statuscompleted { color: #444; font-weight: bold; }

#flightstatus td.statusdelayed
{
	color: #A30;
	font-weight: bold;
}

#flightstatus td.gate
{
	color: #333;
	text-align: center;
}

#flightstatus a:link,#flightstatus a:visited
{
	text-decoration: none;
	color: #3D74B3;
}

#flightstatus a:hover, #flightstatus a:active
{
	text-decoration: underline;
	color: #3D74B3;
}


table#schedule
{
	width: 95%;
	margin: 1em 0;
	font-family: helvetica, arial, sans-serif;
}

table#schedule th, table#schedule td
{
	font-size: .92em;
	vertical-align: top;
	text-align: left;
}
table#schedule th { padding: .65em 0; }

table#schedule td
{
	font-size: .9167em;
	padding: .25em 0;
	border-bottom: 1px solid #ccc;
}

table#schedule td.sectionheading
{
	color: #3D74B3;
	font-weight: bold;
	padding-top: 1.25em;
	font-size: 1em;
}

table#schedule td.sectionheading
{
	background: #e6a910 ;
	color: #fff;
	font-weight: bold;
	padding: .375em 0 .25em 1em;
	font-size: 1em;
}

table#schedule td.sectionspacer { background: transparent; height: 1em; }


table#schedule th.flight { width: 10%; }
table#schedule th.from { width: 22%; }
table#schedule th.destination { width: 22%; }
table#schedule th.time { width: 46%;}

.disclaimers
{
	width: 92%;
	margin-top: 2em;
	font-size: .85em;
	line-height: 1.2;
	color: #333;
}

td.sched span { padding-left: 4px; font-weight:bold;}
