

table.schedule_top {
	width: auto;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	border: 0;
	white-space: nowrap;
}

td.schedule_top_left {
	width: 50%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

div.schedule_top_left_wrapper {
	padding: 10px;
}

td.schedule_top_right {
	width: 50%;
}

div.schedule_top_right_wrapper {
	padding: 10px;
	color: #ccc;
}

div.schedule_top_right_wrapper a {
	font-weight: bold;
	font-size: 11px;
	margin: 0 2px;
}

div.schedule_top_right_wrapper h1,
div.schedule_top_left_wrapper h1 {
	display: inline;
	border: 0;
	font: normal 22px/22px Arial, sans-serif;
	color: #999;
}





table.schedule_navigation_bar {
	width: 942px;
	height: 31px;
	position: relative;
	left: -18px;
	border-collapse: collapse;
	padding: 0;
	margin: 25px -36px 25px 0;
	border: 0;
	background-color: #63AC5B;
}

table.schedule_navigation {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border: 0;
	height: 31px;
}

table.schedule_navigation tr td {
	color: #fff;
	border-left: 1px solid #9fcbe1;
}

table.schedule_navigation tr td a {
	display: block;
	height: 17px;
	_height /**/; 31px;
	padding: 10px 20px 4px 20px;
	font-weight: bold;
	color: #fff !important;
}

table.schedule_navigation tr td.option_active {
	background: url("../images/bg_schedule_left.gif") no-repeat;
}

table.schedule_navigation tr td.option_active a {
	background: url("../images/bg_schedule_right.gif") top right no-repeat;
	color: #000 !important;
}








table.schedule {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border: 0;
}

table.schedule tr th {
	text-align: left;
}

tr.even td {
	border: 1px solid #d6d6d6;
	border-left: 0;
	border-right: 0;
	background-color: #f6f6f6;
}

table.schedule tr td p,
table.schedule tr th p {
	margin: 10px 0 10px 40px;
	font-weight: bold;
}

table.series tr td p {
	font-weight: normal;
}

table.schedule tr td p span,
table.schedule tr th p span {
	font-size: 10px;
	font-weight: normal;
}

table.schedule tr td p span.divider {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin: 0 3px;
}

table.schedule tr td p a {
	font-weight: normal;
}

td.nowrap {
	white-space: nowrap;
}

#contents_single_column .reminders {
	border: 0 none;
	float:none;
	padding-bottom: 0;
	padding-right: 15px;
	padding-top: 5px;
}
