/* CSS Document */

.main_border {border:1px solid #000000;}
p {font-family:Verdana; font-size:12px; margin:15px;}
.left {background-color:#f6f6f6; border-right:1px solid #424242;}
body {background-image:url(img/munim.gif)}
p.title {
background-color: #0000FF;
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
}

#coolmenu{
border: 1px solid gray; /*Стиль рамки */
border-bottom-width: 0;
width: 93%; /*Ширина меню */
background-color: #EAEAEA;  /*Фоновый цвет ячейки*/
margin:8px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 150px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
font: bold 13px Verdana; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #000000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 1px solid gray;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color: #cccccc; /*Фоновый цвет ячейки при наведение курсора*/
color: #000000;  /*Цвет текста при наведении курсора*/
}

.lesson {border:1px solid #cccccc; width:95%;}
.lesson_title {background-color:#f7f7f7;}

.zapkot_name {font-weight:bold; font-size:15px; margin-top:7px; margin-bottom:7px;}
.zapkot_adds {font-size:11px; margin-top:7px; margin-bottom:7px; color:#424242;}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0033FF;
}

.style2 {font-size: 10px; margin-top: 2px; margin-bottom: 2px}
.style3 {font-size: 9px; margin-top: 1px; margin-bottom: 1px}
.table1 p{font-size: 9px; margin: 2px}
