#jhDatePicker
{
	background-color: White;
	display: none;
	border: 1px solid Silver;
	width: 180px;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	position: absolute;
	z-index: 10;
}

#jhDatePicker table
{
	width: 100%;
}

#jhDatePicker table td
{
	text-align: center;
}

#jhDatePicker a
{
	color: #DF0000;
	text-decoration: none;
}

#jhDatePicker table td.day
{
	border: 1px solid Silver;
	text-align: center;
}

#jhDatePicker table td.day:hover
{
	background-color: #C9C9C9;
}

#jhDatePicker #jhDatePicker_actday
{
	background-color: #DF0000;
}

#jhDatePicker #jhDatePicker_actday a
{
	color: White;
}