table.radioSchedule {
	width: 100%;
	text-align: center;
	background-color: #bbbbbb;
}
table.radioSchedule td {
	padding: 2px 0px 2px 0px;
}

table.radioSchedule tr.weekdays {
	text-align: center;
	font-size: 10px;
	background-color: #eeeeee;
}

table.radioSchedule td.time {
	font-size: 10px;
	background-color: #f2f2f2;
}

table.radioSchedule td.undefined {
	background-color: #800000;
}

table.radioSchedule td.program {
	background-color: white;
	text-align: center;
	font-size: 12px;
}

table.radioSchedule td.liveProgram {
	font-size: 12px;
	text-align: center;
	background-color: #ffffbf;
}
p#stationList {
	margin-top: 1em;
	text-align: center;
}