div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
}
.datepickerContainer {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
	width: 180px;
}
div.datepicker span {
	color: #666;
	text-decoration: none;
	outline: none;
}
div.datepicker table td {
	text-align: center;
	padding: 0;
	margin: 0;
	width: 25px;
}
div.datepicker th {
	text-align: center;
	color: #555;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody span {
	display: block;
}
.datepickerDoW th,
.datepickerDoW td {
}
.datepickerViewDays tbody th,
.datepickerViewDays tbody td {
}
div.datepicker tbody .lastRight {
	border-right: 0 !important;
}
div.datepicker tbody .lastBottom {
	border-bottom: 0 !important;
}
.datepickerDays span {
	width: 100%;
	line-height: 16px;
	height: 16px;
}
.datepickerYears span,
.datepickerMonths span{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	
}
td.datepickerNotInMonth span {
	text-indent: -9999px;
}
tbody.datepickerDays td.datepickerSelected{

}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {

}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{

}
div.datepicker a:hover,
div.datepicker a:hover {
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody .datepickerDoW th {
	font-weight: bold;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext span,
.datepickerGoPrev span,
.datepickerMonth span {
	text-align: center;
	line-height: 20px;
	padding-bottom: 12px;
}
.datepickerMonth span {
	color: #000;
}

.datepickerGoNext span {
	float: right;
	width: 20px;
	font-weight: bold;
	display: none !important;
}
.datepickerGoPrev span {
	float: left;
	width: 20px;
	font-weight: bold;
	display: none !important;
}
.datepickerDoW th {
	text-align: center !important;
}
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 .txtColorRed,
td.datepickerDisabled .txtColorBlue,
td.datepickerDisabled span,
td.datepickerDisabled.datepickerNotInMonth a{

}
td.datepickerDisabled a:hover {
	color: #ccc;
}
td.datepickerSpecial span {

}
td.datepickerSpecial.datepickerSelected span {
	background: #a00;
}

td.datepickerSaturday span {
	color: #ff9999 !important;
}