/* FIDS Styles */

/* arrivals */

th.views-field {
    background: #3ab2b1;
    color: #ffffff;
    font-weight: 600;
    padding: 15px;
    font-size: 125%;
}

tr.even {
    background: #ccc;
}

tr.odd {
    background: #f4f4f4;
}

td.views-field {
	font-weight: 600;
}

.view-arrivals .view-footer,.view-departures .view-footer {
	font-size:0.8em;color:#444;
	text-align:right;
	}

.ontime,.early,.arrived,.departed {
	color:#5c8f02; 
	font-weight: 600;
	}

.delayed,.cancelled {
	color:#b23a3b;
	font-weight: 600;
	}

/* no search box needed for STS */

div.views-exposed-widgets {
	display: none;
}

/* no pagination needed for STS */

div.item-list {
	display: none;
}