#schedule_container{
	width: 330px;
	border: solid 0px red;
	height: 370px;
	margin: 0px 5px 0px 5px;
}
/****** HEADER ******/
.schedule_header{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}
.schedule_header div{
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin-bottom: 3px;	
}
.schedule_header div h1{
	margin: 0px 0px 3px 0px;
	font-size: 12pt;
}
/****** END HEADER ******/
#schedule_table{
	width: 330px;
	height: 311px;
}
#schedule_table tr th{
	font-size: 10pt;
	color: #666666;
	border-bottom: solid 1px #dddddd;
	padding-bottom: 5px;
}
#schedule_table tr td{
	font-size: 8pt;
	vertical-align: middle;
	text-align:center;
}
#schedule_table tr td a{
	color:#000000;
	font-weight:bold;
}
a.schedule_more{
	display:block;
	text-align:right;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 8pt;
	font-weight:bold;
}
#schedule_table tr  td.schedule_date{
	text-transform: uppercase;
}
#schedule_table tr td.schedule_th_divider{
	line-height: 4px;
}