@charset "utf-8";

.angolo_alto_sx {
	background-image: url(../img/comuni/fltWndw/angolo_alto_sx.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 49px;
	width: 34px;
}
.angolo_alto_dx {
	background-image: url(../img/comuni/fltWndw/angolo_alto_dx.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 49px;
	width: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align:bottom ;
}
.angolo_basso_sx {
	background-image: url(../img/comuni/fltWndw/angolo_basso_sx.gif);
	height: 37px;
	width: 34px;
	background-repeat: no-repeat;
	background-position: right top;
}
.angolo_basso_dx {
	background-image: url(../img/comuni/fltWndw/angolo_basso_dx.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.centrale_alto {
	background-image: url(../img/comuni/fltWndw/centrale_alto.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 49px;
	width: 2px;
}
.centrale_basso {
	background-image: url(../img/comuni/fltWndw/centrale_basso.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 37px;
	width: 2px;
}
.centrale_medio_sx {
	background-image: url(../img/comuni/fltWndw/centrale_medio_sx.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 2px;
	width: 34px;
}
.centrale_medio_dx {
	background-image: url(../img/comuni/fltWndw/centrale_medio_dx.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 2px;
	width: 34px;
}

.titoloNews {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066CC;
	background-color: #FFFFFF;
}
.testo {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.closeWndw a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:Transparent;
}
.closeWndw a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	background-color:Transparent;
}
