body {
	margin: 0px 0px 0px 0px;
}

#sched {
	font-family: arial, helvetica, sans-serif;
	width: 90%;
	border: 1px solid #8a8a8a;
	margin-left: auto;
	margin-right: auto;
}

#sched_head {
	width: 100%;
	height: 42px;
	background-image: url(/klrn/s/img/top_bg.png);
	background-repeat: repeat-x;
}

#sched_head_lgo {
	width: 121px;
	height: 42px;
	background-image: url(/klrn/s/img/top_logo.png);
	float: right;
}

#sched_tnow {
	width: 100%;
	height: 22px;
	border-top: 1px solid #8a8a8a;
	background-image: url(/klrn/s/img/np_bg.png);
	background-repeat: repeat-x;
}

#sched_tnow_lgo {
	width: 180px;
	height: 22px;
	background-image: url(/klrn/s/img/now_playing2.png);
}

#sched_now {
	border-top: 1px solid #8a8a8a;
	width: 100%;
	height: 82px;
	background-image: url(/klrn/s/img/np_content_bg.png);
	background-repeat: repeat-none;
	text-align: center;
}

#sched_tup {
	width: 100%;
	height: 22px;
	background-image: url(/klrn/s/img/upnext_bg.png);
	background-repeat: repeat-x;
	border-top: 1px solid #8a8a8a;
	/* border-bottom: 1px solid #8a8a8a; */
}

#sched_tup_lgo {
	width: 90px;
	height: 22px;
	background-image: url(/klrn/s/img/upnext.png);
}

#sched_up {}

#sched_nxtbl {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width:100%;
}


tr.airdateline {
	/*background-color: #a1ccfa;*/
	background-image: url(/klrn/s/img/dateline_bg.png);
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #8a8a8a;
	vertical-align: top;
}

td.airtime {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #8a8a8a;
	background-color: #d8e7f7;
	text-align: right;
}

td.airtitle {
	/*border-left: 1px solid #8a8a8a;*/
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #8a8a8a;
	border-left: 1px solid #8a8a8a;	
	text-align: left;
}

.sched_nxtitle {
	font-size: 105%;
	font-weight: bold;
}

.sched_nxtimes {

}



.sched_nx { display: none; }