@charset "UTF-8";
/* CSS Document 
body {
	font-size: 75%;
}*/
#radio-schedule {
	width: 802px;
	color: #000;
}
#radio-schedule ul,
#radio-schedule li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#radio-schedule #titlebar {
	background: url(../images/bkg_schedule.gif) no-repeat left top;
	float: left;
	margin-bottom: 5px;
}
#radio-schedule #titlebar li {
	float: left;
	width: 105px;
	height: 25px;
	padding-top: 7px;
	color: #fff;
}
#radio-schedule #titlebar li:first-child {
	width: 67px;
}
#radio-schedule #timebar {
	width: 66px;
	float: left;
	text-align: right;
	border-right: #93A445 1px solid;
}
#radio-schedule #timebar li {
	height: 37px;
	margin-top: 18px;
	background: url(../images/bkg_btm-border.gif) repeat-x left bottom;
}
#radio-schedule #programs {
	width: 735px;
	float: left;
}
#radio-schedule #programs li {
	height: 55px;
	background: url(../images/bkg_btm-border.gif) repeat-x left bottom;
}
#radio-schedule #programs li table {
	height: 55px;
	margin: 0px;
	text-align: center;
}
#radio-schedule #programs li table td {
	vertical-align: middle;
	background: url(../images/bkg_sched_td.gif) no-repeat left center;	
	padding: 0 5px;
}
#radio-schedule #programs li table td:first-child {
	background: none;	
}
#radio-schedule #program-hour td.hour1 {
	width: 95px;
}
#radio-schedule #program-hour td.hour2 {
	width: 200px;
}
#radio-schedule #program-hour td.hour3 {
	width: 305px;
}
#radio-schedule #program-hour td.hour4 {
	width: 410px;
}
#radio-schedule #program-hour td.hour5 {
	width: 515px;
}
#radio-schedule #program-hour td.hour6 {
	width: 620px;
}
#radio-schedule #program-hour td.hour7 {
	width: 725px;
}
#radio-schedule #program-hour td.time {
	width: 66px;
	padding: 0px;
}