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

.layoutPagina {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
.testata {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
.testata a{
	color: #333333;
	text-decoration: none;
}
.testata a:hover{
	color: #990000;
	text-decoration: underline;
}
.testata img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.splashAreaTop{
	height: 83px;
	background-image: url(../immagini/splashAreaTop.jpg);
	background-repeat: no-repeat;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
.splashAreaMedio{
	height: 401px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.splashAreaBasso{
	background-repeat: repeat-x;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #C1C1C1;
	padding: 20px;
	background-attachment: fixed;
	background-image: url(../immagini/splashAreaBasso.jpg);
	background-position: bottom;
}
.footer {
	font-size: 0.7em;
	color: #999999;
	padding: 20px;
}
.footer a{
	color: #999999;
}
.footer a:hover {
	color: #666666;
	text-decoration: none;
}
.TabbedPanelsContent a{
	color: #2286BF;
	text-decoration: none;
}
.TabbedPanelsContent a:hover{
	color: #165C84;
	text-decoration: underline;
}
.testo {
	margin: 10px;
	width: 390px;
	padding: 5px;
	border: 1px dashed #CCCCCC;
}
.testo strong{
	color: #2286BF;
}
.testoPresentazione{
	margin: 10px;
}
.bordoImmagine{
	border: 1px solid #EBEBEB;
}

.campoVuoto{
	border: 2px solid #FF0000;
}
.testoLargo {
	margin: 10px;
	width: 800px;
	padding: 5px;
	border: 1px dashed #CCCCCC;
}
.testoLargo li{
	margin-bottom: 5px;
}
.testoLargo strong{
	color: #2286BF;
}
.allineamentoTestoCitato{
	padding-left: 100px;
}
.testoCitato{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #333333;
	font-style: italic;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
	text-align: right;
}
.testoCitato strong{
	color: #006699;
	line-height: 1.1em;
}
.testoNota{
	font-size: 0.8em;
	font-style: italic;
}
