@charset "utf-8";

#screenreader {
	display: none;
}

body {
	font: 100%/100% "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	margin: 0 15px 0 15px;
	padding: 0;
	color: #000;
}


/* --- TOP BEGIN --- */
.schedule #top {
	float: left;
	padding: 0;
	margin: 0;
	clear: both;
}
/* --- TOP END --- */

	
/* --- MIDDLE BEGIN --- */
.schedule #middle {
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}
/* --- MAIN CONTENT BEGIN --- */
	.schedule #mainContent {
		float: left;
		margin: 0;
		padding: 0;
	}
	/* --- MAIN CONTENT END --- */
/* --- MIDDLE END --- */


/* --- BOTTOM BEGIN --- */
.schedule #bottom {
	float: left;
	padding: 0;
	margin: 0;
	clear: both;
}
/* --- BOTTOM END --- */


/* --- FOOTER LINKS BEGIN --- */
#footerLinks {
	float: left;
	width: 100%;
	padding: 5px 0 0 0;
	margin: 10px 0 15px 0;
	clear: both;
	border-top: 2px solid #b1aca7;
}
	#footerLinks ul {
		display: none;
	}
	#footerLinks p {
		float: right;
		font: 70%/70% "Trebuchet MS", Helvetica, Arial, sans-serif;
		color: #000;
		margin: 0 15px 0 0;
		padding: 0;
	}
/* --- FOOTER LINKS END --- */






div#qTip {
	display: none;
}





/* HEADERS */
.schedule h1 {
	font: 135%/150% "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
}
	.schedule .h1sub {
		font-weight: normal;
	}
.schedule h2 {
	font: 115%/130% "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 15px 0 3px 15px;
	margin: 0 0 .5em 0;
	color: #000;
	border-bottom: 2px solid #b1aca7;
	text-transform: uppercase;
}
.schedule h3 {
	font: 110%/130% "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0;
	color: #000000;
}
.schedule h4 {
}
.schedule h5 {
}
.schedule h6 {
}


.h7	{
	font: 95%/100% "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #b1aca7;
	font-weight: normal;
	margin: 2px 0 0 0;
}
	
.h8	{
	display: none;
}


/* TEXT */
.schedule a {
	color: #000;
	text-decoration: none;
}
.schedule a:hover {
	text-decoration: underline;
}


.schedule p, .schedule ul, .schedule ol {
	font: 90%/125% "Trebuchet MS", Helvetica, Arial, sans-serif;
}
	.schedule p {
		margin: 0;
		padding: 0 0 1em 0;
	}
	.schedule ul, .schedule ol {
		margin: 0 15px 0 30px;
		padding: 0 0 1em 0;
	}
	.schedule p.side {
		display: none;
	}
		.schedule p.side a {
		}
	.schedule p.breadcrumb {
		display: none;
	}
		.schedule p.breadcrumb a {
		}
	.schedule p.footnotes, .schedule p.effective {
		width: 8.5in;
		margin: 10px 0 0 15px;
		padding: 0;
	}


#route {
	font: 80%/80% "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
	clear: both;
}
#map {
	width: 100%;
	height: 270px;
	border: 1px solid #084c8d;
}


/* TABLE */
table {
	margin-bottom: 5px;
}
table#timeTableHorizontal {
	width: 8.5in;
}
table#timeTableHorizontal tbody tr td, table#timeTableHorizontal th	{
	padding: 7px;
}
tr td, tr th {
	text-align: center;
	padding: 5px;
}
tr td.yellowdata {
}
tr td.bluedata {
}
tr.yellowdata {
}
tr.bluedata {
}
th {
	vertical-align: top;
	padding: 3px;
	font: 110%/130% "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
}	
