/* stili per il layout fisso */
body{
	margin: 0;
	padding:0;
	text-align: center;
	background-color: #CC9966;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/sfondo_datario.png);
	background-repeat: repeat;
	line-height: normal;
}
div#container{
	background-color: #FFFFFF;
	text-align: left;
	height: 300px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#testata{
	position:absolute;
	z-index: 2;
	height: 220px;
	width: 980px;
	visibility: visible;
	background-color: #339900;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	font-variant: normal;
	font-style: normal;
}


div#utility {
	position:absolute;
	height: 20px;
	width: 800px;
	margin-top: 165px;
	background-color: #FFFF66;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	z-index: 8;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #2B657B;
	border-right-color: #2B657B;
	border-bottom-color: #2B657B;
	border-left-color: #2B657B;
	visibility: hidden;
	
}

div#utility a{
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}


div#logo{
	position:absolute;
	margin-top: 5px;
	margin-left: 5px;
	z-index: 10;
	border: thin none #FFFFFF;
	visibility: hidden;
}


div#slideshow{
	position:absolute;
	margin-top: 38px;
	z-index: 10;
	border: 0px groove #FFFFFF;
	margin-left: 715px;
	visibility: visible;
}

div#path {
	position:absolute;
	margin-top: 170px;
	margin-left: 0px;
	float: left;
	z-index: 10;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
	background-color: #FFFFCC;
	padding-left: 170px;
	width: 620px;
	visibility: hidden;
}

div#path a {
	color: #990000;
	font-size: 10px;
	font-weight: bold;
}



div#navigation{
	position:absolute;
	width: 168px;
	height: 100px;
	z-index: 10;
	margin-top: 230px;
	visibility: visible;
	margin-right: 0px;
	margin-left: 0px;
}

div#navigation ul,ol {
	padding: 0px;
	margin: 0px;
	text-indent: 2px;
	text-decoration: none;
	list-style-type: square;
}	

div#navigation li{
	padding-top: 2px;
	padding-bottom: 2px;
	border-top : 1px solid;
	border-top-color: #ffffff;
	border-right : 0px solid;
	border-right-color: #ffffff;
	text-decoration: none;
	display:block;
	font-size: 10px;
}	

div#navigation a, li a{
	color:#000000;
	display:block;
	text-decoration: none;

}
div#navigation a:hover, li a:hover{
	color:#CC0000;
	text-decoration: none;
}


div#testo01{
	position:absolute;
	text-align: left;
	height: auto;
	width: 810px;
	z-index: 4;
	margin-top: 230px;
	margin-left: 0px;
	visibility: visible;
	background-color: #FFFFCC;
	border-left-width: 170px;
	border-left-style: solid;
	border-left-color: #003300;
}

div#testo01 a {
font-weight: bold;
color: #CC0000;
text-decoration : none
}


div#footer_mobile {
	background-color: #003300;
	width: 100%;
	font-family: Verdana;
	font-size: 10px;
	color : #FFFFFF;
	text-align: center;
	text-decoration: none;
}

div#footer_mobile a {
	color : #CCCCCC;
	text-decoration: none;
}

.tabellaprincipale {
	background-color: #FFFFFF;
	height: 980px;
}



h1{
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #003300;
	font-variant: small-caps;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

h2{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	font-variant: normal;
	padding-right: 10px;
	padding-left: 10px;
}

h3{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}

p, .normale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-right: 15px;
	padding-left: 10px;
	text-decoration: none;
}


.path {
	color: #FF9900;
}

hr {
	border: 1px dotted #999999;
}
.bordino {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CD9967;
	border-right-color: #CD9967;
	border-bottom-color: #CD9967;
	border-left-color: #CD9967;
}
.fondo_blu {
	margin: 3px;
	background-color: #EAEFF5;
	padding: 3px;
	border-top: 20px #FFFFFF;
	border-right: 20px solid #FFFFFF;
	border-bottom: 20px #FFFFFF;
	border-left: 20px #FFFFFF;
}
.fondo_grey {
	background-color: #dbdbdb;
}
.form_deserto {
	background-color: #FF9900;
	border: 0px none #FFCC00;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.color_grey {
	color: #CCCCCC;
}
.colorred {
	color: #FF0000;
}
.testo_bianco {color: #FFFFFF}
.testo_grey {color: #DBDBDB}
.testo_mini {
	color: #000000;
	font-size: 10px;
}

ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


.bordo_destro {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CD9967;
}
.bordo_sinistro {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CD9967;
}
.bordo_sotto {
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CD9967;
}
.bordo_sopra {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CD9967;
}

.titoletto1 {
	color: #FFFFFF;
	background-color: #003300;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.titoletto2 {
	color: #FFFFFF;
	background-color: #006633;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.titoletto3 {
	color: #FFFFFF;
	background-color: #006600;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.titoletto4 {
	color: #FFFFFF;
	background-color: #009900;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}


/* INIZIO - stili per il layout Datario
---------------------------------------------------------------------*/

.fondo_datario {
	background-image: url(../images/sfondo_datario3.jpg);
}
div.data {
	float: right;
	width: 45px;
	text-align: center;
	color: #fff;
	/*display: table-column;*/
	font-weight: bold;
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	background-color: #FF9900;
}

div.data span.d{
	display: block;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
} 
div.data span.m{
	text-transform: uppercase;
	font-weight: normal;
}
div.data span.y{
	font-weight: normal;
}
/* FINE - stili per il layout Datario
---------------------------------------------------------------------*/




  /* INIZIO - stile news
---------------------------------------------------------------------*/
.news_macroarea {
	font-weight: bold;
}

.news_titolo {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	color: #660000;
}

.news_sottotitolo {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #339900;
}
.news_dove {
	font-weight: bold;
	color: #000000;
}
.news_abstract {
	font-weight: normal;
	padding-right: 30px;
	text-align: justify;
}


/* FINE - stile news
---------------------------------------------------------------------*/
.evidenzia {
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
}

