* {
	font-family: Arial;
	font-size: 12px;
}
.headerLeft {
	background-image:url("/images/flightInfo/headerLeft.gif");
	background-repeat:no-repeat;
	width:22px;
	height:56px;
}
TH {
	background-image:url("/images/flightInfo/headerFiller.gif");
	background-repeat:repeat-x;
	color:#FFD633;
	font-weight:bold;
	text-align:left;
}
.headerRight {
	background-image:url("/images/flightInfo/headerRight.gif");
	background-repeat:no-repeat;
	width:22px;
}
.dataLeft {
	background-image:url("/images/flightInfo/dataLeft.gif");
	background-repeat:repeat-y;
	width:22px;
}
TD {
}
.dataRight {
	background-image:url("/images/flightInfo/dataRight.gif");
	background-repeat:repeat-y;
}
.footerLeft {
	background-image:url("/images/flightInfo/footerLeft.gif");
	background-repeat:no-repeat;
	width:22px;
	height:29px;
}
.footerFiller {
	background-image:url("/images/flightInfo/footerFiller.gif");
	background-repeat:repeat-x;
	font-size:10px;
	color:#430D51;
	text-align:center;
}
.footerRight {
	background-image:url("/images/flightInfo/footerRight.gif");
	background-repeat:no-repeat;
	width:22px;
}
TD.content, TD.contentImage{
	border-bottom: thin solid #FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	text-align:left;
}
TD.content {
	/*vertical-align:top;*/
}
.dataRow1 {
	background-color:#d7d7d7;
}
.dataRow2 {
	background-color:#e5e5e5;
}
.ontimeStatus{
	color:blue;
}
.arrivedStatus{
	color:green;
}
.delayedStatus{
	color:black;
}
.canceledStatus{
	color:red;
}
.tableHeader {
	text-align:center;
	font-size:13px;
}
.flightInfo {line-height:2.2em; height:28px;}
