#calendarDiv {
	position: absolute;
	width: 205px;
	border: 1px outset #ccc;
	padding: 1px;
	background-color: #fff;
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	padding-bottom: 20px;
	visibility: hidden;
}
#calendarDiv * {
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
}
#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;
    b-order: 1px solid #ccc;
	font-size: 8pt;
}
#calendarDiv .selectBox {
    border: 1px solid #888;
	color: #fff;
    font-weight: bold;
	position: relative;
}
#calendarDiv .selectBoxOver {
	border: 1px solid #fff;
	background-color: #888;
    font-weight: bold;
	color: #fff;
	position: relative;
}
#calendarDiv .selectBoxTime {
	b-order: 1px solid #317082;
	border: 1px solid #00c;
	color: #cc0;
	position: relative;
}
#calendarDiv .selectBoxTimeOver {
	border: 1px solid #c00;
	color: #216072;
	position: relative;
}
#calendarDiv .topBar{
	height: 16px;
	padding: 2px;
	background-color: #888;
}
#calendarDiv .activeDay {
    color: #f00;
    font-weight: bold;
}
#calendarDiv .todaysDate {
	height: 17px;
	line-height: 17px;
	padding: 2px;
	b-ackground-color: #E2EBED;
	background-color: #ddd;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 201px;
}
#calendarDiv .todaysDate div {
	float:left;
}
#calendarDiv .timeBar {
	height:17px;
	line-height:17px;
	background-color: #ffc;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}
#calendarDiv .timeBar div {
	float:left;
	margin-right:1px;
}
#calendarDiv .monthYearPicker {
	background-color: #eee;
	border: 1px solid #aaa;
	position: absolute;
	color: #000;
	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 {
	b-ackground-color:#317082;
	background-color: #eee;
	color: #0f0;
    m-argin: 0px;
    b-order: 1px solid #ccc;
}
#calendarDiv td {
	text-align:right;
	cursor:pointer;
}
#calendarDiv .topBar img {
	cursor:pointer;
}
#calendarDiv .topBar div {
	float:left;
	margin-right:1px;
}