.calendar_date_select {
  color:white;
  display:block;
  width:195px;
  z-index: 1000;
  background-color:white;
  border:1px solid black;
  padding:2px;
}
/* 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:normal;
	height:18px;
	background-color:#ECECEC;	  
	border: 1px solid #D4D4D4;
	color: #000 !important;
	text-align: center;
}

.calendar_date_select .cds_buttons {
	text-align:center;
	padding:5px 0px;
	background-color: #555;
	font:12px "Trebuchet MS", sans-serif;
}

.calendar_date_select table {
 	margin: 0px;
 	padding: 0px;
	font:12px "Trebuchet MS", sans-serif;
	border-collapse:collapse;
	background-color: #FFF;		
}


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

.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:80px;
}

.calendar_date_select .cds_header select.year {
  width:61px;
}

.calendar_date_select .cds_buttons a {
	color: white;
	text-decoration:underline;
	padding: 0px 5px 0px 5px;
}

.calendar_date_select .cds_buttons a:hover {
	text-decoration:none;
}


.calendar_date_select td {
  font-size:12px;
  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
	border:1px solid #D4D4D4;
}

.calendar_date_select td div {
  color: #000;
}
.calendar_date_select td div.other {
  color: #888;
}
.calendar_date_select td.selected div {
  color:black;
}

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

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

.calendar_date_select td.today div{
	color:#F08B00;
	font-weight:bold;
}

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

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

.calendar_date_select .cds_footer {
  background-color: black;
  padding:3px;
  font-size:12px;
  text-align:center;
}


/* Lateral filters */
div#sidebar span.field_label {
	float: left;
	width: 40px; 
}

div#sidebar form input.filter_submit {
  float: right;
  margin: 5px;
}
