div.datepicker {
	position: relative;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
	font-size:1.4em;
}
.datepickerContainer {
	position: absolute;
	top:0;
	left:0;
}
.datepickerBorderT, .datepickerBorderB, .datepickerBorderL, .datepickerBorderR, .datepickerBorderTL
.datepickerBorderTR, .datepickerBorderBL, .datepickerBorderBR {
	display:none;
	height:0;
	width:0;
	overflow:hidden;
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #fff;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: center;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #B1D4EA;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: center;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width: 28px;
	background:none;
	line-height: 16px;
	height: 16px;
	padding: 8px;
	text-align: center;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #666;
}
tbody.datepickerDays td.datepickerSelected{
	background: #B1D4EA;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #B1D4EA;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #B1D4EA;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #B1D4EA;
	font-size:1.2em;
}

div.datepicker tbody th {
	text-align: center;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 40px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #69554D;
}
td.datepickerDisabled a:hover, td.datepickerDisabled.datepickerNotInMonth a:hover {
	color: #69554D;
	font-size:1em;
}
td.datepickerSpecial a, td.datepickerSpecial a:hover {
	color:#C65057;
	background:url(../images/booked.png);
	background-repeat:no-repeat;
	background-position:center 3px;
}
div.datepicker td.datepickerSpecial.datepickerSelected a {
	background: #a00;
	color:#fff;
}
tbody.datepickerDays td.datepickerSelected a, tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected a{
	color: #52433C;
}