.calendar .title {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	background-image: url(../images/calendar_bg.gif);

}

.calendar .title A:link {
	color: #FFFFFF;
	font-size: 12px;
}

.calendar .title A:visited {
	color: #CCFFFF;
	font-size: 12px;
}

.calendar .title A:hover {
	color: #00FF00;
	text-decoration: none;
	font-size: 12px;
}

.calendar .overview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.calendar .overview A:link {
	text-decoration: none;
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.calendar .overview A:visited {
	text-decoration: none;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.calendar .overview A:hover{
	background-color: #000000;
	color: #99FFFF;
	text-decoration: none;
}

.calendar .overview .last_month {
	color: #999999;
	font-size: 12px;

}

.calendar .overview .next_month {
	color: #999999;
}

.calendar .overview #today {
	color: #FFFFFF;
	background-color: #FFCCFF
}

.calendar .overview #selected {
	color: #FFFFFF;
	background-color: #FF9999
}

.calendar .overview .dayname {
	background-color: #E8F1FF;
	font-weight: bold;
	font-size: x-small;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 10%;
	text-align: center;




}
