.calendar_date_select {
  border:none;
  border-collapse:collapse;
  display:block;
  width:230px;
  background-color:#fff;
  margin:20px 0;
}
/* 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 {
  color:#fff;
  font-weight:bold;
  background:#d0242b;
  border:none;
  text-shadow:none;
  padding:5px 0;
}

.calendar_date_select .cds_buttons {
  display:none;
	text-align:center;
  padding:5px 0px;
}

.calendar_date_select .cds_footer {
	display:none;
  padding:3px;
  font-size:10px;
  text-align:center;
}

.calendar_date_select table {
  border:1px solid #dfdfdf;
  margin: 0px;
  padding: 0px;
}


.calendar_date_select .cds_header {
  text-align:center;
  background:#f7f7f7;
  padding:4px 0;
  border-top:1px solid #dfdfdf;
}

* html .calendar_date_select .cds_header {
	height:20px;
}


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

.calendar_date_select select { font-size:11px;}

.calendar_date_select .cds_header a:hover {
  color: white;
}
.calendar_date_select .cds_header a {
  width:20px;
  height:20px;
  text-decoration: none;
  font-size:14px;
  margin-top:3px;
  text-indent:-99999px;
  background:url(/images/play_icon.gif) no-repeat center -23px;
}

.calendar_date_select .cds_header a.prev {
  float:left;background-position:center -44px;
}
.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;
}

* html .calendar_date_select .cds_header select.month {
	float:left;
	margin:0 10px;
}

.calendar_date_select .cds_header select.year {
  width:61px;
}

* html .calendar_date_select .cds_header select.year {
	float:left;
}

.calendar_date_select .cds_buttons a {
  color: black;
  font-size: 9px;
}
.calendar_date_select td {
  font-size:12px;
  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
  background-color: #fff;
  border-color:#ccc;
  padding:2px 0;
}
.calendar_date_select td.weekend {
}

.calendar_date_select td div {
  color:#d0242b;
  font-weight:bold;
}
.calendar_date_select td div.other {
  color: #ccc;
}


.calendar_date_select tbody td {
	cursor:default !important;
}

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

.calendar_date_select td.disabled div {
  color: #ccc;
  font-weight:normal;
}

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