body, table, input, select {
	font-family: Tahoma;
	font-size: 11px;
}
div.auto_complete {
	width: 350px;
	background: #fff;
}
div.auto_complete ul {
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}
div.auto_complete ul li {
	margin: 0px;
	padding: 3px;
}
div.auto_complete ul li.selected {
	background-color: #ffb;
	cursor: pointer;
}
div.auto_complete ul strong.highlight {
	color: #800;
	margin: 0px;
	padding: 0px;
}
.teacherSchedule {
    border-collapse: collapse;
    margin: 0px;
	border: 1px solid black;
}
.teacherSchedule tr.header td {
	height: 20px;
	font-weight: bold;
}
.teacherSchedule td {
	height: 50px;
	padding: 2px 4px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	overflow: hidden;
}
.teacherSchedule td a {
	color: black;
}
.teacherSchedule td.day {
	vertical-align: top;
	width: 120px;
}
.teacherSchedule td.time {
	width: 40px;
	text-align: center;
	font-weight: bold;
}
div.dayDiv {
	position: relative;
	top: 0px;
	left: 0px;
	height: 46px;
	overflow: hidden;
}
div.subject, div.room, div.lessonType, div.groupTeacher {
	position: absolute;
}
div.subject {
	top: 0px;
	left: 0px;
	width: 116px;
}
div.room {
	top: 16px;
	left: 0px;
	width: 100px;
	height: 16px;
	overflow: hidden;
}
div.lessonType {
	top: 16px;
	right: 2px;
}
div.groupTeacher {
	top: 32px;
	right: 2px;
}
a.subgroup {
	color: red !important;
	font-weight: bold;
}
.warn {
	border: 1px solid #ff5555;
	width: 480px;
	padding: 4px;
	color: #ff5555;
	font-weight: bold;
	margin: 20px 10px;
	font-size: 12px;
}
.curPair {
	background-color: #aaeeaa;
}