
table { font: 12px arial; }
caption { color: blue; }

#downloadtimetable {
	margin: 5px 0 0 10px;
	padding: 30px 30px 30px 50px;
	background-image: url(pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#skiptotimetable {
	font-size: 12px;
	float: right;
	margin: 20px 20px 0px 0px;
	text-align: left;
}

#skiptotimetable label{ color:white;
	font-weight: bold;
}


.redstar, .reqtext {
	color: red;
	font-weight: bold;
}

.timetable {
	font-size: 12px;
	margin:  20px;
	border-bottom:  #00483A 2px solid;
}

.timetable th {
	background-color: #00483A;
	background-repeat: no-repeat;
	height: 26px;
	text-align: left;
	padding: 10px 0 5px 10px;
	color: #fff;
}
 
 
.timetableheader { 
	background-image: url(headerblue.jpg);
	background-position: top left; 
}

.timetablecorner{ 
	background-image: url(cornerblue.jpg);
	background-position: top right; 
}

.timetablecornerexpress{ 
	background-image: url(cornerbluefriday.jpg);
	background-position: top right;
	
}

.timetd2 {
	color: #000;
	padding: 5px 0 5px 0;
	background-color: #87ce80;
	text-align: center;
	border-right:  #00483A 2px solid;
	width: 44px;
}

.timetd1 {
	padding: 5px 0 5px 0;
	background-color: #FFF;
	color: #000;
	text-align: center;
	border-right:  #00483A 2px solid;
	width: 44px;
}

.timetdevening {
	padding: 5px 0 5px 0;
	background-color: #F37421;
	color: #fff;
	text-align: center;
	border-right:  #00483A 2px solid;
	width: 44px;
}

.timetdevening * {
	color: #fff;
}

.stationtd {
	background-color:  #FFF;
	color: #000;
	text-align: left;
	width: 140px;
	border-right:  #00483A 2px solid;
	border-left:  #00483A 2px solid;
	padding: 0 0 0 10px;
}	

