@charset "utf-8";
/* CSS Document */


div.tripsschedule {
	border: 1px solid #90b1dd;
	background-color: #d8dee5;
	padding: 5px;
}

table.tripscheduletable {
	border: 1px solid #90b1dd;
	width: 650px;
	margin: auto;
}

div#tripsschedule td, th{
	padding: 2px;
	margin: 2px;
}

th {
	background-color: #90b1dd;
	color: #FFFFFF;
	font-weight: bold;
	text-align:left;
}

.schedulerowdark {
	background-color: #efefef;
	line-height: 16px;
}

.schedulerowlight {
	background-color: #ffffff;
	line-height: 16px;
}

.scheduleinfo, .scheduleinfo td {
	text-align:left;
}
	
div#scheduleupcomingform {
	background-color: #d8dee5;
}


div#scheduletable {
	background-color: #fff;
	width: 675px;
	height: 600px;
	overflow:  auto;
	margin: auto;
}

.contentheading {
	text-align: center;
	margin-top:0px;
}
