/*=== Setup ===*/
* 
{
 border-width: 0;
 margin: 0;
 padding: 0;
}

html 
{
 overflow: -moz-scrollbars-vertical;
}

body 
{
 background-color: #ffffff;
 background-image: url(../images/bgr.gif);
 background-repeat: repeat-x;
 background-position: top;
 color: #666666;
 font-size: 12px;
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
}

body#home 
{
 background-color: #ffffff;
 background-image: url(../images/home-bgr.gif);
 background-repeat: repeat-x;
 background-position: top;
}

a 
{
 color: #6699cc;
 text-decoration: none;
}

a:hover 
{
 text-decoration: underline;
}

input,select,textarea 
{
 background-image: url(../images/input-bgr.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
 border-width: 1px;
 border-color: #e3e3e3;
 border-style: solid;
 color: #666666;
 font-size: 11px;
 padding: 2px;
}

textarea 
{
 background-color: #ffffff;
}

select 
{
 padding: 0;
}

li 
{
 list-style: none;
}

/*=== Layout ===*/
#page 
{
 background-image: url(../images/page-bgr.gif);
 background-repeat: repeat-y;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 width: 950px;
}

/*=== Header ===*/
#header 
{
 background-image: url(../images/header-bgr.gif);
 background-repeat: repeat-x;
 background-position: top;
 height: 87px;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 3px;
 margin-left: 0;
}

#header .spacer 
{
 float: right;
 width: 310px;
}

#header ul 
{
 float: right;
 height: 20px;
 margin-top: 7px;
 margin-right: 0;
 margin-bottom: 18px;
 margin-left: 0;
}

#header li 
{
 float: left;/* font-size: 11px; modifica del 26-11-2008 */

 font-size: 12px;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;/* padding-left: 15px; modifica del 26-11-2008 */

 padding-left: 23px;
}

#header li a 
{
 color: #666666;
}

/*- Logo -*/
#header h1 
{
 background-image: url(../images/logo.gif);
 background-repeat: no-repeat;
 float: left;
 text-indent: -9999px;
}

#header h1 a 
{
 display: block;
 height: 87px;
 width: 467px;
}

#header h1 a:hover 
{
 text-decoration: none;
}

/*=== Navigation ===*/
/*- Nav1 -*/
#nav1 
{
 background-color: #ffd849;
 font-weight: bold;
 height: 40px;
}

#nav1 ul 
{
 height: 29px;
 padding-top: 6px;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 5px;
}

#nav1 li 
{
 float: left;
 line-height: 29px;
 margin-top: 0;
 margin-right: 10px;
 margin-bottom: 0;
 margin-left: 0;
}

#nav1 li a 
{
 background-position: 5px 13px;
 background-image: url(../images/ico-arrow.gif);
 background-repeat: no-repeat;
 color: #003366;
 display: block;
 float: left;
 padding-top: 0;
 padding-right: 10px;
 padding-bottom: 0;
 padding-left: 13px;
}

#nav1 li a.activenav1 
{
 background-position: 5px 13px;
 background-color: #ffe892;
 background-image: url(../images/ico-arrow.gif);
 background-repeat: no-repeat;
}

#nav1 li a:hover, #nav1 li.active a 
{
 background-position: 5px 13px;
 background-color: #ffe892;
 background-image: url(../images/ico-arrow.gif);
 background-repeat: no-repeat;
 text-decoration: none;
}

/*- Nav2 -*/
#nav2 
{
 color: #aaffff;
 float: right;
 font-size: 14px;
 font-family: Arial, Helvetica, sans-serif;
 width: 245px;
}

#nav2 ul 
{
 padding-top: 15px;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 20px;
}

#nav2 li 
{
 margin: 0;
}

#nav2 li a 
{
 background-image: url(../images/ico-arrow2.gif);
 background-repeat: no-repeat;
 background-position: 0 7px;
 color: #ffffff;
 display: block;
 padding-top: 3px;
 padding-right: 0;
 padding-bottom: 3px;
 padding-left: 13px;
}

#nav2 li a:hover 
{
 background-image: url(../images/ico-arrow2.gif);
 background-repeat: no-repeat;
 background-position: 0 7px;
 background-color: #96b8da;
 color: #ffffff;
 display: block;
 padding-top: 3px;
 padding-right: 0;
 padding-bottom: 3px;
 padding-left: 13px;
 text-decoration: none;
}

#nav2 li a.activenav2 
{
 background-color: #96b8da;
}

* html #nav2 li a 
{
 height: 15px;
}

/*=== Title ===*/
#title 
{
 background-color: #6699cc;
 height: 188px;
 overflow: hidden;
}

#title .spacer 
{
 background-image: url(../images/title.jpg);
 background-repeat: no-repeat;
 background-position: top left;
 float: left;
 height: 188px;
 width: 703px;
}

#title .pic 
{
 height: 148px;
 overflow: hidden;
}

/*- Homepage Title -*/
#home #title .pic 
{
 float: left;
 height: 180px;
 overflow: hidden;
 width: 703px;
}

#home #title 
{
 height: 180px;
}

/*=== All Columns ===*/
#columns 
{
 background-image: url(../images/columns-bgr.gif);
 background-repeat: repeat-y;
 background-position: right;
 margin-top: 3px;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 0;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 15px;
 padding-left: 0;
}

#columns h2 
{
 background-image: url(../images/ico-arrow.gif);
 background-repeat: no-repeat;
 background-position: 0 8px;
 color: #003366;/* width: 200px; */

 font-size: 18px;
 font-family: Arial, Helvetica, sans-serif;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 10px;
 margin-left: 0;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 12px;
}

#columns h3 
{
 color: #6699cc;
 font-size: 16px;
 font-family: Arial, Helvetica, sans-serif;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 15px;
 margin-left: 0;
}

#columns h4 
{
 font-size: 12px;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 2px;
 margin-left: 0;
}

#columns p 
{
 line-height: 16px;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 10px;
 padding-left: 0;
}

/*=== Center Column ===*/
#centercol 
{
 float: left;
 width: 703px;
}

.sfondorosaventi 
{
 /* background: url(../images/rosaventi.jpg) no-repeat right; */
}

#home #centercol 
{
 padding-top: 12px;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 10px;
 width: 693px;
}

/*=== Right Column ===*/
#rightcol 
{
 float: right;
 padding-top: 15px;
 padding-right: 10px;
 padding-bottom: 0;
 padding-left: 20px;
 width: 207px;
}

/*=== Sub Columns ===*/
.col 
{
 float: left;
 margin-top: 0;
 margin-right: 9px;
 margin-bottom: 0;
 margin-left: 0;
 width: 222px;
}

.col.last 
{
 margin: 0;
}

/*=== Styling Boxes ===*/
/*- Heading -*/
#hdr 
{
 font-size: 11px;
 height: 1%;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 20px;
 margin-left: 0;
 padding-top: 13px;
 padding-right: 10px;
 padding-bottom: 13px;
 padding-left: 10px;
}

.hdryellow 
{
 background-image: url(../images/hatch.gif);
 background-position: top left;
}

.hdrblue 
{
 background-image: url(../images/hatchbrown.jpg);
 background-position: top left;
}

.hdrgray 
{
 background-image: url(../images/hatchbrown-grigio.jpg);
 background-position: top left;
}

#hdr h2 
{
 float: left;
 margin-top: 5px;
 padding-right: 30px;
}

#hdr ul 
{
 border-left-color: #666666;
 border-left-width: 1px;
 border-left-style: solid;
 float: left;
 padding-top: 1px;
 padding-right: 45px;
 padding-bottom: 1px;
 padding-left: 13px;
}

#hdr li 
{
 line-height: 16px;
}

#hdr li a 
{
 color: #666666;
}

#hdr li a:hover 
{
 /* il background è stato tolto perchè da problemi con firefox 
	background: #F7FBFB no-repeat 6px 13px; 
	*/

 text-decoration: none;
 color: #003366;
}

.evidence 
{
 /* il background è stato tolto perchè da problemi con firefox 
	background: #F7FBFB no-repeat 6px 13px; 
	*/

 text-decoration: none;
 letter-spacing: 2px;
 color: #003366;
}

/*- Homepage Heading -*/
#hdr-home 
{
 background-color: #ffd849;
 color: #000000;
 font-size: 11px;
 height: 80px;
 margin-top: 2px;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: 0;
 padding-top: 15px;
 padding-right: 0;
 padding-bottom: 15px;
 padding-left: 0;
}

#hdr-home div 
{
 float: left;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 15px;
 width: 170px;
}

#hdr-home h2 
{
 background-image: url(../images/ico-arrow.gif);
 background-repeat: no-repeat;
 background-position: 0 5px;
 color: #003366;
 font-size: 12px;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 7px;
 margin-left: 0;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 8px;
}

#hdr-home h2 a 
{
 color: #003366;
}

#hdr-home img 
{
 float: left;
 margin-top: 0;
 margin-right: 5px;
 margin-bottom: 0;
 margin-left: 0;
}

/*=== Styling Lists ===*/
/*- List1 -*/
.list1 
{
 color: #003366;
 font-size: 14px;
 font-family: Arial, Helvetica, sans-serif;
}

.list1 ul 
{
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 15px;
 margin-left: 0;
}

.list1 li 
{
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 10px;
 margin-left: 0;
}

.list1 li a 
{
 background-image: url(../images/ico-arrow3.gif);
 background-repeat: no-repeat;
 background-position: 0 5px;
 color: #003366;
 display: block;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 13px;
}

* html .list1 li a 
{
 height: 15px;
}

/*=== Styling Forms ===*/
/*- Search -*/
#search 
{
 background-color: #e7eaed;
 float: right;
 height: 20px;
 padding-top: 10px;
 padding-right: 0;
 padding-bottom: 10px;
 padding-left: 20px;/* width: 230px; modifica del 26-11-2008 */

 width: 168px;
}

#search input 
{
 float: left;
 font-size: 12px;
 width: 130px;
}

#search .btn 
{
 border-width: 0;
 margin-top: 2px;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 3px;
 padding: 0;
 width: auto;
}

/*=== Styling Buttons ===*/
/*- RSS -*/
a.rss 
{
 background-image: url(../images/ico-rss.gif);
 background-repeat: no-repeat;
 background-position: left;
 color: #666666;
 font-size: 11px;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 20px;
}

#rss 
{
 float: right;
 height: 10px;
 padding-top: 10px;
 padding-right: 0;
 padding-bottom: 10px;
 padding-left: 20px;
 margin-left: 14px;
}

/* fine RSS */
/*=== Footer ===*/
#footer 
{
 background-image: url(../images/footer-bgr.gif);
 background-repeat: no-repeat;
 background-position: top;
 border-top-color: #cccccc;
 border-top-width: 1px;
 border-top-style: solid;
 clear: both;
 font-size: 10px;
 height: 25px;
 line-height: 25px;
 margin-top: 2px;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 0;
}

#footer a 
{
 color: #666666;
}

#footer .spacer 
{
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 width: 950px;
}

/*=== Misc. ===*/
.fix 
{
 clear: both;
 height: 1px;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: -1px;
 margin-left: 0;
 overflow: hidden;
}

.fl 
{
 float: left;
}

.fr 
{
 float: right;
}

a.comunicati:link,a.comunicati:visited 
{
 color: #666666;
}

a.comunicati:hover,a.comunicati:focus 
{
 text-decoration: underline;
}

.titolocom 
{
 padding-top: 20px;
 padding-bottom: 10px;
 color: #003366;
 padding-left: 8px;
 padding-right: 8px;
}

.bordocom 
{
 border-bottom-color: #003366;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-style: dotted;
}

.datacom 
{
 font-weight: bolder;
 color: #666666;
 padding-bottom: 5px;
}

/* formattazione testo */
#testo 
{
 
}

#testo ul 
{
 margin-top: 7px;
 margin-right: 0;
 margin-bottom: 18px;
 margin-left: 0;
}

#testo li 
{
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 15px;
 list-style: square inside;
}

#testo li a 
{
 color: #666666;
}

/* Article category */
/* usata nelle immagini e video piccole per le category */
img.piccat 
{
 float: left;
 width: 50px;
 height: 50px;
 padding-top: 0pt;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 0pt;
}

embed.videocat 
{
 float: right;
 width: 100px;
 height: 120px;
 padding-top: 0pt;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 0pt;
}

embed.videocat-art 
{
 float: right;
 width: 320px;
 height: 360px;
 padding-top: 0pt;
 padding-right: 5px;
 padding-bottom: 10px;
 padding-left: 0px;
}

.scaricavideo 
{
 width: 320px;/* deve essere lo stesso di object.videocart-art */

 float: left;
 padding-top: 0pt;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 0px;
 text-align: center;
}

.paginazione-art 
{
 background-color: #FFD849;
 padding-top: 2px;
 padding-bottom: 3px;
 text-align: right;
 margin-top: 2px;
}

.paginazione-int 
{
 padding-top: 3px;
 padding-right: 10px;
 padding-bottom: 3px;
 padding-left: 5px;
 background-color: #6699CC;
}

a.pag:link, a.pag:visited 
{
 color: #fff;
 font-weight: bolder;
}

/* fine article category */
/* immagini */
#imgpiccola 
{
 height: 50px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 5px;
 margin-left: 5px;
 padding-top: 0px;
 padding-right: 7px;
 padding-bottom: 5px;
 padding-left: 0px;
 width: 50px;
}

#imgmedia 
{
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 5px;
 margin-left: 10px;
 padding-top: 0px;
 padding-right: 7px;
 padding-bottom: 5px;
 padding-left: 0px;
 width: 230px;
}

img.fl 
{
 float: left;
}

img.fr 
{
 float: right;
}

/* fine immagini */
/*mappa sito*/
#mappa 
{
 color: #003366;
 margin-left: 27px;
}

#mappa a 
{
 color: #003366;
}

.mappa1 li 
{
 margin-bottom: 10px;
}

.mappa2 li 
{
 list-style-type: square;
 margin-left: 40px;
 margin-bottom: 3px;
}

.mappa3 li 
{
 list-style-type: square;
 margin-left: 70px;
 margin-bottom: 3px;
}

/*fine mappa sito*/
/*inizio card category leggi*/
th.col1 
{
 width: 100px;
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #1d4084;
 font-size: 9px;
 vertical-align: top;
}

th.col2 
{
 width: 70px;
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #1d4084;
 font-size: 9px;
 vertical-align: top;
}

th.col3 
{
 width: 65px;
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #1d4084;
 font-size: 9px;
 vertical-align: top;
}

th.col4 
{
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #1d4084;
 font-size: 9px;
 vertical-align: top;
}

th.col5 
{
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 width: 65px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #1d4084;
 font-size: 9px;
 vertical-align: top;
}

th.col6 
{
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 width: 70px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #1d4084;
 font-size: 9px;
 vertical-align: top;
}

td.bordosotto 
{
 border-bottom-color: #669acc;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 height: 3px;
 font-size: 0;
 line-height: 1px;
}

td.bordosopra 
{
 border-top-color: #669acc;
 border-top-width: 1px;
 border-top-style: solid;
 height: 3px;
 font-size: 0;
 line-height: 1px;
}

.destra 
{
 float: right;
 width: 17px;
 vertical-align: top;
}

.sinistra 
{
 float: left;
 width: 80px;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col1 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col2 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col3 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col4 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col5 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col6 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.testocelle 
{
 border-right-color: #FFFFFF;
 border-right-width: 2px;
 border-right-style: solid;
 font-size: 10px;
 padding-top: 5px;
 padding-right: 0px;
 padding-bottom: 5px;
 padding-left: 6px;
}

.sfondo-alt 
{
 background-color: #F7F7F7;
}

.testocelle-carddx 
{
 font-size: 12px;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 6px;
 text-align: justify;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 width: 70%;
}

.sfondo-cardsx 
{
 background-color: #6699CC;
 color: #FFFFFF;
 width: 30%;
 padding-top: 11px;
 padding-right: 7px;
 padding-bottom: 11px;
 padding-left: 7px;
 text-align: left;
 border-bottom-color: #fff;
 border-bottom-width: 2px;
 border-bottom-style: solid;
}

/*fine card categoy legge*/
