table.tv-schedule {
	font-size: inherit;
	width: 500px;
}
table.tv-schedule caption {
	background-color: #000033;
	color: #FFFF10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	text-align: center;
	vertical-align: bottom;
}
table.tv-schedule tr td {
	height: 18px;
}
table.tv-schedule tr.header td.date, table.tv-schedule tr.header td.time, table.tv-schedule tr.header td.location {
	background-color: #616161;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
table.tv-schedule tr.row-set-1 {
	background-color: #CCCCCC;
}
table.tv-schedule tr.row-set-2 {
	background-color: #999999;
}
table.tv-schedule td.date, table.tv-schedule td.time, table.tv-schedule td.location {
	vertical-align: top;
}
table.tv-schedule tr.row-set-1 td.date, table.tv-schedule tr.row-set-2 td.date {
	height: 18px;
	text-align: right;
	width: 60px;
}
table.tv-schedule tr.row-set-1 td.time, table.tv-schedule tr.row-set-2 td.time {
	padding-right: 20px;
	text-align: right;
	width: 100px;
}
table.tv-schedule tr.row-set-1 td.location, table.tv-schedule tr.row-set-2 td.location {
	text-align: left;
}

