.calendar_date_select {
  color:white;
  border:#777 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;
}

.calendar_date_select  thead th {
  font-weight:bold;
  background-color: #F5F5F5;
  border-top:1px solid #777;
  color: #FE6B14 !important;
  padding-bottom:0;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding:5px 0px;
  background-color: #3a94c9;
  color:#FE6B14;
}

.calendar_date_select .cds_footer {
  background-color: #F5F5F5;
  padding:3px;
  font-size:12px;
  text-align:center;
  color:#FE6B14;
}

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


.calendar_date_select .cds_header {
  background-color: #ccc;
  border-bottom: 2px solid #aaa;
  text-align:center;
  height:25px;
}

.calendar_date_select .cds_header span {
  font-size:15px;
  color: black;
  font-weight: bold;
}

.calendar_date_select select { font-size:11px; border:none; margin: 2px;}

.calendar_date_select .cds_header a:hover {
  color: white;
}
.calendar_date_select .cds_header a {
  width:15px;
  height:20px;
  text-decoration: none;
  font-size:14px;
  color:black !important;
}

.calendar_date_select .cds_header a.prev {
  float:left;
  background:url('/trackdown/images/datepickerArrow_back.png') no-repeat;
  margin-top:6px;
  margin-left:2px;
}

.calendar_date_select .cds_header a.next {
  float:right;
  background:url('/trackdown/images/datepickerArrow.png') no-repeat;
  margin-top:6px;
}

.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: white;
  font-size: 9px;
}

.calendar_date_select td {
  background-color: #0876ab;
  font-size:12px;
  width: 24px;
  height: 20px;
  text-align:center;
  vertical-align: middle;
  padding:2px;
}
.calendar_date_select td.weekend {
  background-color: #0575a9;
}

.calendar_date_select td div.other {
  color: #013058;
}

.calendar_date_select tbody td {
  border-bottom: 1px solid #3a94c9;
}
.calendar_date_select td.selected {
  background-color:white;
  color:black;
}

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

.calendar_date_select td.disabled div {
  color: #000044;
}
.calendar_date_select td.today {
  background-color:#0885bd;
}

.fieldWithErrors .calendar_date_select {
  border: 2px solid red;
}
