#arrivals, #departures {
	width: 417px;
	margin-left: 225px;
	padding-top: 50px;
}
#arrivals table tr td.arrdep1, #departures table tr td.arrdep1 {
	background-image: url(../../images/arrdep/left-cell.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 38px;
	width: 94px;
	padding-left: 32px;
}
#arrivals table tr td.arrdep2, #departures table tr td.arrdep2 {
	background-image: url(../../images/arrdep/middle-cell.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 38px;
	width: 181px;
	padding-left: 10px;
}
#arrivals table tr td.arrdep3, #departures table tr td.arrdep3 {
	background-image: url(../../images/arrdep/right-cell.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 38px;
	width: 91px;
	padding-left: 9px;
}

