.calendar
{
	background-color: #f6f6f7;
	border:1px solid #f6f6f7;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px;
}
.calendarTitle
{
	border:1px solid #f6f6f7;
	background-color: #f6f6f7;
	text-decoration:none;
}
.dayHeader
{
	border:1px solid #f6f6f7;
}
#container1 a.highlightDay:link,
#container1 a.highlightDay:visited,
#container1 a.highlightDay:hover,
#container1 a.highlightDay:active
{
	color:#FFF;
}
.day a, .NextMonth a, .PrevMonth a
{
	text-decoration: none;
}
.PrevMonth
{
	background-image: url(../i/arrow_prevmonth.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}
.NextMonth
{
	background-image: url(../i/arrow_nextmonth.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 8px;
}