#calendarDiv {
	padding: 1px 1px 20px; border: 1px solid rgb(49, 112, 130); width: 205px; font-family: arial; font-size: 10px; visibility: hidden; position: absolute; background-color: rgb(255, 255, 255);
}
#calendarDiv span {
	float: left;
}
#calendarDiv img {
	float: left;
}
#calendarDiv .selectBox {
	padding: 1px 1px 1px 2px; line-height: 12px; cursor: pointer;
}
#calendarDiv .selectBoxOver {
	padding: 1px 1px 1px 2px; line-height: 12px; cursor: pointer;
}
#calendarDiv .selectBoxTime {
	padding: 1px 1px 1px 2px; line-height: 12px; cursor: pointer;
}
#calendarDiv .selectBoxTimeOver {
	padding: 1px 1px 1px 2px; line-height: 12px; cursor: pointer;
}
#calendarDiv td {
	margin: 0px; padding: 3px; font-size: 10px;
}
#calendarDiv .selectBox {
	border: 1px solid rgb(226, 235, 237); color: rgb(226, 235, 237); position: relative;
}
#calendarDiv .selectBoxOver {
	border: 1px solid rgb(255, 255, 255); color: rgb(255, 255, 255); position: relative; background-color: rgb(49, 112, 130);
}
#calendarDiv .selectBoxTime {
	border: 1px solid rgb(49, 112, 130); color: rgb(49, 112, 130); position: relative;
}
#calendarDiv .selectBoxTimeOver {
	border: 1px solid rgb(33, 96, 114); color: rgb(33, 96, 114); position: relative;
}
#calendarDiv .topBar {
	padding: 2px; height: 16px; background-color: rgb(49, 112, 130);
}
#calendarDiv .activeDay {
	color: rgb(255, 0, 0);
}
#calendarDiv .todaysDate {
	padding: 2px; width: 201px; height: 17px; text-align: center; bottom: 0px; line-height: 17px; position: absolute; background-color: rgb(226, 235, 237);
}
#calendarDiv .todaysDate div {
	float: left;
}
#calendarDiv .timeBar {
	width: 72px; height: 17px; right: 0px; color: rgb(255, 255, 255); line-height: 17px; position: absolute; background-color: rgb(226, 235, 237);
}
#calendarDiv .timeBar div {
	margin-right: 1px; float: left;
}
#calendarDiv .monthYearPicker {
	border: 1px solid rgb(170, 170, 170); left: 0px; top: 15px; color: rgb(49, 112, 130); display: none; position: absolute; z-index: 1000; background-color: rgb(226, 235, 237);
}
#calendarDiv #monthSelect {
	width: 70px;
}
#calendarDiv .monthYearPicker div {
	margin: 1px; padding: 1px; clear: both; float: none; cursor: pointer;
}
#calendarDiv .monthYearActive {
	color: rgb(226, 235, 237); background-color: rgb(49, 112, 130);
}
#calendarDiv td {
	text-align: right; cursor: pointer;
}
#calendarDiv .topBar img {
	cursor: pointer;
}
#calendarDiv .topBar div {
	margin-right: 1px; float: left;
}
