 @charset "utf-8";
.eventi ul {
	margin: 0px;
	padding: 0 8px 0 8px;
	list-style-type: none;
}
.eventi li {
	font-size: 0.7em;
	font-weight: bold;
	margin: 6px 0 0 0px;
	padding: 0 0 6px 21px;
	line-height: 1.2em;
	color: #7A7A8B;
}
.eventi li.blu {
	background-image: url(../img/loghino_elenco_blu.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.eventi li.rosso {
	background-image: url(../img/loghino_elenco_rosso.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.eventi li span.data {
	font-weight: normal;
}

.dueColonne #mainContent .eventi A {
	text-decoration : none;
	color: #666666;
}
.dueColonne #mainContent .eventi A:LINK {
	text-decoration : none;
	color: #666666;
}
.dueColonne #mainContent .eventi A:HOVER {
	color : #00338e;
	text-decoration : none;
}
.dueColonne #mainContent .eventi A:ACTIVE {
	color : #00338e;
	text-decoration : none;
}
.dueColonne #mainContent .eventi A:VISITED {
	color : #666666;
	text-decoration : none;
}
.dueColonne #mainContent .eventi A:VISITED:HOVER {
	color : #00338e;
	text-decoration : none;
}


#datacontainer {
	text-align: left;
}

#datacontainer .eventi A {
	text-decoration : none;
	color: #666666;
}
#datacontainer .eventi A:LINK {
	text-decoration : none;
	color: #666666;
}
#datacontainer .eventi A:HOVER {
	color : #00338e;
	text-decoration : none;
}
#datacontainer .eventi A:ACTIVE {
	color : #00338e;
	text-decoration : none;
}
#datacontainer .eventi A:VISITED {
	color : #666666;
	text-decoration : none;
}
#datacontainer .eventi A:VISITED:HOVER {
	color : #00338e;
	text-decoration : none;
}
