.calend_table {
  width: 213px;
  border: 2px solid #aea69e;
  background: #FFFFFF;
  font-family: Verdana;
  font-size: 12px;
  color: #636363;
}
.days, .days_sun, .days_sun_right {
  background: #aea69e;
  color: #FFFFFF;
  width: 29px;
  height: 19px;
}
.day, .no_day, .day_curr {
  background: #ece9e3;
  height: 24px;
  margin-top: 10px;
  padding: 0;
}
.day_sun, .no_day_sun, .day_sun_right, .no_day_sun_right{
  background: #e5e0db;
}
.days, .days_sun, .day, .no_day, .day_curr, .day_sun, .no_day_sun{
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.day_sun_right, .no_day_sun_right, .days_sun_right {
  border-top: 1px solid #FFF;
  border-right: 0;
}
.navig_form1 {
  padding: 3px;
  background: #dad6cd;
}
.navig_form2 td {
  background: #e5e0db;
  color: #4e4a46;
  border-top: 1px solid #FFF;
  padding: 3px;
  font-weight: bold;
  font-size: 14px;
}
td.navig_butt {
  padding: 0;
  width: 29px;
  cursor: pointer;
}

.mouseover {
  background: #aea69e;
  color: #FFFFFF;
  cursor: pointer;
}
