.AICalendar
{
	font-family:Tahoma;
	font-size: 11px;
	font-weight:normal;
	/*color: #707070;*/
	border:0px;
	background-color:#fff;
	border-spacing:1px;
	width:180px;
}
.AICalendarTitle
{
	width:100%;
	height:10px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background-color:#cd1b1b;
}
.AICalendarTitle a
{
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

.AICalendarSpecialDay
{
	/*height:20px;*/
	background-color:#efefef;
	font-weight: bold;
}
.AICalendarSpecialDay a
{
	color: #cd1b1b;
	font-weight:bold;
	text-decoration: none;
}
.AICalendarDayHeader
{
/*
	color:#c39747;
	font-weight:bold;
*/
	/*height:20px;*/
	font-family: Tahoma, "Microsoft Sans Serif", Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #efefef;
}
.AICalendarDay a
{
	/*height:20px;*/
	font-size: 11px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
.AICalendarDayOtherMonth
{
	/*height:20px;*/
	background-color:#f8f8f8;
}
.AICalendarDayOtherMonth a
{
	font-size: 11px;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}
.AICalendarNextPrev a
{
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px;
	opacity: 0.80;
}
#tooltip h3
{
	margin: 0;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	color:#cd1b1b;
}
#tooltip div
{
	margin: 0;
	font-family:Tahoma;
	font-size:12px;
}
.sunday {
	font-family: Tahoma, "Microsoft Sans Serif", Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #c39747;
	text-decoration: none;
}
