li{
	list-style: none;
}


.oggi a{
}

.oggi a:hover{
	color: blue;
}


.evento a{
	color: red !important;
}

.eventoOggi a{
	color: #fff !important;
}

.calendar td{
	padding: 4px 1px 3px 1px;
}
td .eventoOggi{
	background: #fff url(../images/circle_on.jpg) no-repeat center;
}

td .oggi{
	background: #fff url(../images/circle.jpg) no-repeat center;
}


