/**
Schedule Styles
*/

#schedule-today {
	background: none;
	margin: 0px;
	padding: 0px 4px 0px 4px;
}
#homepage #schedule-today {
}
#schedule-today .title h3 {
	margin: 0;
}
#schedule-today img, #schedule-week img {
	display: none;
}
#today .showlist .show {
	width: 150px;
}
#agenda {
	width: 100%;
}
#now {
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}
#now .time, #now .show {
	padding-left: 4px;
	text-align:left;
	color:#fff;
}
#now .show {
	display:block;
	overflow:hidden;
	width:100px;
	height:38px;
	color:#fff;
}
#now .show h4 a {
	color:#fff;
}
#now .time {
	display:none;
}
#now img {
	width: 100px;
	height: 70px;
	margin: 0px;
	padding:0px;
}
.showlist img {
	float: left;
	padding-right: 5px;
}
.showday {
	color: #000;
	padding: 3px 0px 3px 0px;
	font-weight: 700;
	clear: both;
}
ul.showlist br {
	display: none;
}
ul.showlist {
	margin: 0px 0px 10px 0px;
	padding:0px;
}
ul.showlist li {
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0;
}
ul.showlist li {
	display: block;
	_display: inline-block;
	clear: left;
	background: #c2c2c3;
}
ul.showlist li.alt {
	background: #e3e3e5;
}
ul.showlist li.current {
	background: #1e4d92;
}
ul.showlist li.conflict {
	background: #222;
}
.showlist .show {
	float: left;
	border-left: 0px solid #CCC;
	padding: 3px 0px 3px 5px;
}
.showlist .time {
	float: left;
	width: 125px;
	text-align: center;
	padding: 3px 0px 3px 0px;
}
.showlist h4 { /* show name */
	line-height: 1em;
	font-weight: bold;
}
.showlist .host {
}
.showlist a {
	text-decoration: none;
}
.showlist a:hover {
	text-decoration: underline;
}
.current .time {
	color:#fff;
	font-weight:100;
}
.current a {
	color:#fff;
}
.current .show h4 {
	color:#fff;
}
.current a:visited {
	color:#fff;
}
.current a:hover {
	color:#fff;
}
.conflict a {
	color:#fff;
}
.conflict a:visited {
	color:#fff;
}
.conflict a:hover {
	color:#fff;
}
