#front_schedule {
	background-color:	#FFFFCC;
	height:				100%;
	padding-top:		5px;
	width:				100%;
}
.front_presenter {
	color:				DimGray;
	font-family:		Arial; 
	font-size:			10pt; 
	font-weight:		bold; 
	margin-bottom:		5px;
	text-align:			center;
}
.front_times {
	color:				Gray;
	font-family:		Arial; 
	font-size:			8pt;
	font-weight:		bold; 
	text-align:			center;
}

.day_radio {
	font-family:		Arial; 
	font-size:			10pt; 
	font-weight:		bold;
	text-align:			center;
}

#detail_schedule {
	height:				700px;
	width:				100%;
}

.detail_shows_hdr {
	background-color:	#0060A9;
	color:				white;
	font-family:		Arial;
	font-size:			medium; 
	font-weight:		bold;
	line-height:		150%;
	padding-left:		5px;
	text-align:			left;
	vertical-align:		middle;
}
.detail_times_hdr {
	background-color:	#0060A9;
	color:				white;
	font-family:		Arial;
	font-size:			medium; 
	font-weight:		bold;
	line-height:		150%;
	text-align:			center;
	vertical-align:		middle;
	width:				10%;
}
.detail_table {
	width:				100%
}
.detail_shows {
	font-family:		Arial;
	padding-left:		5px;
	padding-top:		5px;
	padding-bottom:		5px;
	text-align:			left;
	vertical-align:		middle;
}
.detail_times {
	font-family:		Arial;
	font-size:			small;
	text-align:			center;
	vertical-align:		middle;
}



