div.datepicker {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 196px;
	height: 147px;
	font-size: 12px;
	cursor: default;
}

.datepickerContainer {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #540d0d;
}

.datepickerBorderT,
.datepickerBorderB,
.datepickerBorderL,
.datepickerBorderR,
.datepickerBorderTL,
.datepickerBorderTR,
.datepickerBorderBL,
.datepickerBorderBR {
	display: none;
}

.datepickerHidden {
	display: none;
}

div.datepicker a {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}

div.datepicker table {
	margin: 0;
}

div.datepicker table td,
div.datepicker table th {
	margin: 0;
	padding: 2px;
	border: 1px solid #fff;
}

div.datepicker table td {
	text-align: right;
}

div.datepicker th {
	text-align: center;
}

div.datepicker tbody th {
	text-align: left;
}

div.datepicker tbody a {
	display: block;
}

.datepickerDays a {
	padding-right: 2px;
	width: 20px;
	height: 16px;
	line-height: 16px;
}

.datepickerYears a,
.datepickerMonths a {
	width: 44px;
	height: 36px;
	text-align: center;
	line-height: 36px;
}

td.datepickerNotInMonth a {
	color: #666;
}

tbody.datepickerDays td.datepickerSelected {
	background: #fff;
	color: #000;
}

tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #fff;
	color: #000;
}

tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected {
	background: #fff;
	color: #000;
}

div.datepicker a:hover,
div.datepicker a:hover {
	background: #770505;
}

div.datepicker td.datepickerNotInMonth a:hover {
	background: #770505;
}

div.datepicker tbody th {
	text-align: left;
}

.datepickerSpace div {
	width: 20px;
}

.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	height: 20px;
	text-align: center;
	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: #700;
}

td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}