﻿/*Flight Schedules Table Style */
table.schedule {
	text-align:left;
	font-family: Arial, Verdana, sans-serif Simhei, 微軟正黑體, PMingLiU,新細明體;
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
}

table.schedule th {
	background-color: #ababab;
	color:#FFFFFF;
	white-space:nowrap;
}

table.schedule td {
	text-align:left;
}


/*Flight Schedule tab*/
div.schedule-nav {
	bottom: 0px;
	padding-left: 0px;
	clear:both;
}

.schedule-nav h6 {
	font-size: 12px;
	font-weight:bold;
	clear: both;
}

.schedule-nav a {
	padding: 5px 15px 0 2px;
	height: 20px;
	display: inline;
	float: left;
	color: #333333;
}

.schedule-nav a:hover {
	text-decoration: none;
	color: #e60b02;
}

.schedule-nav a.current, .schedule-nav a:hover.current {
	background-image:none !important;
	text-decoration:underline;
	color: #e60b02;
}
table.timetable-home {
font-size: 11px;
clear: both;
width:475px;
}

table.timetable-home td {
padding: 0px;
}

div#flight-schedule {
	clear: both;
}

.city-pairs {
	border-bottom:#cccccc solid 1px; border-top:#cccccc solid 1px;
}	
}

