.calMonthHeader {
	font-size: 11px;
	font-weight: none;
	font-family: verdana, arial, helvetica;
	color: #000000;
	background: #ffffff;
	}
.calWeekdayHeader {
	font-size: 11px;
	font-weight: none;
	font-family: verdana, arial, helvetica;
	color: #000000;
	background: #ffffff;
	}
.calWeekdayHeaderDayCell	{
	border-top: 1px solid #1B406A;
	border-left: 1px solid #1B406A;
	border-right: 1px solid #1B406A;
	font-size: 11px;
	padding: 3px;
	background: #DBF4FD
	}
.calDayCellBlock	{
	border: 1px solid #A7A7A7;
	font-size: 11px;
	}
.calDate	{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	padding: 5px;
	background: #4F8DD3;
	color: #ffffff;
	width: relative;
	float: left;
	border: 1px solid #1B406A;
	margin: 1px
	}
.calDateToday	{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	padding: 5px;
	background: #FEFEDA;
	color: #000000;
	width: relative;
	float: left;
	border: 1px solid #444141;
	margin: 1px		
	}
.calCheckbox	{
	float: right
	}
.calendarMat	{
	background: #DFEEFF
	}