.calend_table {
  border-bottom: 4px solid #DEDEDE;
}

.calend_table td {
  vertical-align:middle !important;
}

.days_table td {
  border-bottom: 1px solid #DEDEDE;
  height: 22px;
  width: 34px;
}
.days_table td a, .days_table td a:link, .days_table td a:hover, .days_table td a:visited, .days_table td a:active {
  font-weight: bold;
}

.days, .days_sun, .days_sun_right {
  background:#DEDEDE;
  color:#000 !important;
}

.day_curr {
  background: #DEDEDE;
  color:#FFFFFF !important;
  font-weight:bold;
}
.day_sun, .no_day_sun, .day_sun_right, .no_day_sun_right{
  background:#F2F2F2;
}

.no_day, .no_day_sun, .no_day_sun_right {
  color:#FFFFFF !important;
  text-align:center;
}

.navig_form td {
  padding:3px;
  font-weight:bold;
  font-size:12px;
  height:22px;
}
td.navig_butt {
  padding:0 7px;
  cursor:pointer;
}

.mouseover, .mouseover_weekend, .mouseover_weekend_s {
  background:#DEDEDE;
  color:#000;
}