.calendar_date_select {
  color:white;
  border:#ddd 1px solid;
  display:block;
  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;
}
#content .calendar_date_select td, th {
	padding: 3px;
}
.calendar_date_select thead th {
  font-weight:bold;
  background-color: #eee;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  color: gray !important;
	text-align: center;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding:2px 0px;
  background-color: #eee;
}

.calendar_date_select .cds_footer {
  background-color: #eee;
  padding-bottom: 6px;
  font-size:10px;
  text-align:center;
  color: #666;
}

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

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

.calendar_date_select .cds_header span {
  font-size:12px;
  color: black;
}

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

.calendar_date_select .cds_header a:hover {
  color: white;
}
.calendar_date_select .cds_header a {
  text-decoration: none;
  font-size:14px;
  color:black !important;
}

.calendar_date_select .cds_header a.prev {
  float:left;
  font-size: 11px;
  padding: 3px 5px 5px 5px;
}
.calendar_date_select .cds_header a.next {
  float:right;
  font-size: 11px;
  padding: 3px 5px 5px 5px;
}

.calendar_date_select .cds_header a.close {
  float:right;
  display:none;
}

#content .calendar_date_select .cds_header select.month {
margin: 0 4px 0 0;
 width:90px;
}

#content .calendar_date_select .cds_header select.year {
  width:61px;
}
.calendar_date_select .cds_buttons a {
  color: white;
  font-size: 10px;
}

.calendar_date_select td {
  font-size:12px;
  text-align:center;
  vertical-align: middle;
  background-color: #fff;
}
.calendar_date_select td.weekend {
  background-color: #eee;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}

.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 td.today.selected div {
  color:#000;
}

.calendar_date_select tbody td {
  border-bottom: 1px solid #ddd;
}
.calendar_date_select td.selected {	
  background-color:#af1e19;
}

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

.calendar_date_select td.today {
  border: 1px dashed #999;
  background: #FFF;
  color: #000;
}

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

.fieldWithErrors .calendar_date_select {
/*  border: 2px solid red;*/
}
#content .hour {
	margin-right: 4px;
	margin-left: 40px;
}
#content .hour, #content .minute {
	width: 45px;
	display: inline;
}
#content .minute {
	margin-right: 40px;
}
.button_seperator {
	font-size: 10px;
	color: #555;
}
.seperator, .at_sign {
	display: none;
}