.calendar .title {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;


}

.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: #660000;
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
}

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

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

}

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

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

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

.calendar .overview .dayname {
	background-color: #FFCCCC;
	font-weight: bold;
	font-size: x-small;
	color: #660000;
	font-family: "Microsoft Sans Serif";
	width: 10%;
	text-align: center;




}
