#calendarDiv{
	position: absolute; width: 205px; border: 1px solid #728231; padding: 1px; background: #fff;
	font: 10px "Trebuchet MS", Trebuchet, Arial, sans-serif; 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-size: 10px; }
#calendarDiv .selectBox { border: 1px solid #f5f1d0; color: #f5f1d0; position: relative; }
#calendarDiv .selectBoxOver {border: 1px solid #fff; background: #728231; color: #fff; position: relative; }
#calendarDiv .selectBoxTime{ border: 1px solid #728231; color: #728231; position: relative; }
#calendarDiv .selectBoxTimeOver { border: 1px solid #567221; color: #567221; position:relative; }
#calendarDiv .topBar { height: 16px; padding: 2px; background: #728231; }
#calendarDiv .activeDay {	/* Active day in the calendar */ color: #db602a; font-weight: bold; }
#calendarDiv .todaysDate {
	height:17px; line-height:17px; padding:2px; background: #f5f1d0;
	text-align: center; position: absolute; bottom: 0px; width: 201px;
}
#calendarDiv .todaysDate div { float:left; }
#calendarDiv .timeBar {
	height: 17px; line-height: 17px; background: #f5f1d0; width: 72px; color: #fff; position: absolute; right: 0px;
}
#calendarDiv .timeBar div { float:left; margin-right:1px; }
#calendarDiv .monthYearPicker{
	background: #f5f1d0; border: 1px solid #aaa; position: absolute; color: #728231;
	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: #728231; color: #f5f1d0; }
#calendarDiv td { text-align: right; cursor: pointer; }
#calendarDiv .topBar img { cursor: pointer; }
#calendarDiv .topBar div { float: left; margin-right: 1px; }