#calendarDiv {
	position: absolute;
	width: 205px;
	border: 2px solid #206a9b;
	padding: 1px;
	background-color: #FFF;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 1.1em;
	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 .selectBoxTime, #calendarDiv .selectBoxTimeOver {
	line-height: 12px;
	padding: 1px;
	cursor: pointer;
	padding-left: 2px;
}
#calendarDiv td {
	padding: 3px;
	margin: 0px;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 1em;
	background: #f1f8fc;
}
#calendarDiv .selectBox {
	border: 1px solid #c7e1f3;
	color: #c7e1f3;
	position: relative;
}
#calendarDiv .selectBoxOver {
	border: 1px solid #FFF;
	background-color: #007ed1;
	color: #FFF;
	position: relative;
}
#calendarDiv .selectBoxTime {
	border: 1px solid #ccc;
	color: #fff;
	position: relative;
}
#calendarDiv .selectBoxTimeOver {
	border: 1px solid #fff;
	background: #007ed1;
	color: #fff;
	position: relative;
}
#calendarDiv .topBar {
	height: 16px;
	padding: 2px;
	background-color: #007ed1;
}
#calendarDiv .activeDay {
	/* Active day in the calendar */
	color: #FF0000;
	background: #ffffff;
	border: 1px solid #000000;
}
#calendarDiv .todaysDate {
	height: 17px;
	line-height: 17px;
	padding: 2px;
	background-color: #000;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 201px;
}
#calendarDiv .todaysDate div {
	float: left;
}
#calendarDiv .timeBar {
	height: 17px;
	line-height: 17px;
	width: 72px;
	color: #FFF;
	position: absolute;
	right: 0px;
}
#calendarDiv .timeBar div {
	float: left;
	margin-right: 1px;
}
#calendarDiv .monthYearPicker {
	background-color: #ddeeff;
	border: 1px solid #665555;
	position: absolute;
	color: #000000;
	left: 0px;
	top: 15px;
	z-index: 1000;
	display: none;
	font-size: 0.9em;
}
#calendarDiv #monthSelect {
	width: 70px;
	color: #fff;
}
#calendarDiv .monthYearPicker div {
	float: none;
	clear: both;
	padding: 1px;
	margin: 1px;
	cursor: pointer;
}
#calendarDiv .monthYearActive {
	background-color: #007ed1;
	color: #c7e1f3;
}
#calendarDiv td {
	text-align: right;
	cursor: pointer;
}
#calendarDiv .topBar img {
	cursor: pointer;
}
#calendarDiv .topBar div {
	float: left;
	margin-right: 1px;
}