/* Стили по умолчанию
 */

.date {
color: #999999;
}



/* Стили календаря
 */

.week_date
{
	background-color: #EBEBEB;
}
.cal_date
{
	background-color: #F7F7F7;
}
.weekend_date
{
	background-color: #FFF0E8;
}


/* Стили сайта
 */


#grey {
	color: #707173;
}
.header {
	background-image: url(/templates/img/header3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-width:650px;
	background-color: #FFFFFF;
}
.header3 {
	background-image: url(/templates/img/header2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.header2 {
	background-image: url(/templates/img/header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	color: #000000;
}
.data {
	font-size: 100%;
	color: #999999;
	font-weight: bold;
}

.copy {
	font-size: 80%;
	font-style: italic;
	color: #0B8532;
	text-decoration: none;
	line-height: 110%;
}
.menu_lev1{
	padding: 4px;
}
.menu_lev2{
	padding: 4px;
}
.menu_lev3{

	margin-left: 20px;
	padding-bottom: 4px;
	list-style-image: url(/templates/img/li.gif);
}
.menu_lev4{

	margin-left: 30px;
	padding-bottom: 4px;
	list-style-image: url(/templates/img/li.gif);
}

.menu_2{
	padding: 7px;
	color: #384B75;
	text-decoration: none;
	font-weight: bold;
}
.menu_lev2act{
	padding: 7px;
	color: #384B75;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/templates/img/menu_act.gif);
	background-repeat: no-repeat;
	background-position: 6px;
}
.menu_lev3act{
	padding: 7px;
	color: #384B75;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/templates/img/menu_act.gif);
	background-repeat: no-repeat;
	background-position: 6px;
}
.menu_lev1act{
	padding: 7px;
	color: #384B75;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/templates/img/menu_act.gif);
	background-repeat: no-repeat;
	background-position: 6px;
}
.menufon {
	background-image: url(/templates/img/menu_pic2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.picture {
	background-image: url(/templates/img/header.jpg);
	background-repeat: repeat-x;
}
.footer {
	background-image: url(/templates/img/footer.jpg);
	background-repeat: repeat-x;
}
.picture2 {
	background-image: url(/templates/img/header3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.picture3 {
	background-image: url(/templates/img/header2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


