#calendarDiv {
	position: absolute;
	width: 230px;
	border: 1px solid #4A7AC9;
	padding: 1px;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	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 #DDECFE;
	color: #DDECFE;
	position: relative;
}

#calendarDiv .selectBoxOver {
	border: 1px solid #FFF;
	background-color: #4A7AC9;
	color: #DDECFE;
	position: relative;
}

#calendarDiv .selectBoxTime {
	border: 1px solid #4A7AC9;
	color: #FF0000;
	position: relative;
}

#calendarDiv .selectBoxTimeOver {
	border: 1px solid #4A7AC9;
	color: #4A7AC9;
	position: relative;
}

#calendarDiv .topBar {
	height: 16px;
	padding: 5px;
	background-color: #4A7AC9;
}

#calendarDiv .activeDay { /* Active day in the calendar */
	background: #2E8B57 none repeat scroll 0 0;
	color: #FFFFFF;
}

#calendarDiv .todaysDate {
	height: 17px;
	line-height: 17px;
	padding: 2px;
	background-color: #DDECFE;
	color: #0000FF;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 227px;
}

#calendarDiv .todaysDate div {
	float: left;
	color: #4A7AC9;
}

#calendarDiv .timeBar {
	height: 17px;
	line-height: 17px;
	background-color: #DDECFE;
	width: 72px;
	color: #FFF;
	position: absolute;
	right: 0px;
}

#calendarDiv .timeBar div {
	float: left;
	margin-right: 1px;
}

#calendarDiv .monthYearPicker {
	background-color: #DDECFE;
	border: 1px solid #AAAAAA;
	position: absolute;
	color: #4A7AC9;
	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: #4A7AC9;
	color: #fff;
}

#calendarDiv td {
	text-align: center;
	cursor: pointer;
}

#calendarDiv .topBar img {
	cursor: pointer;
}

#calendarDiv .topBar div {
	float: left;
	margin-right: 1px;
}

.calendar_week_row {
	color: #4A7AC9;
}

.calendar_week_column {
	color: #838B8B;
}