@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	background-image: url(../img_grafiche/bg_body.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
a {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #17a245;
	text-decoration: none;
}
#container {
	position: relative;
	height: 100%;
	background-image: url(../img_grafiche/bg_container.gif);
	background-repeat: repeat-y;
}
body>div#container {
	height: auto;
	min-height: 100%;
}
#header {
	background-image: url(../img_grafiche/bg_header.gif);
	height: 195px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	width: 100%;
}
#header #box {
	height: 195px;
	overflow: hidden;
}
#header #box #menuLingue {
	height: 38px;
	display: block;
	padding-left: 440px;
}
#header #box #menuOrizzontale {
	height: 37px;
}
#main {
	width: 100%;
	background-image: url(../img_grafiche/bg_contenuto.gif);
	background-repeat: repeat-x;
	overflow:hidden;
	padding-bottom: 71px;
}
#menu {
	width: 330px;
	float: left;
}
#contenuto {
	float: left;
	width: 65%;
}
#testo {
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 60px;
	text-align: justify;
}
#testo h1 {
	color: #17a245;
	display: inline;
	float: left;
	background-image: url(../img_grafiche/titoloH1-sfondo.gif);
	height: 43px;
	margin: 0px;
	line-height: 43px;
	padding-right: 40px;
	padding-left: 10px;
	font-size:26px;
}
#testo h2 {
	color: #17a245;
	display: inline;
	float: left;
	background-image: url(../img_grafiche/titoloH2-sfondo.gif);
	height: 35px;
	margin: 0px;
	line-height: 35px;
	padding-right: 20px;
	padding-left: 6px;
	font-size: 20px;
}
#testo h3, #testo h3 a {
	color: #17a245;
	font-size: 16px;
}
#testo h3 a:hover {
	color: #EA6E23;
}
#testo .path {
	color: #17a245;
	font-size:10px;
}
#testo .path a {
	color: #17a245;
	text-decoration:none;
}
#testo .path a:hover {
	color: #17a245;
	text-decoration:underline;
}
#testo .note {
	color: #999999;
	font-size: 11px;
	font-style:italic;
}


/********/
/* LINK */
/********/

#testo .link {
	color: #17a245;
	font-size:14px;
}
#testo .link a {
	color: #17a245;
	text-decoration:none;
	border-bottom: 1px solid #FFDF72;
	padding: 5px 0 1px 0;
	display: block;
	line-height: 18px;
	background-color: #FFFBEA;
	font-size: 14px;
}
#testo .link a .data{
	font-style: italic;
	font-weight: normal;
}
#testo .link a .titolo{
	color: #666666;
	font-size: 12px;
}
#testo .link a:hover {
	color: #17a245;
	text-decoration:none;
	border-bottom: 1px solid #17A245;
	padding: 5px 0 1px 0;
	display: block;
	background-color: #EBFCF0;
}
#testo .pdf {
	font-size:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
}
#testo h3.giallo {
	color: #FFC90D;
}


/***********/
/* ACROBAT */
/***********/

#testo .pdf img {
	float: left;
	margin-right: 5px;
}
#testo .reader {
	font-size:10px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}
#testo .reader img {
	margin-right: 7px;
	float:left;
	margin-bottom: 10px;
}


/******************************/
/* EVENTI STILI FORMATTAZIONE */
/******************************/

#testo .eventiTitolo{
	color: #17a245;
	font-weight: bold;
}
#testo .eventiSottotitolo{
	color: #fec803;
	font-weight: bold;
}


/*************************/
/* EVENTI STILI GALLERIA */
/*************************/

#testo img.galleria  {
	float:left;
	margin:0 5px 5px 0;
}
#testo a .galleria{
	display: block;
	border: solid 1px #999999;
	padding: 1px;
}
#testo a:hover .galleria{
	display: block;
	border: solid 1px #17a245;
	padding: 1px;
}


#footer {
	background-image: url(../img_grafiche/bg_footer.gif);
	position: absolute;
	bottom: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right;
}
#testo .ecoazioni {
	height: 150px;
	width: 150px;
	margin-bottom: 10px;
	float: left;
}


/************************/
/* EVENTI STILI TABELLA */
/************************/

#testo .tabellaEventi {
   border-collapse: collapse;
   text-align: left;
   width: 100%;
}
#testo .tabellaEventi th {
	font-weight: bold;
	padding: 10px 8px;
}
#testo .tabellaEventi td {
	padding: 6px 8px;
	border-bottom: 1px solid #82b017;
}
#testo .tabellaEventi th.primacolonna {
   background-color: #eef3e1;
   border-top-left-radius: 15px;
   -moz-border-radius-topleft: 15px;
   -webkit-border-top-left-radius: 15px; 
}
#testo .tabellaEventi td.primacolonna {
   background-color: #dee8c6;
}
#testo .tabellaEventi th.secondacolonna {
   background-color: #eef3e1;
   padding: 0;
}
#testo .tabellaEventi .secondacolonna div {
   background-color: #dee8c6;
   padding: 10px 8px;
   border-top-left-radius: 15px;
   -moz-border-radius-topleft: 15px;
   -webkit-border-top-left-radius: 15px; 
}
#testo .tabellaEventi td.secondacolonna {
   background-color: #d1e0b2;
}
#testo .tabellaEventi th.terzacolonna {
   background-color: #dee8c6;
   padding: 0;
}
#testo .tabellaEventi .terzacolonna div {
   background-color: #ffedae;
   padding: 10px 8px;
   border-top-left-radius: 15px;
   -moz-border-radius-topleft: 15px;
   -webkit-border-top-left-radius: 15px; 
}
#testo .tabellaEventi td.terzacolonna {
   background-color: #ffdf62;
}
#testo .tabellaEventi th.quartacolonna {
   background-color: #ffedae;
   padding: 0;
   text-align:center;
}
#testo .tabellaEventi a {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
#testo .tabellaEventi a:hover {
	width: 100%;
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
}
#testo .tabellaEventi tr:hover td.primacolonna {
	background-color: #D1E0B2;
}
#testo .tabellaEventi tr:hover td.secondacolonna {
	background-color: #BCD18F;
}
#testo .tabellaEventi tr:hover td.terzacolonna {
	background-color: #FFD11C;
}
#testo .tabellaEventi td.terzacolonna .pdf {
   margin:0 0 0 0;
   padding:6px 0 0 0;
   display:block;
   width:50%;
   float:left;
}

#testo .tabellaEventi p.primariga {
   margin:0;
   padding-bottom:4px;
   border-bottom:#fff 1px solid;
}
#testo .tabellaEventi p.rigainmezzo {
   margin:0;
   padding:4px 0px 4px 0px;
   border-bottom:#fff 1px solid;
}
#testo .tabellaEventi p.ultimariga {
   margin:0;
   padding-top:4px;
}
#testo .tabellaEventi p.rigainmezzo.icona {
   padding-bottom:6px;
}


/***************************/
/* DOWNLOAD STILI SOMMARIO */
/***************************/

#testo .sommario {
	list-style-image:url(../img_grafiche/punto-quadrato.gif);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	vertical-align: top;
}
#testo ul.sommario li {
	padding: 0 0 6px 2px;
}


/***************/
/* SILI STAMPA */
/***************/

.print {
	display:none;
}


/********/
/* NEWS */
/********/

div.news {
	margin-bottom: 10px;
	background-image: url(../img_grafiche/bg-news-giallo.gif);
	background-repeat: repeat-x;
}
div.news .data {
	color: #999999;
	font-style: italic;
}
div.news .titolo {
	color: #17a245;
	font-size: 16px;
	font-weight: bold;
}
div.news dl {
	margin: 20px 0 0 0;
	padding: 0;
	display: inline-block;
}
div.news dt, div.news dd {
	list-style: none;
	padding: 5px;
	margin: 0;
}
div.news dt {
	background-image: url(../img_grafiche/bg-separatore-giallo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


/******************/
/* TABELLA COLORE */
/******************/

.tabellaColore {
	width: 100%;
	border-collapse: collapse;
}
.tabellaColore .primacolonna {
	width: 90px;
}
.tabellaColore td, .tabellaColore th {
	font-size: 13px;
	border-bottom: 1px solid #17a245;
}
.tabellaColore th {
	color: #17a245;
	font-weight: bold;
	text-align: left;
}
.tabellaColore a {
	text-decoration: none;
}
.tabellaColore a:hover {
	width: 100%;
	background-color: #ffedae;
	text-decoration: none;
}
.tabellaColore tr:hover {
	background-color: #ffedae;
}

