.calendar_date_select {
  color:white;
  border:#f4b94f 1px solid;
  display:block;
  width:195px;
  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;
}


/* 8b5c29
d8c9d8 */
.calendar_date_select thead th {
  font-weight:bold;
  background-color: #ffe3b2;
  border-top:1px solid #f4b94f;
  border-bottom:1px solid #f4b94f;
  color: #8b5c29 !important;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding:5px 0px;
  background-color: #f8d08a;
}

.calendar_date_select .cds_footer {
  background-color: #f4b94f;
  padding:3px;
  font-size:12px;
  text-align:center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}


.calendar_date_select .cds_header {
  background-color: #fef7eb;
  border-bottom: 2px solid #f4b94f;
  text-align:center;
}

.calendar_date_select .cds_header span {
  font-size:15px;
  color: #8b5c29;
  font-weight: bold;
}

.calendar_date_select select { font-size:11px;}

.calendar_date_select .cds_header a:hover {
  /* color: #8b5c29; */
}
.calendar_date_select .cds_header a {
  width:22px;
  height:20px;
  text-decoration: none;
  font-size:14px;
  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:90px;
}

.calendar_date_select .cds_header select.year {
  width:61px;
}
.calendar_date_select .cds_buttons a {
 color:#8b5c29;
  font-size: 9px;
}

.calendar_date_select td {
  font-size:12px;
  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
  background-color: #fff;
}
.calendar_date_select td.weekend {
  background-color: #fef7eb;
  border-left:1px solid #f4b94f;
  border-right:1px solid #f4b94f;
}

.calendar_date_select td div {
  color: #8b5c29;
}
.calendar_date_select td div.other {
  color: #d8c9d8;
}
.calendar_date_select td.selected div {
  color:#8b5c29;
}

.calendar_date_select tbody td {
  border-bottom: 1px solid #f4b94f;
}
.calendar_date_select td.selected {
  background-color:#f4b94f;
}

.calendar_date_select td:hover {
  background-color:#f8d08a;
}

.calendar_date_select td.today {
  /* border: 1px dashed #999; */
}

.calendar_date_select td.disabled div {
  color: #d8c9d8;
}

.fieldWithErrors .calendar_date_select {
  border: 2px solid red;
}

