#mySchedule {
	position: absolute;
	top: 100px;
	left: 160px;
	width: 774px;
	height: 500px;
	padding: 10px;
	border: solid 1px BurlyWood;
}
#myScheduleTitle { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 14px;
	background-color: BurlyWood;
}

#myScheduleBody { 
	position: absolute;
	top: 16px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: White;
	overflow: auto;
	font-family: verdana;
	font-size: 8pt;
}


#schTitle {
	position: absolute;
	top: 0px;
	left: 2px;
	width: 772px;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #C0C0C0;
	text-align: center;
}

.schTitles {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #C0C0C0;
	text-align: center;
}

.schKlframe {
	font-family: verdana;
	font-size: 8pt;
	border: 1px solid #C0C0C0;
	text-align: center;
}
.schFrame {
	font-family: verdana;
	font-size: 8pt;
	border: 1px solid #C0C0C0;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	overflow: hidden;
}
.schBackground {
	background-color: #F0F0F0;
}
.schBackground2 {
	background-color: #F8F8F8;
}

