#calendarDiv {
	position: absolute;
	width: 189px;
	border: 1px solid #b4b2a9;
	padding: 1px;
	background-color: #fff;
	font-family: arial;
	font-size: 10px;
	padding-bottom: 20px;
	visibility: hidden;
}

#calendarDiv span, #calendarDiv img { float:left; }

#calendarDiv .selectBox, #calendarDiv .selectBoxOver {
	line-height: 12px;
	padding: 1px;
	cursor: pointer;
	padding-left: 2px;
}

#calendarDiv td {
	padding: 3px;
	margin: 0px;
	font-size: 10px;
}

#calendarDiv .selectBox {
	width: 30px;
	margin: 0;
	padding: 0;
	color: #fff;
	position: relative;
}

#calendarDiv .selectBoxOver {
	border: 1px solid #fff;
	background-color: #405973;
	color: #fff;
	position: relative;
}

#calendarDiv .topBar {
	height: 16px;
	padding: 2px;
	background-color: #405973;
}

#calendarDiv .activeDay {
	color: #405973;
	background: #e4e0cd;
	border: 1px solid #b4b2a9;
	border-bottom-color: #f0eddd;
	border-right-color: #f0eddd;
}

#calendarDiv .todaysDate {
	height: 17px;
	line-height: 17px;
	padding: 2px;
	background-color: #eee1b2;
	text-align: center;
	position: absolute;
	bottom: 0px;
	color: #000;
	width: 185px;
}

#calendarDiv .monthYearPicker {
	background-color: #E2EBED;
	border: 1px solid #AAAAAA;
	position: absolute;
	color: #405973;
	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 {
	background-color: #405973;
	color: #E2EBED;
}

#calendarDiv td {
	text-align: right;
	cursor: pointer;
}

#calendarDiv .topBar img {
	cursor: pointer;
}

#calendarDiv .topBar div {
	float: left;
	margin-right: 1px;
}

#calendarDiv table { margin: 0; }
#calendarDiv td a:hover, #calendarDiv td a:active { font-weight: bold; }