.calendar_date_select {
  color:white;
  border: 1px solid #5b5b5b;
  display:block;
  width:193px; padding: 5px 8px;
  z-index: 1000;
  background: white;
}

.calendar_date_select .weekdays td {
  border-bottom: 1px solid #c6c4c1;
  padding: 3px 0px;
  /* color: black !important; */
  color: #2c2d2e;
}
.calendar_date_select .weekdays .weekend { color: #f47720; }

.calendar_date_select .cds_time, .calendar_date_select .cds_buttons {
  text-align:center;
  padding:5px 0px;
  background-color: #5f0000;

}

.calendar_date_select .cds_buttons {
  display: none; /* Zitrix, 5 сент '07' */
  background-color:#E7E8E8;
  border-top: 2px solid black;
  border-bottom: 1px solid black;
}

.calendar_date_select .cds_footer {
  display: none; /* Zitrix, 5 сент '07' */
  background-color: black;
  padding:3px;
  text-align:center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}


.calendar_date_select .cds_header {
  padding: 3px 0px;
  text-align:center;
}

.calendar_date_select input, .calendar_date_select select { height:21px; font-size:13px;}
.calendar_date_select select { margin: 0px 4px; }
.calendar_date_select .cds_header input.prev {
  /*
  width:22px;
  float:left;
  border: none;
  background: none;
  color: black;
  font-weight: bold;
  */
  display: none;
}
.calendar_date_select .cds_header input.next {
  /*
  width:22px;
  float:right;
  border: none;
  background: none;
  color: black;
  font-weight: bold;
  */
  display: none;
}

.calendar_date_select .cds_header select.month {
  width:96px;
}

.calendar_date_select .cds_header select.year {
  width:61px;
}

.calendar_date_select td {
  /* background-color: #660000; */
  font-family: Tahoma, sans-serif;
  font-size:11px;
  width: 14px;
  height: 17px;
  text-align:center;
  vertical-align: middle;
  padding: 0px 5px 0px 6px;
}
.calendar_date_select td.weekend {
  /* background-color: #5a0000; */
}

.calendar_date_select td div {
  /* font-weight: bold; */
  text-align: right;
  display: inline;
  
}
.calendar_date_select .other {
  /* color: #93554C; */
  color: white !important;
  cursor: default !important;
  background: white !important;
}
.calendar_date_select td.selected div {
  color:black;
  font-weight: bold;
}


.calendar_date_select .days td {
  /* border-bottom: 1px solid #550000; */
  color: #66859a;
}
.calendar_date_select .days td.selected {
  background-color:white;
  color:black;
}

.calendar_date_select .days td.hover {
  background-color: #ccc;
}
.calendar_date_select .days td.hover div { color: black; }


.calendar_date_select .days td.today {
  /* border: 1px dashed red; */
  color: #f47720;
}

.calendar_date_select .days div.other {
  color: white !important;
  background: white !important;
}

/* adjust bordered cells to have slightly smaller inner areas so they look the same as the rest of the elements */
 
