.department,
.group {
	visibility: hidden;
	position: absolute;
	top: 0px;
	z-index: 999;
}

.attention {
	color:red;
	font-weight:bold;
}

.semester {
	color:red;
	font-weight:bold;
}

A {
	color: #222222;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana;
}

A:hover {
	border-bottom: 1px dotted #333333;
}

TABLE {
	background-color:#eeeeee;
	width:100%;
	border-collapse:collapse;
}

.outer {
	background-color: #eeeeee;
	width: 100%;
	height: 10%;
	border-collapse: collapse;
}

.inner {
	border: 2px hidden #ffffff;
	height: 100%;
	width: 100%;

	border-collapse: collapse; /* Accomplishes table cellspacing=0 for IE */
	border-spacing: 0px; /* Accomplishes table cellspacing=0 for Mozilla & Opera */
}

.nobordercell {
	border: 2px solid #999999;
}

.cell {
	border: 2px solid #bbbbbb;
}

TD {
	background-color:#ffffff;
	border:1px solid #888888;
	padding:0px;
	font-size:11px;
	font-family:Verdana;
}

TH {
	background-color: #eeeeee;
	border: 2px solid #aaaaaa;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana;
	height: 33px;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}

TH.left {
	background-color:#eeeeee;
	border:2px solid #aaaaaa;
	padding:0px;
	font-size:11px;
	font-family:Verdana;
	background:none;
}

.lecture {
	background-color:#ffeae7;
}

.practic {
	background-color:#e1ecf8;
}

.labor {
	background-color:#eafee6;
}

.emp {
	background-color:#ffffff;
}

.demotable {
	height:	100px;
	width:	170px;
}

.top {
	width:100%;
}

.top TD {
	background-color:#ffffff;
	border:1px none #ffffff;
	padding:0px;
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
}

A.copy {
	font-size: 11px;
	font-family: Arial;
}

DIV.copy_container, 
DIV.last_update {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 11px;
	font-family: Arial;
}

FORM {
	font-size: 12px;
	font-family: Arial;
	margin-bottom: 0px;
}

#dep OPTION, #dep {
	font-size:11px;
}
