.calendar td.title {
	color: #4B4A58;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
}

.calendar .passive, .calendar .active, .calendar .set{
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 22px;
	font-weight: bold;
	text-align: center;
}

.calendar .active, .calendar .passive, .calendar .set{
	background-repeat: no-repeat;
	background-position: center center;
}

.calendar .active a, .calendar .active a:link, .calendar .active a:active, .calendar .active a:visited{
	display: block;
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
	background-image: url(/imgs/cal_act.gif);
}

.calendar .active a:hover {
	background-image: url(/imgs/cal_ove.gif);
	color: #FFF;
}

.calendar .passive{
	background-image: url(/imgs/cal_pas.gif);
	color: #999999;
}

.calendar .set{
	background-image: url(/imgs/cal_ove.gif);
	color: #FFFFFF;
}

