.cssCalendarTable
{
	font-family:arial, tahoma;
	font-size:12px;
	color:#1961b2;
	font-weight:normal;
}

.cssCalendarNoDayCell
{
	font-family:arial, tahoma;
	font-size:12px;
	background:#ffffff;
	height:30px;
	border-top:1px solid #6cb3ee;
	border-right:1px solid #6cb3ee;
}


.cssCalendarDisabledCell
{
	font-family:arial, tahoma;
	font-size:12px;
	background:#eaeaea;
	height:30px;
	cursor:pointer;
	border-top:1px solid #6cb3ee;
	border-right:1px solid #6cb3ee;
}

.cssCalendarTodaysDate
{
	font-family:arial, tahoma;
	font-size:12px;
	background:#ffbe06;
	color:#000000;
	cursor:pointer;
	height:30px;
	border-top:1px solid #6cb3ee;
	border-right:1px solid #6cb3ee;
	font-weight:bold;
}

.cssCalendarDayCell
{
	font-family:arial, tahoma;
	font-size:12px;
	background:#ffffff;
	cursor:pointer;
	height:30px;
	border-top:1px solid #6cb3ee;
	border-right:1px solid #6cb3ee;
}

.cssCalendarDayHoverCell
{
	font-family:arial, tahoma;
	font-size:12px;
	background:#badaff;
	color:#000000;
	cursor:pointer;
	height:30px;
	border-top:1px solid #6cb3ee;
	border-right:1px solid #6cb3ee;
	font-weight:bold;
}

.cssCalendarEventDay
{
	font-family:arial, tahoma;
	font-size:12px;
	font-weight:bold;
	background:#207ae0;
	cursor:pointer;
	height:30px;
	color:#ffffff;
	border-top:1px solid #6cb3ee;
	border-right:1px solid #6cb3ee;
}

.cssCalendarEventDayHover
{
	font-family:arial, tahoma;
	font-size:12px;
	font-weight:bold;
	background:#badaff;
	cursor:pointer;
	height:30px;
	color:#ffffff;
	border-top:1px solid #6cb3ee;
	border-right:1px solid #6cb3ee;
}

.cssCalendarFloatBullet
{
	color:#55a5ff;
}

.cssCalendarFloatTitle
{
	font-family:arial, tahoma;
	font-size:14px;
	font-weight:bold;
	color:#207ae0;
}

.cssCalendarFloatMainFont
{
	font-family:arial, tahoma;
	font-size:11px;
	font-weight:normal;
	color:#315074;
}

.cssCalendarFloatSubFont
{
	font-family:arial, tahoma;
	font-size:12px;
	font-weight:normal;
	color:#1a5aa3;
}
