/* flights datagrid */


.flights {
	background: #919191;
	}

.date h3
{
	font-size: 90%;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: black;
	background-color: transparent;
	margin-bottom: 1em;
}
.flights a {
	float: left;
	padding-right: 0.75em;
	}

.flights table {
	position: relative;
	top: -4px;
	left: -4px;
	width: 100%;
	border: 1px solid #000;
	background: #fff;
	}
.flights table caption {
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
	display: none;
	}
.flights table td {
font-size: 85%;
	margin: 0;
	padding: 4px 5px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
	}
.flights table th {
	font-size: 85%;
	color: #666;
	margin: 0;
	padding: 4px 5px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
	}

.flights table tr {
	background: #e6e6e6;
	}
.flights table tr.alt {
	background: #f1f1f1;
	}
.flights .place {
	text-align: left;
	font-weight: bold;
}
.flights .placefrom {
	text-align: left;
	font-weight: normal;
}

.flights td.logo {
margin: 0;
padding: 0;
width: 100px;
}
.plane {
	text-decoration: underline;
}

.flights img {
	border: none;
	margin: 0;
	padding: 0 0 0 4px;
	
}
.flights td.flightno {
margin: 0;
padding: 0;
font-weight: normal;
text-align: left;
padding-left: 4px;
}
.flights td.flightfrom {
margin: 0;
padding: 0;
text-align: left;
font-weight: bold;
padding-left: 4px;
}

