@charset "utf-8";
/* CSS Document */

/*Generale*/

#colonna-destra {
	width: 610px;
}

/*Stili testo e stile dei link testo*/

.Stile1 a:hover {
	background-color: #00FF00;
}
.Stile2 a:hover {
	background-color: #00FF00;
}
.Stile3 a:hover {
	background-color: #00FF00;
}
.Stile4 a:hover {
	background-color: #00FF00;
}
.Stile6 a:hover {
	background-color: #00FF00;
}

/*Comunicati*/

.data {
	width: 133px;
}
.Stile5 a:hover {
	background-color: #83FF00;
}

/*Iniziative*/

.immagine {
	background: url(immagini/img12E.png) top left no-repeat;
	float: left;
}

/*Altro*/

.Stile5A {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.Stile5A a:hover {
	background-color: #00FF7F;
}

/*Spry Tabbed Panels*/

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	width: 200px;
	height: 100px;
	position: relative;
	margin: 0px 0px 6px 3px;
	float: left;
	list-style: none;
}
.TabbedPanelsTabHover {
    background: url(immagini/img13R.png) center no-repeat;
}
.TabbedPanelsContentGroup {
	clear: both;
}
.TabbedPanelsContent {
	padding: 5px;
}
