.calendar_date_select {
  color:white;
  border:#777 1px solid;
  display:block;
  width:190px;
  z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window.  This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
  position: absolute;
  z-index: 999;
}

.calendar_date_select thead th {
  font-weight:bold;
  background-color: #E7E8E8;
  color: black !important;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding:1px 0px;/* mine */
  background-color: #c9b688;
}

.calendar_date_select .cds_body thead tr th {
  background-color: #c9b688; /* mine */
  font-size:11px; /* mine */
  text-align:center;
}

.calendar_date_select .cds_footer {
  background-color: #c9b688; /* mine */
  color: #93554C; /* mine */
  font-weight:bold;
  padding:1px; /* mine */
  text-align:center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}

.calendar_date_select .cds_header {
  background-color: #c9b688;
  border-bottom: 2px solid #c9b688;
  text-align:center;
}

.calendar_date_select .cds_header span {
  font-size:10px; /* mine */
  color: black;
  font-weight: bold;
}

.calendar_date_select select { font-size:9px;}

.calendar_date_select .cds_header a:hover {
  color: blue;
}
.calendar_date_select .cds_header a {
  width:22px;
  height:20px;
  text-decoration: none;
  font-size:10px; /* mine */
  color:black !important;
}

.calendar_date_select .cds_header a.prev {
  float:left;
}
.calendar_date_select .cds_header a.next {
  float:right;
}

.calendar_date_select .cds_header a.close {
  float:right;
  display:none;
}

.calendar_date_select .cds_header select.month {
  width:85px; /* mine */
}

.calendar_date_select .cds_header select.year {
  width:61px;
}

.calendar_date_select .cds_buttons a {
  color: white;
  font-size: 9px;
}


.calendar_date_select td {
  background-color: #faf6d1;
  font-size:11px; /* mine */
  width: 24px;
  height: 18px; /* mine */
  text-align:center;
  vertical-align: middle;
}
.calendar_date_select td.weekend {
  background-color: #faf6d1;
}

.calendar_date_select td div {
  color:#93554C;
}
.calendar_date_select td div.other {
  color: #93554C;
}
.calendar_date_select td.selected div {
  color:black;
}

.calendar_date_select tbody td {
  border-bottom: 1px solid #550000;
}
.calendar_date_select tbody td.selected {
  background-color: #aaa;
  color:black;
}

.calendar_date_select tbody td:hover {
  background-color:#ccc;
} 

.calendar_date_select tbody td.today {
  border: 1px dashed blue;
}

.calendar_date_select td.disabled div {
  color: #440000;
}

.fieldWithErrors .calendar_date_select {
  border: 2px solid red;
}
