.calendar_date_select {
	color: #fff;
	border:#777 1px solid;
	display:block;
	width:195px;
	z-index: 3000;
}
/* 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: 2999;
}

.calendar_date_select thead th {
	background-color: #2E74BA;
	border-top: 2px solid #626970;
	color: #FFF !important;
	font-weight: normal;
	padding: 1px 0;
}

.calendar_date_select .cds_buttons {
	background-color: #DCE3EC;
	text-align: center;
}

.calendar_date_select .cds_footer {
	background-color: #2E74BA;
	padding:3px;
	font-size:10px;
	text-align:center;
}

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


.calendar_date_select .cds_header {
	border-bottom: 2px solid #AAAAAA;
	background-color: #ccc;
	padding: 2px 0;
	text-align: center;
}

.calendar_date_select .cds_header select {border: 1px solid #7f9ab4;}

.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: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: black;
  font-size: 9px;
}
.calendar_date_select td {
  font-size:12px;
  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
  background-color: #dce3ec;
}

.calendar_date_select td.weekend {color: #666;}
.calendar_date_select td div {color: #000;}
.calendar_date_select td div.other {color: #666;}
.calendar_date_select tbody td {border-bottom: 1px solid #5e5f61;}
.calendar_date_select td.selected {background-color:#fff;}
.calendar_date_select td:hover {background-color:#fff;}
.calendar_date_select td.today {border:1px dashed #999999;}
.calendar_date_select td.disabled div {color: #e6e6e6;}
.fieldWithErrors .calendar_date_select {border: 2px solid red;}
