/* CSS Document */

.main_border {border:0px solid #000000;}
p {font-family:Verdana; font-size:12px; margin:1px;}
.left {
	border-right:0px solid #FFFF33;
	background-image: url(pict/layout_14.gif);
	background-repeat: repeat;
}
body {background-image: url(pict/img_17.jpg);
}
p.title {
	background-color: #A72E37;
	color: #006633;
	font-weight:bold;
	margin:0px;
	padding:5px;
	background-image: url(pict/back.gif);
}

#coolmenu{
border: 0px ; /*Стиль рамки */
border-bottom-width: 10;
width: 85%; /*Ширина меню */
margin:15px; /*Ширина отступов*/
background-color: #FFCC33; 
}

* html #coolmenu{ 
width: 150px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
	font: bold 13px Verdana; /*Шрифт текста*/
	padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
	padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
	display: block;
	width: 100%; /*Ширина ячейки*/
	color: #FFFFFF;  /*Цвет текста*/
	text-decoration: none; /*Подчеркивание у ссылок - нет*/
	border-bottom: 0px solid gray;
	background-image: url(pict/buton.gif);
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color: #cccccc; /*Фоновый цвет ячейки при наведение курсора*/
color: #000000;  /*Цвет текста при наведении курсора*/
}

p.title2 {
background-color: #FF9941;
color: #ffffff;
font-weight:bold;
margin:20px;
padding:5px;
}

.form1 {
font-family: Verdana;
font-size: 10px;
}

.form3 {
font-family: Verdana;
font-size: 11px;
}

.formm {
border: 1px solid #cccccc;
margin:5px;
}
.text {
	background-image:url(pict/main.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	margin:5px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 50px;
}


.lesson {border:20px solid #cccccc; width:95%;}
.lesson_title {background-color:#f6f6f6;}

.lesson_name {font-size: 15px;
	margin:5px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.lesson_adds {font-size: 15px;
	margin:5px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.view_title {font-size:16px; font-weight:bold; color:#cc0000; text-align:center;}
.view_date {font-size:14px; color:#424242; margin-top:7px; margin-bottom:7px; font-weight:bold;}