div.datepicker {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	cursor: default;
	display: none;
}
.datepickerContainer {
	background: #ffffff;
	width:220px;
}
.datepickerHidden {
	display: none;
}

.datepickerSunday, .datepickerSaturday
{
    background:#ffffcc;
}

td.datepickerNotInMonth
{
}

div.datepicker table {
	border-collapse:collapse;
	width:100%;
}

table.datepickerViewDays
{
    border:solid 1px silver;
}

div.datepicker a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 2px;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: center;
}
div.datepicker tbody a {
	display: block;
}

tbody.datepickerDays td
{
    color:Black;
}

.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
	color:Black;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
}

tbody.datepickerDays td.datepickerSelected,
tbody.datepickerDays td.datepickerSelected a
{
	background: #00cc00;
	color:White;
}

tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #00cc00;
    color:White;
}
div.datepicker a:hover {
}
div.datepicker td.datepickerNotInMonth a:hover {
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}

.datepickerMonth, .datepickerGoNext, .datepickerGoPrev
{
    font-size:8pt;
    padding:5px 5px;
    background:#880000;
    color:White;
    font-weight:bold;
}

.datepickerMonth a, .datepickerGoNext a, .datepickerGoPrev a
{
    color:White;
    font-weight:bold;
}


.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
{
}

td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a
{
    cursor:default;
	color: silver;
}
td.datepickerDisabled a:hover {
	color: silver;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}

tr.datepickerDoW th
{
    background:rgb(204,204,204);
    color:Black;
    font-weight:bold;
    padding-bottom:5px;
    padding-top:5px;
    border-bottom:solid 1px silver;
    border-top:solid 1px silver;
}
