
.testo     { color: #333; font-size: 9pt; font-family: Arial, Helvetica; text-align: justify }
.titoli { color: #333; font-size: 16pt; font-family: Arial, Helvetica; text-align: justify }
.testobianco  { color: white; font-size: 9pt; font-family: Arial, Helvetica; text-align: justify }
.firmasofos { color: #808080; font-style: normal; font-size: 8pt; font-family: Arial }
a.:hover   { color: #666; text-decoration: none }
a.:active   { color: #333; text-decoration: none }
a.:link  { color: black; text-decoration: none }
a.:visited  { color: black; text-decoration: none }


.menuEventi {
	display: block;
	width: 100%;
	height: 32px;
	background-color: #CCC;
	color: black;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #c3d2d8 1px 1px 0;
}

.menuEventi a {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 32px;
	text-decoration: none;
	color: black;
}

.menuEventi a:hover {
	background-color: #abb9c0;
}

.menuEventi a:active {
	background-color: #697176;
	color: #2c2c2c;
	text-shadow: #000000 0 0 0;
}

.menuEventi #active {
	color: white;
	background-color: #4bb6e7;
	text-shadow: #2b6278 1px 1px 0;
}

.menuEventi #active:hover {
	background-color: #52c8ff;
	text-shadow: #2b6278 1px 1px 0;
}

.menuEventi #active:active {
	background-color: #3583a7;
	text-shadow: #2b6278 1px 1px 0;
	color: #7697a7;
}

.listaEventi {
	font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: square;
	text-decoration: none;
	list-style-position: inside;
	text-indent: 10px;
	margin: 0;
	padding: 0;
}

.listaEventi li {
	background-color: #f1f1f1;
	line-height: 32px;
	margin-bottom: 1px;
}

.listaEventi li:hover {
	background-color: #e1e1e1;
	line-height: 32px;
	margin-bottom: 1px;
}

.listaEventi li:active {
	background-color: #979797;
	line-height: 32px;
	margin-bottom: 1px;
	color: #000;
}

.listaEventi a {
	display: block;
	text-decoration: none;
	color: black;
}

.galleryEventi img {
	border: 3px solid silver;
	margin: 10px;
}