abbr {
	border:0px;
}
.scheduleCell {
}
.scheduleCell a {
	display:block;
	width:150px;
	height:75px;
	overflow:hidden;
	padding:6px;
	color:#333;
	border:0px;
	text-decoration:none;
	font-weight:bold;
}
.scheduleCell a:hover {
	color:#000;
	border:0px;
	text-decoration:none;
	background:#EDEDED;
	font-weight:bold;
}
#schedule td, th {
	border:1px solid #003457;
	border-top:0px;
	border-left:0px;
}
#schedule th {
	background:#C3D93A;
}
#schedule .talk {
	background:#9CC0E5;
}
#schedule .mixed {
	background:#FFA387;
}
#schedule .flashback {
	background:#C1B1E1;
}
#schedule .indie {
	background:#F0A9A9;
}
#schedule .rhythmic {
	background:#D3A4EA;
}
#schedule .uncensored {
	background:#AEADF0;
}
#schedule .grabbag {
	background:#8FD3CE;
}
#schedule .comedy {
	background:#96C1D6;
}
#schedule .maui {
	background:#ACACAC;
}
#schedule .radiomeeting {
	background:#ACACAC;
}

#scheduleinfobar {
	position:fixed;
	bottom:0px;
	left:0px;
	background:url(img/scheduleinfobar.png) repeat-x bottom center;
	height:84px;
	width:100%;
	text-align:center;
	color:#FFF;
}

#showname {
	padding-top:4px;
	font-size:36px;
}

#djs {
	font-size:20px;
}

.genreContainer {
	position:fixed;
	bottom:73px;
	left:0px;
	width:100%;
	background:transparent;
}

#genre {
	font-size:22px;
	margin:0px auto;
	width:420px;
	padding:6px 20px;
	border:1px solid #000;
	background:#FF6633;
	color:#FFF;
}