#calendarDiv
{
	position: absolute;
	width: 185px;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #FFFFFF;
	font-family: tahoma;
	font-size: 10px;
	padding-bottom: 20px;
	visibility: hidden;
}
#calendarDiv span, #calendarDiv img
{
	float: left;
}
#calendarDiv td
{
	padding: 1px;
	margin: 0px;
	font-size: 10px;
}
#calendarDiv .selectBox, #calendarDiv .selectBoxOver
{
	position: relative;
	padding: 1px 1px 1px 2px;
	line-height: 12px;
	cursor: pointer;
}
#calendarDiv .selectBox
{
	border: 1px solid #E5E5E5;
}
#calendarDiv .selectBoxOver
{
	border: 1px solid #FFFFFF;
}
#calendarDiv .selectBox span
{
	line-height: 12px;
	font-size: 10px;
	color: #E5E5E5;
}
#calendarDiv .selectBoxOver span
{
	line-height: 12px;
	font-size: 10px;
	color: #FFFFFF;
}
#calendarDiv .topBar
{
	height: 16px;
	padding: 2px;
	background-color: #333333;
}
#calendarDiv .activeDay
{
	color: #D60808;
	background: #F5F4E6;
}
#calendarDiv .todaysDate
{
	height: 18px;
	line-height: 18px;
	padding: 2px;
	background-color: #F5F4E6;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 181px;
}
#calendarDiv .todaysDate div
{
	float: left;
	font-size: 10px;
}
#calendarDiv .monthYearPicker
{
	background-color: #F5F4E6;
	border: 1px solid #AAAAAA;
	position: absolute;
	color: #0270AA;
	left: 0px;
	top: 15px;
	z-index: 1000;
	display: none;
}
#calendarDiv #monthSelect
{
	width: 70px;
}
#calendarDiv .monthYearPicker div
{
	float: none;
	clear: both;
	padding: 1px;
	margin: 1px;
	cursor: pointer;
}
#calendarDiv .monthYearActive
{
	color: #0270AA;
	background: #E0DEBC;
}
#calendarDiv td
{
	text-align: right;
	cursor: pointer;
}
#calendarDiv .topBar img
{
	cursor: pointer;
}
#calendarDiv .topBar div
{
	float: left;
	margin-right: 1px;
}

