.calendar_date_select_red {
  color:black;
  margin-top:5px;
  background:#fff;
  width:190px;
  border-right:3px solid #888;
  border-bottom:3px solid #888;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  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_red thead th {
  background:#eee;
  padding:6px 3px;
  font-size:1.1em;
  
  border-bottom:1px solid #ccc;
 
}

.calendar_date_select_red .cds_buttons {
  text-align:center;
  padding:5px 0px;
	width:190px;
	border-top:1px solid #ccc;
	background:#eee;
}

.calendar_date_select_red .cds_footer {
	color:#222;
  padding:10px;
  text-align:center;
}

.calendar_date_select_red table {
  margin: 0px;
  padding: 0px;
}


.calendar_date_select_red .cds_header {
  	
	padding:5px 8px 4px 8px;
	
	
	overflow:hidden;
	
	position:relative;

	text-align:center;
}

.calendar_date_select_red .cds_body {
	 

	 font-size:1.1em;
	}
	
.calendar_date_select_red .cds_header span {

  color: black;
  font-weight: bold;
}

.calendar_date_select_red select { font-size:1em; margin:0; padding:0; margin:0 3px; width:55px;}

.calendar_date_select_red .cds_header a:hover {
  color: white;
}
.calendar_date_select_red .cds_header a {
 width:14px;
  height:14px;
  display:block;
	text-indent:-999em;
	margin-top:3px;
}

.calendar_date_select_red .cds_header a.prev {
  float:left;
 
  background:url(../../famundo/images/themes/default/small_arrow_left.gif) no-repeat 0 0;
  
}
.calendar_date_select_red .cds_header a.next {
  float:right;
  background:url(../../famundo/images/themes/default/small_arrow_right.gif) no-repeat 0 0;
}
.calendar_date_select_red .cds_header a.close {
  float:right;
  display:none;
}

.calendar_date_select_red .cds_header select.month {
  width:60px;
}

.calendar_date_select_red .cds_header select.year {
  width:53px;
}

.calendar_date_select_red .cds_buttons a {
 	display:block;
	margin-top:10px;
	font-size:1.1em;
	font-weight:bold;
	
}
.calendar_date_select_red td {

  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
  background-color: #fff;
}
.calendar_date_select_red td.weekend {
  background-color: #eee;
}


.calendar_date_select_red td div.other {
  color: #888;
}
.calendar_date_select_red td.selected div {
  color:#09A2D3;
  font-weight:bold;
  border:1px solid #09A2D3;
  padding:4px 0 3px 0;
}

.calendar_date_select_red tbody td {
  border-bottom: 1px solid #eee;
}
.calendar_date_select_red td.selected {

}

.calendar_date_select_red td:hover {
  background-color:#ccc;
}

.calendar_date_select_red td.today {
  background:#09A2D3;
  color:#fff;
}

.calendar_date_select_red td.today div{
	color:#fff;
	}

.calendar_date_select_red td.disabled div {
  color: #454545;
}


.fieldWithErrors .calendar_date_select_red {
  border: 2px solid red;
}
