@import url("/_css/schedule.css");

/********************Таблица для объявлений**********************/

table.announcements
{
	width:			100%;
	border:			solid 1px #999999;
	border-collapse:	collapse;
	margin-top :		20px;
	font-size:		8px;	
}

table.announcements th
{
	height:			20px;
	background-color:	#EDF2F6;
	border:			solid 1px #999999;
	font-size:		11px;
	font-variant :			small-caps;
}
table.announcements td
{
	height:			20px;
	border:			solid 1px #999999;
	vertical-align:		middle;
	text-align:		center;
	padding:		5px;
	font-size:		12px;
}
table.announcements td.date
{
	width : 		150px;
	font-weight : 		bold;
	color:			#818181;
}
table.announcements p
{
	text-align:			justify;
}

/******************** Список групп *********************/
.lastname
{
	text-transform:		uppercase;
	font-weight:		bold;
}
ol.group
{
}
ol.group li
{
	padding:		5px 0px 5px 0px ;		
}

/***********************О курсе подробно*************************/


table.courselevels
{
	margin:			0px 0px 10px 0px;

}

table.courselevels th
{
	height:			20px;
	width:			20%;
	background-color:	#EDF2F6;
	border:			solid 1px #999999;
	font-size:		11px;
	font-variant:		small-caps;
}
table.courselevels td
{
	height:			20px;
	border:			solid 1px #999999;
	vertical-align:		middle;
	padding-left:		5px;
}
/******************** Семестры *********************/

.semester1
{
	background-color:	#F3FCF7;	
}
.semester2
{
	background-color:	#FBFBEB;	
}
.semester3
{
	background-color:	#FCF1F2;	
}
.semester4
{
	background-color:	#F4F4FF;	
}

.semester5
{
	background-color:	      #F5F0E9;	
}

div.coursesemester1 h3
{
	background-color:	#F3FCF7;
	border-bottom:		solid 2px #999999;
}
div.coursesemester2 h3
{
	background-color:	#FBFBEB;
	border-bottom:		solid 2px #999999;
}
div.coursesemester3 h3
{
	background-color:	#FCF1F2;
	border-bottom:		solid 2px #999999;
}
div.coursesemester4 h3
{
	background-color:	#F4F4FF;
	border-bottom:		solid 2px #999999;
}

