﻿/* Modified by Doug Krause Dec 1, 2006 */

.headings
{
	font-weight: bold;
	font-family: Arial;
	font-size: smaller;
}

.flightrows, .flightrows2
{
	font-family: Arial;
	font-weight: normal;
	font-size: smaller;
	padding: 2px 1px 2px 1px;
	border: solid 3px;
	
}

.flightrows {
background-color: #DDEDFF;
}

.flightrows2 {
background-color: #F5F5FF;
}

/*
td {
border: 1px solid #CCCCEE;
padding: 2px 3px;
text-align: left;
white-space: nowrap;
}
*/
tr.headings td {

border: 1px solid #AAAACC;
border-bottom: 1px solid #000000;
border-top: none;
background-color: #7CA0CC;
padding: 5px 1px;
}

tr.titlebanner td
{
	border-bottom: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: large;
	text-align: center;
	background-color: white;
	color: black;
}

.flighttable
{
	border-collapse: collapse;
	empty-cells: show;
	width: 560px;
}

.flightdatecell {
text-align: center;
}

