/* This stylesheet appears only on the flight times page and on the /fly/?to and travel.php pages.  It formats timetables and tabs */

.col1 {background-color: #42007b; color:#ffffff; width:4em;}
.col2 {background-color: #e9e4f2; width:3em;}
.col3 {background-color: #e9e4f2; width:3em;}
.col4 {background-color: #cec0dc; width:15em;}
.col5 {background-color: #e9e4f2; width:7em;}
.col6 {background-color: #cec0dc; width:4em;}
.col7 {background-color: #e9e4f2; width:6em; }
.col8 {background-color: #e9e4f2; width:6em; }
.flightstable {font-size:0.9em; }


th, td {text-align:center;}

table.flightstable {
	border:1px solid #ffffff;
	margin-top:3px;
	margin-bottom:6px;

}
/* Table needs to be skinnier on  travel pages */

.travelpage table.flightstable {
	width:475px;

}


/* Tab bar for travel.php and /fly/?to */

ul.tabs {margin:0px; padding: 0px; margin-top:-1em; margin-bottom:0px;}
ul.tabs li {
float:left; 
list-style:none;  
background-image: url(images/tabs_off.png); background-repeat: no-repeat;
width:93px; height:50px;
padding-top:15px;
padding-right:3px;
line-height: 90%;
margin:0px;
text-align:center;
}
ul.tabs li.selected {background-image: url(images/tabs_on.png); background-repeat: no-repeat;}
ul.tabs li a {text-decoration:none; font-size:0.85em;}
div.box-top-sm {
   padding-top:2em;
	border:1px solid #fff;
}

.buttonbar {

}
.buttonbar img {
	margin-top:10px;
}