@charset "utf-8";
/* CSS Document */

.img_principale {
border: 1px solid #FFFFFF;
padding:5px;
}

.img_principale:hover{
border: 1px solid #FF9900;
padding:5px;
}

.testo_inserzione {
color:#CCCCCC;
display:block;

}
.testo_inserzione {
color:#CCCCCC;
text-decoration:none;
}

.testo_inserzione:hover{
color:#CCCCCC;
text-decoration:underline;
}

.form_home {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	}
.form_home SELECT {
width:100px;
font-size:10px;
font-family:Georgia, "Times New Roman", Times, serif;
}
.form_home TD {
font-size:10px;
font-family:Georgia, "Times New Roman", Times, serif;
}

.form_home LEGEND {
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
}


#stage{width:632px; overflow: auto;overflow-x:hidden; overflow-y:hidden; height:200px; margin:0 auto;}
#slider-buttons{width:632px; margin:0 auto;}
	#myList{width:2000px; border:0; margin:0; padding:0; left:400px;}
	#myList li{
		list-style:none; 
		margin:0; 
		padding:0; 
		border:0; 
		margin-right:4px;
		padding:4px; 
		float:left;
		width:200px;
		height:200px;
		}
#slider-buttons {
	text-align:center;
	margin-left: 10px;
	margin-bottom: 20px;
}
#previous {
	float: left;
	margin-left: 10px;
	margin-right: 380px;
}
#previous:hover {
text-decoration:underline;
cursor: pointer;
	cursor: hand;
}

#next {
	float: left;
}
#next:hover {
text-decoration:underline;
cursor: pointer;
	cursor: hand;
}

.form_ricerca_pubblica SELECT {
width:250px;
height:30px;
font-size:140%;
font-family:Georgia, "Times New Roman", Times, serif;
}

.intestazione_ricerca {
font-size:130%;
height:50px;
border-bottom:1px dotted #666666;
}


.notizia_small {
	font-size:12px;
	width:240px;
	clear:left;
	margin-top:5px;
	border-bottom:#666666 dotted 1px;
	min-height:70px;
	padding-top: 10px;
	padding-left:5px;

}
.notizia_small  A{
color:#FFFFFF;
text-decoration:none;
}
.notizia_small  A:hover{
color:#FFFFFF;
text-decoration:underline;
}

.notizia_archivio {
	font-size:14px;
	width:600px;
	clear:left;
	margin-top:5px;
	border-bottom:#666666 dotted 1px;
	min-height:120px;
	padding-top: 10px;
	padding-left:5px;

}
.sunto_news_archivio {
font-size:11px;
padding:5px;
}

.titolo_notizia_interno{
margin-left:5px;
}
.img_notizia{
margin-top:10px;

margin-right:10px;
margin-bottom:10px;
border:2px solid #FFFFFF;
}

