div.datepicker {
	position: relative;
	display: none;
	font-size:11px;
}
.datepickerContainer {
	position: absolute;
}
.datepickerBorderT, .datepickerBorderB, .datepickerBorderL, .datepickerBorderR, .datepickerBorderTL, .datepickerBorderTR, .datepickerBorderBL, .datepickerBorderBR {
	display:none;
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
	width:100%;
}
div.datepicker a {
	color: #000;
	text-decoration: none;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
	cursor:pointer;
}
div.datepicker table td.datepickerDisabled, div.datepicker table td.datepickerDisabled a {
	cursor:default;
	color:#999;
}
div.datepicker th {
	text-align: center;
	font-weight: 600;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	font-size:12px;
	font-weight:600;
}
td.datepickerNotInMonth {
	color: #fff;
	opacity:0;
}
tbody.datepickerDays td.datepickerSelected{
	background: #78B955;
	border-radius:5px;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #78B955;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #78B955;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #78B955;
}
tbody.datepickerDays td.datepickerSelected a {
	color:#fff;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	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: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #ddd;
	border-radius:5px;
	color:#fff;
}
td.datepickerSpecial.datepickerSelected a {
	background: #78B955;
	border-radius:5px;
	color:#fff;
}
td.datepickerSpecial a:hover {
	color:#fff;
}
.datepickerDays td, .datepickerDoW th {
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center !important;
	vertical-align:middle !important;
}
.datepickerMonth {
	font-size:12px;
	font-weight: 600;
}
.datepickerGoPrev, .datepickerMonth, .datepickerGoNext {
	line-height:36px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	height:46px;
}
.datepickerGoPrev a, .datepickerGoNext a, .datepickerGoPrev span, .datepickerGoNext span {
	width:36px;
	line-height:36px;
	display:block;
	height:36px;
}
.datepickerGoPrev span {
	background:url(../img/cal.png) 50% 50% no-repeat;
	text-indent:-9999px;
}
.datepickerGoNext span {
	background:url(../img/car.png) 50% 50% no-repeat;
	text-indent:-9999px;
}