

/* - Normalization and Defaults */
datPickerBody {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 13px;
	color: #333;
	background-color: #fff;
}

/* for date pickers */
input.datepicker, input.datepicker2 {
	position: relative;
	z-index: 0;
	width: 55px;
}
img.datepicker {
	vertical-align: middle;
}
#calPickerControls {
	background: #999;
	width: 126px;
	padding: 1px 1px 0px;
}
#calPickerControls select {
	font-size: 9px;
	border: 0px none;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
#calPickerControls img {
	float: right;
	border: 1px solid #fff;
	margin: 2px 2px 0px 0px;
}
.calPicker, .calView {
	border-spacing: 0px;
	border-collapse: separate;
	border: 1px solid #999;

}
.calPicker th, .calPicker td, .calView th, .calView td {
	border: 1px solid #fff;
	padding: 1px 1px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
.calPicker th, .calView th
{
	background-color: #999966;
	color: #fff;
}
.calPicker td, .calView td
{
	background-color: #ebf1f0;
	color: #333;
	cursor: text;
}
.calPicker td.days, .calView td.days
{
	background: #e0d9cd;
	color: #000;
	font-weight: normal;
	cursor: text;
}
.calPicker td.reserved, .calView td.reserved {
	background: #ff6754;
	color: #fff;
	cursor: text;
}
.calPicker td.blocked, .calView td.blocked {
	background: #0092ff;
	color: #fff;
	cursor: text;
}
.calView td.blocked {
	cursor: pointer;
}
.calPicker td.editReserved, .calView td.editReserved {
	background: #ff6754;
	color: #fff;
	cursor: pointer;
}
.calPicker td.inactive, .calView td.inactive {
	background: #fff;
	color: #999;
	cursor: text;
}
.calPicker td.over, .calView td.over
{
	background-color: #999933;
	color: #fff;
	cursor: pointer;
}
/* next style is the today highlight*/
.calPicker td.current, .calView td.current {
	background-color: #c9dbe3;
	color: #000;
}







