@charset "utf-8";

/*========================================
-------- Global
========================================*/
table {
	margin-top: 1px;
	margin-bottom: 10px;
}
th {
	background-image: url(/images/bg-schedule-divide.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
	height: 20px;
	font-size: 12px;
	color: #68676c;
	padding-top: 6px;
	padding-bottom: 10px;
}
th.last {
	background-position: left top;
}

/*========================================
-------- Flight Schedule
========================================*/
.hub {
	background-image: url(/images/bg-london.gif);
	background-color: #5c7f93;
	background-repeat: repeat-x;
	height: 22px;
	padding: 5px 20px 0;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}
.schedule td {
	text-align: center;
	font-size: 12px;
	color: #68676c;
	padding: 2px 0;
}
.schedule .odd td {
	background-color: #e1eafb;
}
.schedule .delayed td {
	color: #d3751e;
}
.schedule .cancelled td {
	color: #b13452;
}
.schedule .on {
	color: #66a06d;
}

/*========================================
-------- Interline Partners
========================================*/
.partners {
	margin-bottom: 40px;
}
.partners th {
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}
.partners tr {
	border-bottom: solid 1px #97abac;
}
.partners td {
	text-align: center;
	font-size: 12px;
	color: #68676c;
	padding: 16px 10px;
	vertical-align: middle;
}

/*========================================
-------- Quotation Form
========================================*/
.measure .thRight th {
	padding: 0 !important;
	vertical-align: middle;
}
.measure td {
	padding: 0 !important;
}
.measure td input {
	text-align: center;
	font-size: 12px;
	color: #68676c;
	width: 87px !important;
	height: 20px !important;
	padding: 4px 0 0 !important;
	border-left: none !important;
	border-color: #c0c1c3 !important;
	margin: 0;
}
