<!--
input, select { font-size: 7pt }
form { margin: 0px }

div { margin-bottom: 0px }

td#menu { padding-top: 4px }

h3 {
	margin-left: 0;
}

.headline { color: white; font-weight: bold }

.sched_weekdays, .sched_weekdays a, .sched_weekdays a:visited {
	text-align: center;
	width: 397px;
	background-color: #535353;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 8pt;
}
td.sched_weekdays a:hover {
	color: #ff9900;
}

.daydate {
	margin-top: 15px;
	font-size: 130%;
}
.date { color: #FF6600; font-weight: bold }  /* see h3 for weekday */
.days_until { color: dimgray }
.time_cell { text-align: right; vertical-align: top; padding-right: 15px; padding-left: 2px }

.airtime_past { color: dimgray }
.airtime_now { color: black }
.airtime_future { color: black }

.series_past { color: dimgray; font-weight: bold }
.series_now { color: black; font-weight: bold }
.series_future { color: black; font-weight: bold }

.title_past { color: dimgray; }
.title_now { color: black; font-weight: bold; font-size: 13pt }
.title_future { color: black; }

.smallprint_past { font-size: 9px; color: dimgray }
.smallprint_now { font-size: 9px; color: black }
.smallprint_future { font-size: 9px; color: black }

.currtime { color: dimgray; font-weight: bold }   /* Current time shown at the current running program */
.lengthbar_tbl { border: solid black 1px }
.lengthbar_old { background-color: gray }
.lengthbar_left { background-color: white }
/* Alternative:
.lengthbar_old { background-color: dimgray } darkred
.lengthbar_left { background-color: #A0A0A0 } green
*/
.age_data { color: dimgray }
.min_left { font-size: 13pt }

#developer, #developer a { font-size: 7pt; color: silver }

a { color: black }
a:link,  a:visited       {  text-decoration: none }
/*
a:hover, a:visited:hover {  text-decoration: underline }
*/
-->
