.calendar_date_select {
  color: white;
  border: 1px solid #777777;
  display: block;
  width: 195px;
  z-index: 1000;
  font: normal normal normal 11px/100% Arial, Helvetica, sans-serif;
  background: #aaaaaa;
  border-top-width: 4px;;
}

/* 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: #aaaaaa;
  border-bottom: 1px solid #777777;
  color: #ffffff !important;
  padding: 3px 5px;
}

.calendar_date_select .cds_buttons {
  text-align: center;
  padding: 5px 0px;
  background-color: #555555;
}

.calendar_date_select .cds_footer {
  background: #000000;
  padding: 3px;
  font-size: 12px;
  text-align: center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}


.calendar_date_select .cds_header {
  background: #aaaaaa;
  text-align: center;
}

.calendar_date_select .cds_header span {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
}

.calendar_date_select select {
  font-size: 11px;
}

.calendar_date_select .cds_header a:hover {
  color: #ffffff;
}

.calendar_date_select .cds_header a {
  width: 22px;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  font-size: 14px;
  color: #000000 !important;
}

.calendar_date_select .cds_header a.prev {
  float: left;
  text-align: center;
}

.calendar_date_select .cds_header a.next {
  float: right;
  text-align: center;
}

.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: #ffffff;
  font-size: 9px;
}

.calendar_date_select td {
  font-size: 12px;
  text-align: center;
  padding: 2px 4px;
  background: #ffffff;
  text-align: right;
}

.calendar_date_select td.weekend {
  border-left: 1px solid #dddddd;
}

.calendar_date_select td div {
  color: #000000;
  text-align: right;
}

.calendar_date_select td.weekend div {
  color: #ff0000;
}

.calendar_date_select td div.other,
.calendar_date-select td.weekend div.other {
  color: #cccccc;
}

.calendar_date_select td.selected div {
  color: #ffffff;
}

.calendar_date_select td.weekend div {
  color: #ff0000;
}

.calendar_date_select tbody td {
  border-bottom: 1px solid #dddddd;
}

.calendar_date_select td.selected {
  background: #777777;
}

.calendar_date_select td:hover {
  background: #cccccc;
}

.calendar_date_select td.today {
  border: 1px dashed #999999;
}

.calendar_date_select td.disabled div {
  color: #e6e6e6;
}

.fieldWithErrors .calendar_date_select {
  border: 2px solid #ff0000;
}
/* special customizations */
.cds_footer,
.cds_buttons {
  display: none;
}
