table {
	border-collapse: collapse;
}
.default {
	text-align: center;
	font-size: 10px;
}
.default th {
	background-color: #6CF;
	font-weight: bold;
	color: #333;
	border: 1px solid #666;
}
.default td {
	margin: 0px;
	padding: 4px;
}

.default td:first-child{
	text-align: left;
	font-weight: bold;
}
.default tr.alternate {
	background-color: #EEE;
}
.default tr.alternate td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.default tr.alternateNoTop td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #EEE;
}
.default tr.alternateNoBot td {
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #EEE;
}
table#flights td+td{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}
.default td.alignLeftBold {
	text-align: left;
	font-weight: bold;
}
table#transfers td+td {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}
