.schedule table {
	width: 100%;
	margin: 0em 0em 2em 0;
	border-collapse: collapse;
}
.schedule caption {
	caption-side: top;
	margin: .25em 0em .25em -1px;
	padding: .1em .5em .1em .5em;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	border: solid 1px #344254;
	background-color: #344254;
	background-image: url(schedule_caption_background.gif);
	background-repeat: repeat-x;  	
}
.schedule thead th, .schedule thead td, .schedule th {
	margin: 0 0 0 0;
	padding: 0 0 0 .5em;
	text-align: left;
	font-size: .9em;
	border-bottom: solid 1px #344254;
	border-collapse: collapse;		
}
.schedule tbody td {
	padding: .1em 1em .1em .5em;
	font-size: .9em;
	border-bottom: solid 1px #CCC;
}
