.MonthCalendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #ffffff;
	position:absolute;
	left:0px;
	top:0px;
	width:228px;
	height:auto;
	z-index:2;
	visibility: hidden;
	border: 1px solid #9999ff;
}
.Calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	width:100%;
}
.CalendarTop {
	background-color: #006699;
	height: 28px;
}
.CalendarDays {
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	cursor: default;
	text-align: center;
	width: 14%;
}
.today {
	font-weight: bold;
	border: 1px solid #000033;
	cursor: pointer;
	width: 14%;
	text-align: center;
	color: #ff0000;
}
.day_in {
	font-weight: bold;
	color: #000000;
	border:none;
	cursor: pointer;
	width: 14%;
	text-align: center;
}
.day_out {
	font-weight: bold;
	cursor: default;
	width: 14%;
	text-align: center;
	color: gray;
	background-color: #ffffff;
}
.wke_in {
	font-weight: bold;
	color: #000000;
	background-color:#ffcc99;
	cursor: pointer;
	border:none;
	width: 14%;
	text-align: center;
}
.wke_out {
	background-color:#ffcc99;
	color: gray;
	font-weight: bold;
	border:none;
	cursor: default;
	width: 14%;
	text-align: center;
}
.Selector {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	border: none;
}
