@charset "utf-8";
hr {
	display:none;
}

.churchService {
	border:1px solid #CCCCCC; 
	background-color:#FFFFCC; 
	color:#009966; 
	font-weight:bold;
	padding:10px; 
	margin:50px 10px 10px 10px; 
	width:500px; 
	clear:both;
}
.first_clear {
	clear:left;
}

.schedule_days, .schedule_shows {
	float:left;
	text-align:center;
	border:1px solid #CCCCCC;
}
.schedule_days {
	width:100%;
}
.schedule_shows {
	width:14%;
	background-color:#FFFFFF;
	margin-top:-5px;
	font-weight:bold;
}
.schedule_days {
	background-color:#4E014C;
	font-weight:bold;
	margin-bottom:3px;
	padding:5px 0;
}
.show_entry {
	border:1px solid #CCCCCC;
	margin:3px;
	padding:2px;
	height:95px;
	font-size:10pt;
}
#schedule_time_holder {
	float:left;
}
.schedule_time {
	width:80px;
	text-align:right;
	padding:6px;
}
.spacer {
	height:32px;
}
.liveIcon {
	font-size:10pt;
	color:#FF0000;
	background-color:#FFFFFF;
	margin:0 0 5px 2px;
}
.normalShow {
	background-color:#667177;
}
.liveShow {
	background-color:#009966;
}
.editDelete {
	font-weight:normal;
	color:#009966;
}
/* The href styles to show a popup window with the show description */
.showDetails, .showDetails a {
	margin:0;
	color:#333333;
}