/*-----------------Текст верхушки меню---------------------*/
.top_menu1 {
  font-family: Arial;
  font-size: 8pt;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  color: #B50303;
}
.top_menu {
  font-family: Arial;
  font-size: 8pt;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  color: #7C7777;
}
a.top_menu:link {
  text-decoration: none;
  color: #7C7777;
}
a.top_menu:active {
  text-decoration: underline;
  color: #7C7777;
}
a.top_menu:hover {
  text-decoration: underline;
  color: #7C7777;
}
a.top_menu:visited {
  text-decoration: none;
  color: #7C7777;
}


/*------------------Главный текст--------------------*/
.red_title {
  font-family: Arial;
  font-size: 10pt;
  line-height: 12pt;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #B50303;
}
.title {
  font-family: Arial;
  font-size: 10pt;
  line-height: 12pt;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #868484;
}
.maintext {
  font-family: Tahoma;
  font-size: 8pt;
  line-height: 10pt;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  text-decoration: none;
  color: #818181;
}
a.maintext:link {
  font-weight: 700;
  text-decoration: none;
  color: #828181;
}
a.maintext:active {
  font-weight: 700;
  text-decoration: underline;
  color: #828181;
}
a.maintext:hover {
  font-weight: 700;
  text-decoration: underline;
  color: #828181;
}
a.maintext:visited {
  font-weight: 700;
  text-decoration: none;
  color: #828181;
}

/*----------------- Нижняя навигация ---------------------*/
.navi {
  font-family: Tahoma;
  font-size: 8pt;
  line-height: 10pt;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #828181;
}
a.navi:link {
  font-weight: 400;
  text-decoration: none;
  color: #828181;
}
a.navi:active {
  font-weight: 400;
  text-decoration: underline;
  color: #828181;
}
a.navi:hover {
  font-weight: 400;
  text-decoration: underline;
  color: #828181;
}
a.navi:visited {
  font-weight: 400;
  text-decoration: none;
  color: #828181;
}

/*----------------- Копирайты ---------------------*/
.copyright_light {
  font-family: Verdana;
  font-size: 7pt;
  line-geight: 9pt;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #C9C7C7;
}
.copyright_dark {
  font-family: Verdana;
  font-size: 7pt;
  line-height: 9pt;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #838383;
}
.foto_div {
  float: left;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  width: 152px;
  height:180px;
}
.photo_note {
  font-size: 10pt;
  text-align: justify;
}
.sel_page {
  color:#828181;
  text-decoration: none;
}
.not_sel_page {
  color: #828181;
  text-decoration: underline;
}

.calendar_table {
  background-color:#DBECFD;
  font-family:Tahoma;
  font-size:12px;
  width:160px;
}
.days_table {
  font-family:Tahoma;
  font-size:12px;
  width:100%;
  text-align:center;
}

.wdyas_rows {
  font-family:Tahoma;
  font-size:12px;

.days_td {
  font-family:Tahoma;
  font-size:12px;
  width:20px;
  height:20px;
  text-align:center;
}
.a_day {
  color:#C40000;
}