div.datepicker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	height: 160px;
	cursor: default;
}
.datepickerContainer {
	background: #FFFFFF;
}

div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #000000;
	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: #000000;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: center;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width:25px;
	line-height: 20px;
	height:20px;
	/*padding-right: 2px;*/
}
.datepickerYears a,
.datepickerMonths a{
	width: 50px;
	line-height: 45px;
	height: 45px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #6e6c76;
}
tbody.datepickerDays td.datepickerSelected{
	background: #d6e8ff;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #d6e8ff;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #d6e8ff;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #2770d5;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #2770d5;
}
div.datepicker tbody th {
	text-align: center;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height:20px;
	line-height:20px;
}
.datepickerGoNext a {
	background-image:url(../images/report/datepicker_next.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:25px;
	height:20px;
	cursor:pointer;
	float:right;
}
.datepickerGoPrev a {
	background-image:url(../images/report/datepicker_previous.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:25px;
	height:20px;
	cursor:pointer;
	float:left;
}
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;
}