﻿
.calendar_date_select { display:block; font-size: 0.75em; width: 195px; z-index: 1000; background-color: #f0f9fc; border: 1px solid #42708a; overflow: hidden;  padding-top: 10px; }
#date_box div.box_content .calendar_date_select { border: none; padding-top: 10px; }

/* 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: #42708A !important; font-weight: normal; background-color: transparent; }
.calendar_date_select .cds_buttons { text-align:center; padding:5px 0px; }
.calendar_date_select .cds_footer { padding:3px; color: #000; text-align:center; }
.calendar_date_select table { border: none; margin: 0px; padding: 0px; }
.calendar_date_select .cds_header { text-align:center; }
.calendar_date_select .cds_header * { }
.calendar_date_select .cds_header span { color: black; font-weight: bold; }
.calendar_date_select select { font-size: 1.25em; }
.calendar_date_select .cds_header a:hover { color: white; }
.calendar_date_select .cds_header a { width:22px; height:20px; text-decoration: none; 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 { margin: 0 auto }
.calendar_date_select .cds_buttons a { color: black; }
.calendar_date_select td { width: 24px; height: 21px; text-align:center; vertical-align: middle; background-color: #f0f9fc; }
.calendar_date_select td.weekend { }
.calendar_date_select td div { color: #000; }
.calendar_date_select td div.other { color: #ccc; }
.calendar_date_select td.selected div { color:white; }
.calendar_date_select tbody td { }
.calendar_date_select td.selected { background-color:#ABC8DA; }
.calendar_date_select td:hover { background-color:#ccc; }
.calendar_date_select td.today { border: 1px dashed #ABC8DA; }
.calendar_date_select td.disabled div { color: #e6e6e6; }
.fieldWithErrors .calendar_date_select { border: 2px solid red; }
