.calendar_date_select {
  background:#FFF;  
  border:1px solid #000;
  color:white;
  display:block;
  padding:10px;
  width:260px;
  z-index: 1000;
}

.calendar_date_select .weekdays td {
  font-weight:bold;
  background-color: #aaa;
  border-top:1px solid #603810;
  border-bottom:1px solid #603810;
  color: white !important;
}

.calendar_date_select .cds_time, .calendar_date_select .cds_buttons {
  display:none;
  text-align:center;
  padding:5px 0px;
  background-color: #555;
}

.calendar_date_select .cds_buttons {
  background-color:#E7E8E8;
  border-top: 1px solid #603810;
  border-bottom: 1px solid black;
}

.calendar_date_select .cds_footer {
  background-color: black;
  margin-top:10px;
  padding:3px;
  font-size:12px;
  text-align:center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}

.calendar_date_select .cds_header {
  border-bottom: 1px solid #603810;
  padding-bottom:9px;
  text-align:center;
}

.calendar_date_select input, .calendar_date_select select { height:21px; font-size:13px;}
.calendar_date_select .cds_header input.prev {
  width:22px;
}
.calendar_date_select .cds_header input.next {
  width:22px;
}
.calendar_date_select .cds_header select.month {
  width:90px;
}
.calendar_date_select .cds_header select.year {
  width:70px;
}

.calendar_date_select td {
  font-size:12px;
  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
  background-color: #fff;
}
.calendar_date_select th {
  color:#000;
  font-weight:bold;
  padding:3px;
}

.calendar_date_select td.weekend {
  background-color: #eee;
  border-left:1px solid #603810;
  border-right:1px solid #603810;
}

.calendar_date_select td div {
  color: #000;
}
.calendar_date_select td div.other {
  color: #ccc;
}
.calendar_date_select td.selected div {
  color:white;
}

.calendar_date_select .days td {
  border-bottom: 1px solid #603810;
}
.calendar_date_select td.selected {
  background-color:#777;
}

.calendar_date_select td.hover {
  background-color:#ccc;
}

.calendar_date_select td.today {
  border: 1px dashed #603810;
}

/* Extra styles Jelle — 12/10/08 */
.cds_header a{
  margin-right:5px;
}
.cds_header img{
  border:none;
}

