.calendar_date_select {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #76c136;
  color:white;
  display:block;
  width:170px;
  z-index: 1000;
  background-color: #e7f5d5;
  padding: 5px;
}
/* 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;
  color: #4ea112 !important;
  font-size: 1.1em;
  padding-bottom: 3px;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding: 5px 0px;
  color: #555;
  font-size: 0.8em;
}

.calendar_date_select .cds_footer {
  padding: 5px;
  margin: 0 10px;
  font-size: 1.5em;
  text-align:center;
  color: #000;
	background-color: #bedea7;
}

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


.calendar_date_select .cds_header {
  text-align:center;
  margin-bottom: 3px;
}

.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:#4ea112 !important;
  font-weight: bold;
  padding-top: 3px;
}

.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:70px;
  margin-right: 5px;
  border: 1px solid #999;
  padding: 1px;
}

.calendar_date_select .cds_header select.year {
  width:50px;
  border: 1px solid #999;
  padding: 1px;
}

.calendar_date_select .cds_buttons a {
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
}
.calendar_date_select td {
	font-size:11px;
	font-weight: bold;
	width: 22px;
	height: 24px;
	text-align:center;
	vertical-align: middle;
	background-color: #bedea7;
}
.calendar_date_select td.weekend {
}

.calendar_date_select td div {
  color: #333;
}
.calendar_date_select td div.other {
  color: #676767;
}
.calendar_date_select td.selected div {
  color:black;
}

.calendar_date_select tbody td {
}
.calendar_date_select td.selected {
  background-color:white;
}

.calendar_date_select td:hover {
 	background-color: #4ea112;
}

.calendar_date_select td.today {
  border: 2px solid #999;
}

.calendar_date_select td.disabled div {
  color: #454545;
}


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