.KCalendar
{
	position: absolute;
	border: 1px solid #DDDDDD;
	width: 180px;
	height:162px;
	left: 0px;
	top: 0px;
	z-index: 9999;
	overflow: hidden;
	background-color: #F5F5F5;
}
.KCalendar #KCalendarWrap
{
	background-color: #F5F5F5;
}
.KCalendar .head
{
	color: #0066CC;
	padding-left: 1px;
	padding-top: 1px;
	font-size: 11px;
}
.KCalendar .outer
{
	padding-left: 1px;
	padding-top: 1px;
	font-size: 11px;
}
.KCalendar .mover
{
	background-color: white;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	cursor:pointer;
	font-size: 11px;
}
.KCalendar .headerbar
{
	font-size: 12px;
	background: url(../images/cal_topbg.gif) repeat-x;
}
.KCalendar .footerbar
{
	font-size: 11px;
}
.KCalendar .contenter
{
	border: 1px solid #E9E9E9;
	margin: 0 2px 0 2px;
}
.KCalendar .contentdiv
{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 3px;
}
.KCalendar .contentdiv td
{
	height: 16px;
}
.KCalendar .tL
{
	border-right-width: 0px;
	width: 15px;
}
.KCalendar .tR
{
	border-left-width: 0px;
	width: 15px;
}
.KCalendar .tC
{
	border-left-width: 0px;
	border-right-width: 0px;
	width: 15px;
}
.KCalendar .tN
{
	border: 0px;
	width: 15px;
}
.KCalendar #btnDown
{
	background: url(../images/btnDown.gif) no-repeat;
	border: 0px;
	width: 11px;
	height: 10px;
}
.KCalendar #btnUp
{
	background: url(../images/btnUp.gif) no-repeat;
	border: 0px;
	width: 11px;
	height: 10px;
}
.KCalendar .header
{
	cursor:pointer;
	vertical-align: middle;
	color: #0066CC;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 22px;
}
.KCalendar .footer
{
	cursor:pointer;
	width: 58px;
	vertical-align: middle;
	color: #0066CC;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
}
.KCalendar .time
{
	border-top: solid 1px #e0e0e0;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding-left: 8px;
	width: 30px;
	height: 27px;
	font-size: 14px;
	font-family: Tahoma;
	color: #0066cc;
	padding-top: 4px;
	ime-mode:disabled;
}
.KCalendar .split
{
	font-family: Tahoma;
	color: #0066cc;
	border-top: solid 1px #e0e0e0;
	background-color: white;
	padding-top: 4px;
	height: 26px;
	display: inline-block;
}
/*KCalendar end*/