.TitleStyle
{
	background-image: url(../picture/head/kalenderBg.jpg);
	font-size: 12px;
	font-weight: bold;
	height: 24px;
}

.NextPrev
{
   color: #000000;
	font-size: 10px;
	font-weight: normal;
}

.DayHeader
{
	background-color: #eaeaea;
	color: #333333;
	font-size: 9px;
	font-weight: bold;
	height: 18px;
}

.OtherMonthDay
{
	background-color: #ffffff;
	color: #999999;
	font-size: 10px;
}

.Day
{
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
}

.TodayDay
{
	cursor:default;
	text-align:center;
	width:20px;
	height:15px;
	color:#000;
	font-size: 10px;
	font-weight: bold;

}

