.calendar_date_select {
	display: block;
	width: 168px;
	border: 2px solid #a1c4e6;
	color: #666; font: 10px Tahoma;
	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 .cds_buttons { padding:5px 0px; background-color: #555; text-align:center; }
.calendar_date_select .cds_buttons a { color: white; font-size: 9px; }
.calendar_date_select .cds_header { 
	padding: 4px 6px 7px 6px; 
	background-color: #a1c3e6; 
	text-align: center; 
}
.calendar_date_select select { font-size: 11px; }
.calendar_date_select .cds_header select.month { width: 50px; }
.calendar_date_select .cds_header select.year { width: 57px; }
.calendar_date_select .cds_header span { font-size: 15px; color: black; font-weight: bold; }
.calendar_date_select .cds_header a { width: 21px; height: 17px; color: black; font-size: 14px; text-decoration: none; }
.calendar_date_select .cds_header a:hover { color: white; }
.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 { display: none; float: right; }
.calendar_date_select .cds_header a img { display: block; padding-top: 2px; }
.calendar_date_select .cds_footer {
	padding: 3px;
	background-color: #e0eaf5;
	color: #5e8fbd; font-size: 11px; font-weight: bold; text-align: center; 
}
.calendar_date_select .cds_body { 
	padding: 5px 11px 11px 10px; 
	background-color: #fff; 
}
.calendar_date_select table { margin: 0px; padding: 0px; border-collapse: collapse; }
.calendar_date_select thead th { height: 24px; color: #666; font: normal 11px Applegothic, Dotum; }
.calendar_date_select thead th.weekend { color: #6492be; }
.calendar_date_select td {
	width: 21px; height: 17px;
	background-color: #fff;
	font: 10px Tahoma; text-align: center;
	vertical-align: middle;
}
.calendar_date_select td.weekend div { color: #6492be; }
.calendar_date_select td div { color: #666; }
.calendar_date_select td div.other { color: #b8b8b8; }
.calendar_date_select td.selected div { color: #fff; }
.calendar_date_select td.selected { background-color: #a1c4e6; }
.calendar_date_select td:hover { background-color:#d3e1f0; }
.calendar_date_select td.today { font-weight: bold; text-decoration: underline; }
.calendar_date_select td.disabled div { color: #454545; }
.fieldWithErrors .calendar_date_select {
  border: 2px solid red;
}

