#pg_schedule #pg-update {
	background:url(/includes/objects/pluck/gfx/loading-sml.gif) no-repeat left top;
	color:#797979;
	font-size:11px;
	font-weight:normal;
	margin:0 0 0 5px;
	padding:1px 0 3px 20px;
	display:none;
}

#pg_schedule .schedule {
	height:285px;
	margin:10px 5px 0;
	overflow:auto;
	position:relative;
}

#pg_schedule .schedule table.sched {
	background:#efefef;
	width:332px;
	border:1px solid #cacaca;
	border-style:none solid solid
}

#pg_schedule .schedule table.sched td {
	border-top:1px solid #cacaca;
	padding:0;
	vertical-align:top;
	white-space:no-wrap;
}

#pg_schedule .schedule table.sched tr.day td {
	background:url(/includes/objects/pg-schedule/gfx/gfx.gif) repeat-x left bottom;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:3px 5px;
}
#pg_schedule .schedule table.sched tr.odd td {
	background:#fff;
}

#pg_schedule .schedule table.sched tr.live td {
	background:#f7cc31;
}
#pg_schedule .schedule table.sched tr.live td em {
	font-size:11px;
	font-style:normal;
	margin:0 0 5px 0;
	display:block;
}
#pg_schedule .schedule table.sched tr.onairnow td em {
	color:#141212;
	font-style:normal;
	margin:3px 0 0;
	display:block;
}

#pg_schedule #whatslive {
	display:none;
}

#pg_schedule .schedule table.sched tr.live td a {
	background:url(/includes/objects/pg-schedule/gfx/gfx.gif) no-repeat left 1px;
	color:#00518a;
	text-decoration:none;
	padding:0 0 0 21px;
}
#pg_schedule .schedule table.sched tr.live td a:hover {
	text-decoration:underline;
}

#pg_schedule .schedule table.sched td.time {
	border-right:1px solid #cacaca;
	width:75px;
	font-weight:bold;
	padding:5px 3px;
}

#pg_schedule .schedule table.sched td dl {
	margin:0;
}
#pg_schedule .schedule table.sched td dt, #pg_schedule .schedule table.sched td dd.website {
	font-weight:bold;
	padding:5px 5px 0;
}
#pg_schedule .schedule table.sched td dt a {
	color:#00518a;
	text-decoration:none;
}
#pg_schedule .schedule table.sched td dt a:hover {
	text-decoration:underline;
}

#pg_schedule .schedule table.sched td dd {
	margin:0;
	padding:0 5px 5px;
}
#pg_schedule .schedule table.sched td dd.website {
	border-top:1px solid #cacaca;
	padding:3px 5px;
}