/** Schedule Table **/
table.schedule {
	border-collapse: collapse;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #212121;
	font: normal 12px helvetica, verdana, arial, sans-serif;
	border-spacing: 1px;
	margin-bottom: 25px;
}

caption.schedule {
	font: normal 16px helvetica, verdana, arial,  sans-serif;
	color: #4c5c6c;
	padding-right: 30px;
	padding-bottom: 5px;
}
  
td.schedule, th.schedule {
	border: none;
	padding: .4em;
	color: #6E6E6E;
}

td.schedule.time {
	font: normal 13px helvetica, verdana, arial,  sans-serif;
	padding-right: 30px;
	width: 250px;
}

td.schedule.show {
	font: normal 13px helvetica, verdana, arial,  sans-serif;
	padding-right: 30px;
	width: 250px;
}

thead.schedule th {
	font: bold 14px helvetica, verdana, arial, sans-serif;
	border: none;
	text-align: left;
	background: #0e0e0e;
	color: #9a9a9a;
	padding-top:4px;
}

tbody.schedule td a {
	background: transparent;
	text-decoration: none;
	color: #9F9F9F;
}

tbody.schedule td a:hover {
	background: transparent;
	text-decoration: underline;
	color: #4c5c6c;
}

.odd {
	background: #191919;
}

tbody.schedule tr:hover {
	background: #191919;
}

tbody.schedule tr:hover th,
tbody.schedule tr.odd:hover th {
	background: #191919;
}
