.flightDataWidget {
	background-image: url(flightDataWidgetBG.png);
	background-repeat: no-repeat;
	height: 136px;
	float: left;
	width: 348px;
	padding: 6px;
	overflow: hidden;
}



a.flight_data_widget_moreLink {
	background-image: url(flightDataWidgetMoreN.png);
	background-repeat: no-repeat;
	float: right;
	display: block;
	height: 20px;
	width: 56px;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: white;
	margin: 0px;
	padding-top: 3px;
	text-align: center;
}



a.flight_data_widget_moreLink:hover {
	background-image: url(flightDataWidgetMoreH.png);
	background-repeat: no-repeat;
}

.flightDataWidget p {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	display: inline;
	padding-left: 10px;
	padding-top: 6px;
	float: left;
}


.flightDataWidget table tr.odd:hover, .flightDataWidget table tr.even:hover {
	color: white;
	background-color: #af0917;
}

.flightDataWidget table {
	float: left;
	margin-top: 4px;
}

.flightDataWidget table td p{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	border-right: 1px solid #bebebe;
	display: block;
	float: none;
	height: 11px;
}

.flightDataWidget table td:last-child  p{
	border-right: none;
}

.flightDataWidget table tr.even{
	background-color: #e1e1e1;
	height: 100%;
}

.flightDataWidget table tr.odd{
	background-color: #93abe3;
	height: 100%
}


.flightDataWidget table tr.even td p.active{
	background-image: url(info_active_even.gif);
	background-repeat: no-repeat;
	border:0px none;	height:13px;	margin:1px 0px 0px 10px;	padding:0px;	width:26px;
}

.flightDataWidget table tr.odd td p.active{
	background-image: url(info_active_odd.gif);
	background-repeat: no-repeat;
	border:0px none;	height:13px;	margin:1px 0px 0px 10px;	padding:0px;	width:26px;
}

.flightDataWidget table tr.even td p.inactive{
	background-image: url(info_inactive_even.gif);
	background-repeat: no-repeat;
	border:0px none;	height:13px;	margin:1px 0px 0px 10px;	padding:0px;	width:26px;
}

.flightDataWidget table tr.odd td p.inactive{
	background-image: url(info_inactive_odd.gif);
	background-repeat: no-repeat;
	border:0px none;	height:13px;	margin:1px 0px 0px 10px;	padding:0px;	width:26px;
}

.flightDataWidget table tr.even td p.cancelled{
	background-image: url(info_cancelled_even.gif);
	background-repeat: no-repeat;
	border:0px none;	height:13px;	margin:1px 0px 0px 10px;	padding:0px;	width:26px;
}

.flightDataWidget table tr.odd td p.cancelled{
	background-image: url(info_cancelled_odd.gif);
	background-repeat: no-repeat;
	border:0px none;	height:13px;	margin:1px 0px 0px 10px;	padding:0px;	width:26px;
}

.flightDataWidget table tr.even td p.ready{
	background-image: url(info_ready_even.gif);
	background-repeat: no-repeat;
	border:0px none;	height:13px;	margin:1px 0px 0px 10px;	padding:0px;	width:26px;
}

.flightDataWidget table tr.odd td p.ready{
	background-image: url(info_ready_odd.gif);
	background-repeat: no-repeat;
	border:0px none;	height:13px;	margin:1px 0px 0px 10px;	padding:0px;	width:26px;
}


.flightDataWidget th{
	padding-left: 10px;
	border-right: 1px solid #bebebe;
	border-top: 0px solid #bebebe;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
}

.flightDataWidget thead tr{
	border: 0px solid white;
	text-align: left;
	height: 20px;
	font-weight: bold;
	color: black;
	background-image: url(flightTableHeader.png);
	background-repeat: repeat-x;
	position: relative;
}

