/* @override http://localhost:3000/stylesheets/calendar-blue2.css */

.calendar_date_select {
	background: #ffffff;
	border: 1px solid #aaa;
	display: block;
	font-size: 11px;
	padding-bottom: 6px;
	width: 195px;
	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 thead th {
	background-color: #2175d9;
	color: white !important;
	font-weight: bold;
	padding: 4px 0;
}

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

.calendar_date_select .cds_footer {
	background-color: #e6e6e6;
	color: #2175d9;
	font-weight: bold;
	margin: 0 6px;
	padding: 3px;
	font-size: 11px;
	text-align: center;
}

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

.calendar_date_select .cds_header {
	background-color: #e6e6e6;
	border-bottom: 2px solid #999;
	margin: 6px 6px 0 6px;
	text-align: right;
}

.calendar_date_select .cds_header .title,
.calendar_date_select .cds_header .browse,
.calendar_date_select .cds_header .buttons {
	clear: both;
	padding: 1px 6px;
}

.calendar_date_select .cds_header .title {
	background-color: #999;
}

.calendar_date_select .cds_header .title a {
	color: #fff;
	text-decoration: none;
}

.calendar_date_select .cds_header .browse {
	text-align: center;
}

.calendar_date_select .cds_header .buttons {
	background-color: #e6e6e6;
	clear: both;
	padding: 4px 0;
	text-align: center;
}

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

.calendar_date_select .cds_header a.prev {
	float: left;
}

.calendar_date_select .cds_header a.next {
	float: right;
}

.calendar_date_select .cds_header select.month {
	margin-right: 10px;
	width: 90px;
}

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

.calendar_date_select .cds_body {
	padding: 0 6px;
}

.calendar_date_select .cds_buttons {
	display: none;
}

.calendar_date_select td {
	background-color: #fff;
	color: #2175d9;
	width: 24px;
	height: 21px;
	text-align: center;
	vertical-align: middle;
}

.calendar_date_select td.weekend {
	background-color: #f6f6f6;
}

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

.calendar_date_select tbody td {
	border-bottom: 1px solid #eee;
}

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

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

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

.calendar_date_select td.today {
	background-color: #d3e3f7;
	font-weight:bold;
}

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

