@charset "UTF-8";
#fridley-sched {
	overflow: hidden;
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 140px;
	visibility: hidden;
}
#fridley-box {
	width: 600px;
	background-color: #FFF;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#delano-sched {
	overflow: hidden;
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 140px;
	visibility: hidden;
}
#delano-box {
	width: 600px;
	background-color: #FFF;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#saintpaul-sched {
	overflow: hidden;
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 140px;
	visibility: hidden;
}
#saintpaul-box {
	width: 600px;
	background-color: #FFF;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

