﻿/*   inizio foglio di stile  standard  per 2025-2026            */

 
/* Sfondo sf01 ottenuto con PhotoFiltre/Filtro/Rumore/Rumorosita' 100 e uniforma/ su colore nnn */
/* Sfondo sf02 ottenuto con PhotoFiltre/Filtro/Rumore/Rumorosita' 100 e uniforma/ su colore nnn */
/* Sfondo ti01 ottenuto con PhotoFiltre/Filtro/Creativo/Linee TV/Linee bianche su colore nnn */
/* Sfondo ti02 ottenuto con PhotoFiltre/Filtro/Creativo/Linee TV/Linee bianche su colore nnn */
/* Sfondo ti03 ottenuto con PhotoFiltre/Filtro/Creativo/Linee TV/Linee bianche su colore nnn */

/*   00 = colore base (giallo chiaro chiaro)                 = nnn    */
/*   00-1 = colore base alternativo (viola chiaro chiaro)    = nnn    */

/*   01 = sfondo principale                      = O-Sfondo-gi-sf01    */
/*   01T = sfondo principale bordo grande home   = O-Sfondo-gi-ti02    */

  
/*   01S = sfondo principale anno succ.  = ???                      */  
/*   02S = sfondo principale storici  = cff                         */  

/*   02 = sfondo opzione 'hover' dei link                   = ff9   */
/*   02S = sfondo opzione 'hover' anno succ Lib-storici = ???       */

/*   03 = bordo menu' e loghi + titoli        = 555                 */ 
/*   04 = sfondi loghi + titoli + tabelle     = P-Sfondo-vi-ti03    */
/*   04-1 = sfondi loghi + titoli + tabelle   = fdb                 */   

/*   03S = bordo menu' e loghi + titoli anno succ.  = 00f           */
/*   04S = sfondi loghi + titoli + tabelle anno succ.  = 9ff        */

/*   05 = sfondi menu'                                 = LZ-Sfondo-ma-sf02               */
/*   05-1 = sfondo di contrasto per sponsor (.spb)     = da7                             */
/*   05-2 = sfondo di contrasto per sponsor (.spg)     = eb8                             */
/*   06 = sfondo di contrasto per tab. storico annata (.stgxxxx)  = LZ-Sfondo-ma-sf02    */
/*   07 = contrasto per gioco in casa ( .centroc .destrac .centrovm )  = f99             */
/*   08 = sfondo alternativo del bordo grande nella home     = LZ-Sfondo-ma-ti02         */

/*   21 = sfondo calendario appuntamenti settimanali         = fc9                       */
/*   22 = sfondo di contrasto campi input per curiosita'     = ff9  giallo chiaro        */

/*   sfondo  standard   =01  */
body  { 
margin : 0%;
padding : 0%;
font-size : 1em; 
font-family :  verdana, georgia, arial, helvetica, sans-serif;
color : black;
background-image : url(O-sfondo-gi-sf01.jpg);
/* background-color : #fdb;  */ 
} 

/*   sfondo anno succ. per Storico Home page  =01S   */
body.SHSH { 
margin : 0%;
padding : 0%;
font-size : 1em; 
font-family :  verdana, georgia, arial, helvetica, sans-serif;
color : black; 
background : #cff; 
   } 

/*    link  da visitare   =05   */ 
a:link { 
color : blue;
text-decoration : underline; 
/*   background-color : #fdf;   Inserito solo per validazione CSS    */
/* background-color : #fdb; */
background-image : url(O-sfondo-gi-ti03.jpg);
   } 

/*    link  visitato    =05  */  
a:visited { 
color : purple;
text-decoration : underline;  
/*   background-color : #fdb;   Inserito solo per validazione CSS    */
background-image : url(O-sfondo-gi-ti03.jpg);
   }  

/*   cursore sopra i link   =02    */
a:hover { color : black; 
          background : #fc0;   
          text-decoration : underline;   }

/*   Quando ci puo' essere una tastiera eventi  e Quando viene attivato un link   */
a:focus:active  { 
background-color : red;
color : black; 
text-decoration : underline;  } 

/*    link  da visitare x Lib-storici   =01S    */ 
a.shh:link { 
color : blue;
text-decoration : underline; 
/*   background-color : #fdf;   Inserito solo per validazione CSS    */
background-color : #39f; 
/* background-image : url(R-Sfondo-ro-sf01.jpg);   */
} 

/*    link  visitato  x Lib-storici   =01S   */  
a.shh:visited { 
color : purple;
text-decoration : underline;  
background-color : #39f;         /*  Inserito solo per validazione CSS    */
/*  background-image : url(R-Sfondo-ro-sf01.jpg);  */
}  

/*   cursore sopra i link  x Lib-storici   =02S    */
a.shh:hover { color : black; 
          background : #0ff;   
          text-decoration : underline;   }

/*   Quando ci puo' essere una tastiera eventi  e Quando viene attivato un link x Lib-storici    */
a.shh:focus:active  { 
background-color : red;
color : black; 
text-decoration : underline;  } 

/*   cursore sopra i link  immagini  + bordo immagini   =03   */
a:hover img {  border:1px solid #fc0;   }
/*  img { border:1px solid #fff; }  */  

img.bordo  {  border:1px solid #fff;  }
img.posiz   { border:1px solid #ddf;    /*  deve essere =01 o colore base =00  */
              vertical-align : -15%;  }
img.inmes  { vertical-align : -50%;  }
img.inquart  { vertical-align : -25%;  }

img.destr  { float : right;  }

/*   dichiarazioni degli header's (centrati ed in bold)   */
h1 { text-align : center; 
       font-weight : bold;  }
h2 { text-align : center;
       font-weight : bold;  }
h3 { text-align : center; 
       font-weight : bold;  }
h4 { text-align : center; 
       font-weight : bold;  }
h5 { font-weight : bold;    }

/*   Home page - Tabella Testata ( Immagini + intestazione societa')   =05   */
.table-tt { 
margin : 0% 0% 0% 0%;
padding: 0%;
table-layout : auto;
width : 100%;
text-align : center; 
border-collapse: collapse;
background-image : url(P-sfondo-vi-sf01.jpg);
/* background-color : #fdb; */
}
 
/*   Home page - Tabella Separazione ( fascia di divisione)   =01T     */
.table-ts { 
margin : 0%;
padding: 0%;
table-layout : auto;
width : 100%;
border-collapse: collapse;
text-align : center;
color : #333;
font-weight : bold;
background-image : url(O-sfondo-gi-ti01.jpg);
/* background-color : #00f; */
} 

/*   Home page - Tabella Menu'  =01   */
.table-tm { 
margin : 0% 0% 0% 0%;
table-layout : auto; 
width : 100%;
border-collapse: collapse;
font-size : 100%; 
text-align : center;
background-image : url(O-sfondo-gi-sf01.jpg);
/* background-color : #eb8; */
} 

/*   Home page -  Tabella in fondo pagina  =02  */
.table-tf { 
margin : 0% 0% 0% 0%;
table-layout : auto;
width : 100%;
border-collapse: collapse;
text-align : center;
background-image : url(O-sfondo-gi-sf01.jpg); 
/* background-color : #fdb; */ 
} 

/*   Testate -  Tabella Loghi + titoli   =03  =04   */
.table-ta { 
margin : 1% 0% 1% 0%;
table-layout : auto;
width : 100%;
text-align : center; 
border-top : 3px solid;
border-bottom : 3px solid;
border-color : #555;
color : black; 
background-image : url(P-sfondo-vi-ti03.jpg);  
} 

/*   Testate -  Tab. Loghi + titoli per Storico Home page e Lib-storici  
                       con bordo grigio scuro  + sfondo grigio special   bordo=03S  =04S   */
.table-tash { 
margin : 1% 0% 1% 0%;
table-layout : auto;
width : 100%;
text-align : center; 
border-top : 3px solid;
border-bottom : 3px solid;
border-color : #00f; 
color : black; 
background-color : #9ff;    
} 

/*   Tabelle per squadre pallavolo    =04-1  */
table.sq {
margin : 2% 0% 0% 0%;
width : 100%; 
font-size : 80%; 
border-collapse: collapse;
text-align : center;
color : black; 
background-color : #fcd; 
}

/*   Tabelle pallavolo classifiche e calendari   =04-1  */
table.clas {
margin : 0% 3% 0% 3%;
width : 94%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black; 
background-color : #fcd; 
}

/*   Tabella per testo scorrevole   =04-1   border-xxx =03  */
table.txt {
margin : 0% 0% 0% 0%;
padding : 0% 0% 0% 0%; 
width : 100%; 
border-collapse: collapse;
border-top : 0.10em solid #f00;
border-right : 0.10em solid #f00;
border-bottom : 0.10em solid #f00;
border-left : 0.10em solid #f00;  
text-align : center;
color : black; 
background-color : #fcd;  
}

/*   Tabella per storici 2022  (deve essere uguale allo sfondo principale 2022)  =01    */
table.clas2022 {
margin : 0% 3% 0% 3%;
width : 94%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black;
background-image : url(R-Sfondo-ro-sf01.jpg); 
/*  background-color : #9f9;  */
}

/*   Tabella per storici 2021  (deve essere uguale allo sfondo principale 2021)  =01    */
table.clas2021 {
margin : 0% 3% 0% 3%;
width : 94%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black;
background-image : url(M-Sfondo-ma-sf01.jpg); 
/*  background-color : #9f9;  */
}

/*   Tabella per storici 2020  (deve essere uguale allo sfondo principale 2020)  =01    */
table.clas2020 {
margin : 0% 3% 0% 3%;
width : 94%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black;
background-image : url(N-Sfondo-gr-sf01.jpg); 
/*  background-color : #9f9;  */
}

/*   Tabella per storici 2019  (deve essere uguale allo sfondo principale 2019)  =01    */
table.clas2019 {
margin : 0% 3% 0% 3%;
width : 94%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black;
background-image : url(O-Sfondo-gi-sf01.jpg); 
/*  background-color : #9f9;  */
}

/*   Tabella per storici 2018  (deve essere uguale allo sfondo principale 2018)  =01    */
table.clas2018 {
margin : 0% 3% 0% 3%;
width : 94%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black;
background-image : url(P-Sfondo-vi-sf01.jpg); 
/*  background-color : #9f9;  */
}

/*   Tabella per storici 2017  (deve essere uguale allo sfondo principale 2017)  =01    */
table.clas2017 {
margin : 0% 3% 0% 3%;
width : 94%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black;
background-image : url(Q-Sfondo-ve-sf01.jpg); 
/*  background-color : #9f9;  */
}

/*   Tabella per storici 2016  (deve essere uguale allo sfondo principale 2016)  =01    */
table.clas2016 {
margin : 0% 3% 0% 3%;
width : 94%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black;
background-image : url(R-Sfondo-ro-sf01.jpg); 
/*  background-color : #9f9;  */
}

/*   Tabella per storici 2015  (deve essere uguale allo sfondo principale 2015)  =01    */
table.clas2015 {
margin : 0% 3% 0% 3%;
width : 94%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black; 
background-image : url(S-Sfondo-az-sf01.jpg);
/* background-color : #0ef;  */
}

/*   Tabella per storici 2014  (deve essere uguale al table.clas del 2014)  =04   */
table.clas2014 {
margin : 0% 3% 0% 3%;
width : 94%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black; 
background-color : #ccc;
}

/*   Tabella per storici 2013  (deve essere uguale al table.clas del 2013)  =04   */
table.clas2013 {
margin : 0% 3% 0% 3%;
width : 94%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black; 
background-color : #ecb;
}

/*   Tabella per storici 2012  (deve essere uguale al table.clas del 2012)  =04   */
table.clas2012 {
margin : 0% 3% 0% 3%;
width : 94%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black; 
background-color : #cbf;
}

/*   Tabella per storici 2011  (deve essere uguale al table.clas del 2011)     */
table.clas2011 {
margin : 0% 3% 0% 3%;
width : 94%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black; 
background-color : #ff9;
}

/*   Tabella per storici 2010  (deve essere uguale al table.clas del 2010)     */
table.clas2010 {
margin : 0% 3% 0% 3%;
width : 94%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black; 
background-color : #fcd;
}

/*   Tabella per storici 2009  (deve essere uguale al table.clas del 2009)   #9f9  */
table.clas2009 {
margin : 0% 8% 0% 8%;
width : 84%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black; 
background-color : #9f9;
}

/*   Tabella per storici 2008    (deve essere uguale al table.clas del 2008)  #fcc  */
table.clas2008 {
margin : 0% 12% 0% 12%;
width : 76%; 
font-size : 80%; 
border-collapse: separate;
text-align : center;
color : black; 
background-color : #9ff;
}

/*   Tabelle per cartine con spiegazioni */
table.cartine {
margin : 0% 0% 0% 0%;
width : 100%;
font-size : 80%; 
text-align : justify;
vertical-align : middle;
}

/*   Tabella per link   =04-1   */
table.link {
margin : 0% 10% 0% 10%;
width : 80%;
font-size : 80%; 
border-collapse: collapse;
text-align : center;
color : black; 
background-color : #fcd;
}

/*   Tabella per sponsor   */
table.sp {
margin : 1% 0% 0% 0%;
border : 1px;
width : 100%; 
font-size : 90%; 
border-collapse: separate;
text-align : center;
/* background-color : #fcd;   (gestito a livello di riga)    */
}

/*   Tabella per appuntamenti settimanali   =04-1  */
table.week {
margin : 2% 0% 0% 0%;
width : 100%; 
font-size : 80%; 
border-collapse: separate;
line-height : 2em; 
text-align : center;
color : black; 
background-color : #fcd;
}

/*   Tabella per testata semplificata della pallavolo  =04   */
table.tsmp {
margin : 0% 0% 0% 0%;
width : 100%; 
font-size : 100%; 
border-collapse: collapse;
text-align : center;
color : black; 
/* background-color : #ccc; */
background-image : url(O-sfondo-gi-ti03.jpg); 
}

/*   Tabella per testata semplificata senza sfondo    */
table.tpsmp {
margin : 0% 0% 0% 0%;
width : 100%; 
font-size : 100%; 
border-collapse: collapse;
text-align : center;
color : black; 
}

/*   Tabella per testata semplificata degli Storici Home page e Lib-storici   =04S   */
table.tsmpsh {
margin : 0% 0% 0% 0%;
width : 100%; 
font-size : 100%; 
border-collapse: collapse;
text-align : center;
color : black; 
/*  background-image : url(R-Sfondo-ro-ti03.jpg);    */ 
background-color : #9ff;
}

/*   Tabella per volley foto elenco squadre e singole atlete e per galleria foto    */
table.vfessa {
margin : 0% 0% 0% 0%;
width : 100%; 
font-size : 100%; 
border-collapse: collapse;
text-align : left; 
}

/*   Tabella per immagine e testo affiancati    */
table.pertxtaff {
margin : 0% 0% 0% 0%;
width : 100%;
border-collapse: collapse;
text-align : left; 
}

/*   Tabella dei menu' della pallavolo    */
table.tabmt { 
margin : 0% 0% 0% 0%;
width : 100%;
border-collapse: collapse;
text-align : center;
font-size : 80%;
} 

/*   Tabella per curiosita'        */
table.cur {
margin : 0% 3% 0% 3%;
width : 96%;
font-size : 90%; 
border-collapse: collapse;
text-align : center;
color : black; 
/*  background-color : #fcd;  */
}

/*   Tabella per capodanni cinesi nelle curiosita'         */
table.curbg {
margin : 0% 3% 0% 3%;
width : 96%;
font-size : 90%; 
border-collapse: collapse;
text-align : center;
color : black; 
background-color : #fcd;
}

/* per la finestra meteo   */
div.meteo
 { margin:15px;   
   height:auto;
   width:auto;
   float:left;
   text-align:center;
       }
       
div.curmeteo
 { margin:0 auto;   
   height:auto;
   width:auto;
   text-align:center;
       }
      
.objmeteo
 { width:502px; 
   height:287px;
   border:1px solid #f00;
   text-align:center;
       }

/* Inizio zodiaco + ascendente                   */
/*          (margin 0 auto) serve per centrare il form    Form    =00   */
.ascform {
margin: 0 auto;    
padding: 0;
width: 542px;
height: 282px;
line-height: 15px;
font-size: 13px;
text-align: center;
background-color : #fcd;  
}

/*                          Fieldset   =03   */
.ascfieldset {
border: 1px solid #f00;      
}

/*   Sfondo per campi input curiosita'    =22 8f8  */
.sfinput  {   background-color : #ff9;   
              color : black;    }

/*          come sfondo campi sfinput     =22   */
.ascwh50p
{  width:50px;  
   background-color : #ff9;   }
.ascwh60p
{  width:60px;  
   background-color : #ff9;   }
.ascwh90p
{  width:90px;  
   background-color : #ff9;   }
.ascwh280p
{  width:280px;  
   background-color : #ff9;   }
   
/*                          sfondo campi   =07   */
.ascwh470p
{  width:470px;  
   font-weight: bold; 
   color : black;
   text-align: center; 
   background-color : #eb8;  }

.ascblack
{  font-weight: bold;
   color : black;       }
/*                          sfondo campi   =Special  cf9 (verde sedano)     */
.ascsfcmp
{  background-color : #cf9;     }

/*  Fine zodiaco + ascendente    */

.curblack                 /*  per curiosita   */
{  font-weight: bold;
   color : black;     
   font-size : 80%;   }

 
/* Kilocalorie basali e totali                   */
.kcalform {
margin: 0 auto;    
padding: 0;
width: 542px;
height: 725px;
line-height: 15px;
font-size: 13px;
text-align: center;
background-color : #fcd;  
}

.curkcalwh50p             /* sfondo descrizione kilocalorie  =07   */
{  width:50px;
   text-align: center;
   font-weight: bold;
   color : black;
   background-color : #eb8;   }

.curkcalwh150p             /* sfondo descrizione kilocalorie  =07   */
{  width:150px;
   text-align: center;
   font-weight: bold;
   color : black;
   background-color : #eb8;   }

.curkcalwh200p             /* sfondo descrizione kilocalorie  =07   */
{  width:200px;
   text-align: center;
   font-weight: bold;
   color : black;
   background-color : #eb8;   }


.ascflform {              /*  form ricerca fase lunare  =00   */                  
margin: 0 auto;     
padding: 0;
width: 542px;
height: 421px;
line-height: 15px;
font-size: 13px;
text-align: center;
background-color : #fcd; }

.curflwh350p             /* sfondo descrizione fase lunare trovata  =07   */
{  width:350px;
   text-align: center;
   font-weight: bold;
   color : black;
   background-color : #eb8;   }

.ascddform {              /*  form differenza in giorni fra due date  =00   */                  
margin: 0 auto;     
padding: 0;
width: 542px;
height: 240px;
line-height: 15px;
font-size: 13px;
text-align: center;
background-color : #fcd; }

.curddwh260p             /* sfondo giorni differenza date  =07   */
{  width:260px;
   text-align: center;
   font-weight: bold;
   color : black;
   background-color : #eb8;   }
 

.ascddhmsform {              /*  form differenza in giorni fra due date  =00   */                  
margin: 0 auto;     
padding: 0;
width: 550px;
height: 325px;
line-height: 15px;
font-size: 13px;
text-align: center;
background-color : #fcd; }
 
.curddhmswh400p             /* sfondo giorni differenza date  =07   */
{  width:400px;
   text-align: center;
   font-weight: bold;
   color : black;
   background-color : #eb8;   }

.ascbmiform {              /*  form calcolo BMI vecchio e nuovo  =00   */                  
margin: 0 auto;     
padding: 0;
width: 542px;
height: 487px;
line-height: 15px;
font-size: 13px;
text-align: center;
background-color : #fcd; }
 
.curbmiwh50p             /* sfondo bmi  =07   */
{  width:50px;
   text-align: center;
   font-weight: bold;
   color : black;
   background-color : #eb8;   }
   
.curbmiwh150p             /* sfondo bmi  =07   */
{  width:150px;
   text-align: center;
   font-weight: bold;
   color : black;
   background-color : #eb8;   }
   
.curstagform {              /*  form calcolo inizio stagioni  =00   */                  
margin: 0 auto;     
padding: 0;
width: 542px;
height: 274px;
line-height: 15px;
font-size: 13px;
text-align: center;
background-color : #fcd; }

.curstaghmsform {              /*  form calcolo stagioni con segni zodiaco solare  =00   */                  
margin: 0 auto;     
padding: 0;
width: 550px;
height: 625px;
line-height: 15px;
font-size: 13px;
text-align: center;
background-color : #fcd; }
 
.curstagwh400p             /* sfondo stagioni  =07   */
{  width:430px;
   text-align: center;
   font-weight: bold;
   color : black;
   background-color : #eb8;   }
   
.numform {              /*  form numerologia  =00   */                  
margin: 0 auto;     
padding: 0;
width: 550px;
height: 270px;
line-height: 15px;
font-size: 13px;
text-align: center;
background-color : #fcd; }

.numnumform {              /*  form numerologia  =00   */                  
margin: 0 auto;     
padding: 0;
width: 550px;
height: 108px;
line-height: 100%;
font-size: 100%;
text-align: center;
background-color : #fcd; }

.curchinaform {              /*  form calcolo capodanno cinese  =00   */                  
margin: 0 auto;     
padding: 0;
width: 542px;
height: 326px;
line-height: 15px;
font-size: 13px;
text-align: center;
background-color : #fcd; }
 
.curchinawh430p             /* sfondo capodanno cinese  =07   */
{  width:430px;
   text-align: center;
   font-weight: bold;
   color : black;
   background-color : #eb8;   }
 
.numwh50p
{  width:50px;  }
.numwh60p
{  width:60px;  }
.numwh90p
{  width:90px;  }   
.numwh470p
{  width:470px;      
   font-size: 75%;  
   font-weight : bold;   } 
.numinput
{  text-transform: uppercase;  }
/*                          sfondo campi   =07   */
.numwh70p
{  width:50px;  
   font-weight: bold;
   line-height: 27px;
   font-size: 25px; 
   color : black;
   text-align: center; 
   background-color : #c96;  }

/*  Calendario + orologio + saluto su una riga (versione home page)   */
.stylecdthr
{
   font-size : 70%;
}

/*  Inizio calendario annuale per mese    */
.cssmain {
margin: 0px;
padding: 0px;
width:166px;
height: 90px;
line-height: 6px;
font-size: 9px;
text-align: center;
}
.cssmonth {
/* font-size: 9px; */
font-weight: bold;
color: purple;
}
.cssweekofyear {
/* font-size: 9px; */
font-weight: bold;
color:green;
}
.cssweekofyear #headerwy {
/* font-size: 9px; */
color:#f0f;
}
.cssdaysofweek {
/* font-size: 9px; */
font-weight: bold;
color:blue;
}
.cssdaysofweek #sundayw {
/* font-size: 9px; */
color: red;
}
.cssdays {
/* font-size: 9px; */
font-weight: bold;
color:black;
}
.cssdays #today {
/* font-size: 9px;  color  verde chiaro  */
font-weight: bold;
color: white;
background-color: #0a0;
padding: 0px 2px 1px 2px;
}
.cssdays #todayspec {
/* domeniche o festivi infrasettimanali */
/* font-size: 9px;   #9f3 verde schiarito  */
font-weight: bold;
color: red;
background-color: #9f3;
padding: 0px 2px 1px 2px;
}
.cssdays #sunday {
/* font-size: 9px; */
font-weight: bold;
color: red;
padding: 0px;
}
.cssdays #holiday {
/* font-size: 9px; */
font-weight: bold;
color: red;
padding: 0px;
}
/*  deve essere  = 21    */
.cssform {
margin-left: auto;
margin-right: auto;
background-color: #fcd;
width:166px;
border-collapse: separate;   
border-right : 1px solid #f00;   
border-left : 1px solid #f00;
padding-left: 2px;
padding-right: 2px;  
}
/*  deve essere =00-1    */
.cssselect {   
margin: 0px;
padding: 0px;
width:132px;
color: black;
background-color: #fdb;
}
/*  Fine calendario annuale per mese    */

/*  Inizio style per data + orologio    =00 o immagine   */
table.styledthr
{
   width : 87px;
   height: 100px;  
   margin-left: auto;
   margin-right: auto;
   padding : 0%;
   text-align : center;
   font-size : 60%;
   border-collapse: separate;
   border-top : 2px solid #0ef;
   border-right : 2px solid #06f; 
   border-bottom: 2px solid #06f; 
   border-left : 2px solid #0ef;  
/*   color : black;  */
   background-image : url(SF/LV-sfondo-data-ora.jpg);
/*   background-color : #fdf;  */
}

.styledthrtd
{
   border-top : 1px solid #06f;
   border-right : 1px solid #0ef; 
   border-bottom: 1px solid #0ef; 
   border-left : 1px solid #06f;
}

.styledthrdn      /*  day name  */
{
   color : black;
/*   background-color : #fdf;  */  
}

.styledthrmy      /*  month/year name  */
{
   color : black; 
/*   background-color : #aaa;  */  
}

.styledthrhms     /*  hour/minute/second name  */
{
   color : black;
/*   background-color : #aaa;   */                        
}

.styledthrb       /*  working day  blue or aqua  */ 
{
   font-size : 200%;
   color : blue;

/*   background-color : white;   */               
}

.styledthrr        /*  holiday day  red or lime  */ 
{
   font-size : 200%;
   color : red;       
/*   background-color : white;   */           
}
/*  Fine style per data + orologio    */


/*  Div  contenuto  =03    */
#contenuto  
{ 
margin : 1% 5% 0% 5%;
border-right : 0.15em solid;
border-left : 0.15em solid;
border-color : #555;
padding : 1% 2% 1% 2%;
font-size : 90%;
 }

/*  Div  chiusura  =03    */
#chiusura  { 
margin : 1% 0% 0% 0%;
border-top : 0.15em solid;
border-color : #555;
padding : 0%;
 }

#giustifg   { 
text-align : justify;
text-indent : 3%;   }

#giustifg1   { 
text-align : justify;
text-indent : 3%;   }

#giustif   { 
text-align : justify;
  }

#giustif1   { 
text-align : justify;
   }

/*  Div  separa  =03    */
#separax1  { 
margin : 2% 25% 0% 25%;
border-top : 0.5em solid;
border-color : #f00;
padding : 0%;
 }

/*   board inserito per airport departure board   =04-1      border-xxx = 03 */
#board  { 
margin : 0.5% 28% 0.2% 28%;
border-top : 0.10em solid #f00;
border-right : 0.10em solid #f00;
border-bottom : 0.10em solid #f00;
border-left : 0.10em solid #f00;
padding : 0% 0% 0.1% 0%;
color : black;
font-weight : bold;
text-align : center;
font-size : 100%;
background-color :  #fcd;  
}

/*   countbox inserito per il countdown   =04-1      border-xxx = 03 */
#countbox  { 
margin : 0.5% 0% 0.2% 0%;
border-top : 0.10em solid #f00;
border-right : 0.10em solid #f00;
border-bottom : 0.10em solid #f00;
border-left : 0.10em solid #f00;
padding : 0.2% 0% 0.2% 0%;
color : black;
font-weight : bold;
text-align : center;
font-size : 100%;
background-color :  #fcd;  
}
/*   countbox inserito per il countdown expo 2015   = #9fb (9f9)      border-xxx = #060 */
#countboxexpo  { 
margin : 0.2% 0% 0.2% 0%;
border-top : 0.10em solid #060;
border-right : 0.10em solid #060;
border-bottom : 0.10em solid #060;
border-left : 0.10em solid #060;
padding : 0.2% 0% 0.2% 0%;
color : blue;
text-align : center;
font-size : 100%;
background-color :  #9fb;   
}

/*   countbox inserito per il countdown tipo A   = #9fb (9f9)      border-xxx = #060 */
#countboxA  { 
margin : 0.2% 0% 0.2% 0%;
border-top : 0.10em solid #f00;
border-right : 0.10em solid #f00;
border-bottom : 0.10em solid #f00;
border-left : 0.10em solid #f00;
padding : 0.2% 0% 0.2% 0%;
color : blue;
text-align : center;
font-size : 100%;
background-color :  #fcd;   
}

/*   countbox inserito per il countdown tipo B   = #9fb (9f9)      border-xxx = #060 */
#countboxB  { 
margin : 0.2% 0% 0.2% 0%;
border-top : 0.10em solid #f00;
border-right : 0.10em solid #f00;
border-bottom : 0.10em solid #f00;
border-left : 0.10em solid #f00;
padding : 0.2% 0% 0.2% 0%;
color : blue;
text-align : center;
font-size : 100%;
background-color :  #fcd;   
}
/*   countbox inserito per il countdown tipo C   = #9fb (9f9)      border-xxx = #060 */
#countboxC  { 
margin : 0.2% 0% 0.2% 0%;
border-top : 0.10em solid #f00;
border-right : 0.10em solid #f00;
border-bottom : 0.10em solid #f00;
border-left : 0.10em solid #f00;
padding : 0.2% 0% 0.2% 0%;
color : blue;
text-align : center;
font-size : 100%;
background-color :  #fcd;   
}

.countboxsfr
{
/*   font-size : 100%;  */  
   font-weight : bold;  
   color : white;  
   background-color : #f44;
   border-right : 2px solid #f44;
   border-left : 2px solid #f44; 
}

.countboxsfv
{
/*   font-size : 100%;  */  
   font-weight : bold;  
   color : white;  
   background-color : #090;
   border-right : 2px solid #090;
   border-left : 2px solid #090;  
}

.countboxsfvi
{
/*   font-size : 100%;  */  
   font-weight : bold;  
   color : white;  
   background-color : #90f;
   border-right : 2px solid #90f;
   border-left : 2px solid #90f;  
}

.countboxsfm
{
/*   font-size : 100%;  */  
   font-weight : bold;  
   color : white;  
   background-color : #900;
   border-right : 2px solid #900;
   border-left : 2px solid #900;  
}

/*   Sfondo chiaro chiaro per tabella sponsor   =05-1  */
.spb {  background-color : #fec;  
           color : black;   }

/*   Sfondo chiaro per tabella sponsor   =05-2  */
.spg {  background-color : #fdb;  
           color : black;    }

/*   Testo centrato   ( non funziona con lo "span" )   */
.centro {  text-align : center;  }

/*   Testo centrato per partite in casa    =07  */
.centroc {  text-align : center;
                 color : black; 
                 background-color : #f99;    }

/*   Testo a sinistra con margine  */
.sx {   text-align : left; 
          text-indent : 2%;   }
              
/*   Testo a sinistra con margine per menu'  = 05  */
.sxbg {   text-align : left; 
          text-indent : 2%;   
/*          background-color : #fdb; */
          background-image: url(P-sfondo-vi-sf01.jpg);
          }  

/*   Testo a sinistra senza margine  */
.sxx {   text-align : left;   } 

/*   Testo a sinistra senza margine con font a 120%  */
.sxxsz120 {   text-align : left;
             font-size : 120%;   } 
            
/*   Serve per uno spazio molto sottile 20%  */
.spsott {   font-size : 20%;   } 
 
/*   Testo a destra   */
.destra {  text-align : right;   } 
 
/*   Testo a destra per squadra di casa   =07  */
.destrac {  text-align : right;
                 color : black; 
                 background-color : #f99;  }
                  
/*   Testo a destra per squadra retrocessa   f66  */
.destrar {  text-align : right;
                 color : black; 
                 background-color : #f66;  } 
                 
/*   Testo a destra per squadra ai play-out   fc3  */
.destrap {  text-align : right;
                 color : black; 
                 background-color : #fc3;  } 
               
/*   Testo in bold   */
.bd  {   font-weight : bold;   } 

/*   Testo centrato e bold   */
.cenbd  {   text-align : center;  
                font-weight : bold;   } 

/*   Testo scorrevole centrato in verticale     */
.txpt  {   padding-top : 0.25em;   } 

/*   Testo con sfondo rosso   */
.sfrosso  {   background-color : red;   
                  color : black;   } 

/*   Testo con sfondo rosso chiaro   */
.sfrossoch  {   background-color : #f66;   
                  color : black;   } 

/*   Testo con sfondo bianco   */
.sfbianco  {   background-color : white;    
                    color : black;   } 

/*   Testo con sfondo verde  chiaro  */
.sfverde  {   background-color : lime;   
                   color : black;   } 

/*   Testo con sfondo giallo  */
.sfgiallo  {   background-color : yellow;   
                  color : black;    } 
                  
/*   Testo con sfondo giallo oro   */
.sfgialloro  {   background-color : #fc3;   
                  color : black;    } 


/*   Testo con sfondo azzurro  */
.sfazzurro  {   background-color : aqua;   
                      color : black;     } 

/*   Testo con sfondo grigio  */
.sfgrigio  {   background-color : silver;   
                   color : black;     }

/*   Testo con sfondo fucsia  */
.sffucsia  {   background-color : #f5f;   
                   color : black;    }
                   
/*   Testo con sfondo verde sedano  */
.sfsedano  {   background-color : #cf9;   
                   color : black;   } 
                   
/*   Testo con sfondo verde   */
.sfrosa6  {   background-color : #0f0;   
                   color : black;   } 
                   
/*   Testo con sfondo verde  */
.sfrosa7  {   background-color : #3f0;   
                   color : black;   } 
    
/*   Testo con sfondo verde    */
.sfrosa8  {   background-color : #6f0;   
                   color : black;   } 
    
/*   Testo con sfondo verde   */
.sfrosa9  {   background-color : #9f0;   
                   color : black;   } 
    
/*   Testo con sfondo verde   */
.sfrosaa  {   background-color : #9f3;   
                   color : black;   } 


/*   Testo con sfondo rosso testo bianco  */
.sfrossotb  {   background-color : red;   
                   color : white;   } 
                   
/*   Testo con sfondo nero testo bianco  */
.sfnerotb  {   background-color : black;   
                   color : white;   } 
                   
/*   Testo con sfondo blu testo bianco  */
.sfblutb  {   background-color : blue;   
                   color : white;   }           

/*   Tab. squadre - Testo righe allenatore+dirigente+segnapunti+sponsor 
                                                  con font maggiorato   */
.maggiore {  font-size : 130%;  }

/*   Testo centrato con sfondo carico+testo maggiorato per Campo e Orario gara  =07 */
.centrovm {  text-align : center; 
                    font-size : 130%;
                    color : black; 
                    background-color : #f99;   }

/*   Testo con font molto piccolo   */
.piccolo { 
font-size : 70%;
font-weight : normal;  } 

/*   Testo con font piccolo  colore nero    */
.small  { 
font-size : 80%;
font-weight : normal;  
color : black;         } 

/*   Testo con font piccolo  per le opzioni di indietro mappa (senza colore perche'
                                                                                    esiste opzione "hover" )    */
.bsmall  { 
font-size : 80%;
font-weight : normal;  }     

/*   Testo con font piccolo    */
.csmall  { 
font-size : 75%;       }    

/*   Colore rosso + font molto grande + grassetto    */
.rosso  {  color : red;
               font-size : 150%;
               font-weight : bold;  } 

/*   Testo colore rosso    */
.colred  {  color : red;     
                font-weight : bold;    }
                
/*   Testo colore rosso  con font molto grande  */
.colredbig  {  color : red;
                    font-size : 150%;
                    font-weight : bold;    }                    
     
/*   Testo colore verde    */
.colgreen  {  color : green;
                    font-weight : bold;    } 

/*   Testo colore verde  con font molto grande  */
.colgreenbig  {  color : green;
                    font-size : 150%;
                    font-weight : bold;    }                    

/*   Testo colore fucsia    */
.colfuchsia  {  color : fuchsia;
                    font-weight : bold;    }
                    
/*   Testo colore blu    */
.colblue  {  color : blue;
                    font-weight : bold;    }

/*   Testo colore blu con font molto grande    */
.colbluebig  {  color : blue;
                    font-size : 150%;
                    font-weight : bold;    }

/*   Testo colore verde + colore marrone con mouse sopra  + font maggiorato 120% */
.car01 {  color : #080;  
              font-size : 120%;   }
.car01:hover  {  color : maroon;     }

/*   Testo colore verde + colore marrone con mouse sopra  + font maggiorato 150% */
.car02 {  color : #080;  
              font-size : 150%;   }
.car02:hover  {  color : maroon;     }

/*   Testo colore rosso + colore nero con mouse sopra  + font maggiorato 120% */
.car03 {  color : red;  
              font-size : 120%;   }
.car03:hover  {  color : black;     }

/*   Testo colore nero + colore rosso con mouse sopra  + font maggiorato 120% */
.car04 {  color : black;  
              font-size : 120%;   }
.car04:hover  {  color : red;     }

/*   Testo colore purple + font maggiorato 120% */
.car05 {  color : purple;  
              font-size : 120%;   }

/*   Sfondo colore verde  chiaro  */
.bcolgreen  {  background-color : #6f6;   
                      color : black;     }

/*   Sfondo colore giallo  chiaro   */
.bcolyellow  {  background-color : #ff6;   
                       color : black;     }

/*   Sfondo colore rosso  chiaro   */
.bcolred  {  background-color : #fde;   
                  color : black;     }

/*   Sfondo colore azzurro  chiaro   */
.bcolsky  {  background-color : #6ff;   
                  color : black;     }

/*   Sfondo per testata home          =01   */
.bgtesta  {  background-image : url(P-sfondo-vi-sf01.jpg);
/* background-color:  : #eb8; */   
               color : black;     }

/*   Sfondo per spazio vuoto del menu'        =05   */
.bgstd  {    background-image : url(O-sfondo-gi-sf01.jpg);
/* background-color : #fdb; */   
               color : black;     }

/*   Sfondo per separazione  home         =08    */
.bgsep  {  background-image : url(P-sfondo-vi-ti01.jpg);
/* background-color:     : #930; */   
                       color : black;     }

p   { 
text-align : justify; 
text-indent: 3%;   }

#bdp   { 
font-weight : bold;
font-size : 80%;        }

/*  Tipi di margine per mappa sito (Sitemap)    */
.marg1   { 
margin : 0% 0% 0% 5%; 
font-size : 85%;   }

.marg2   { 
margin : 0% 0% 0% 10%; 
font-size : 85%;   }

.marg3   { 
margin : 0% 0% 0% 15%; 
font-size : 85%;   }

.marg4   { 
margin : 0% 0% 0% 18%; 
font-size : 85%;   }

.marg5   { 
margin : 0% 0% 0% 21%; 
font-size : 85%;   }

.marg6   { 
margin : 0% 0% 0% 24%; 
font-size : 85%;   }

.marg7   { 
margin : 0% 0% 0% 27%; 
font-size : 85%;   }

.marg8   { 
margin : 0% 0% 0% 30%; 
font-size : 85%;   }

.marg9   { 
margin : 0% 0% 0% 33%; 
font-size : 85%;   }

.marg10   { 
margin : 0% 0% 0% 36%; 
font-size : 85%;   }

.marg11   { 
margin : 0% 0% 0% 39%; 
font-size : 85%;   }

.marg12   { 
margin : 0% 0% 0% 42%; 
font-size : 85%;   }

/*   Foto con sotto le diciture linkabili per videata Pallavolo   height 144px  =03  =00???   */
div.volley
 { margin:2px;
   border:1px solid #930;
   height:auto;
   width:auto;
   float:left;
   text-align:center;
/*   background-color : #0ff; */
       }

div.volley 
  img   {
  display: inline;
  margin:3px;   }

div.vdesc
 { text-align:center;
   font-weight:normal;  
   width:120px;  
   margin:2px;    }

div.vdesc142
 { text-align:center;
   font-size : 90%;
   font-weight:normal;  
   width:142px;  
   margin:2px;    }
   
div.vdesc180
 { text-align:center;
   font-size : 90%;
   font-weight:normal;  
   width:180px;  
   margin:2px;    }

div.vdesc170
 { text-align:center;
   font-weight:normal;  
   width:170px;  
   margin:2px;    }

div.vdesc220
 { text-align:center;
   font-weight:normal;  
   width:220px;  
   margin:2px;    }

/*  Foto linkabili con sotto le diciture per Storici Home page  =03S  
                           height 165px  #00f (blu)   #c00 (rosso)   #600 (marrone schiarito)   
                                         #60f (viola) #060 (verde)   */
div.volleysh
 { margin:2px;
   border:1px solid #c00;
   height:auto;
   width:auto;
   float:left;
   text-align:center;    }

div.volleysh 
  img   {
  display: inline;
  margin:3px;   }

div.vdesc170sh
 { text-align:center;
   font-weight:normal;  
   width:170px;  
   margin:2px;    }


/*  css per xhtml1.1     */

.wh03
 { width:3%;   }
.wh04
 { width:4%;   }
.wh05
 { width:5%;   } 
.wh06
 { width:6%;   }
.wh07
 { width:7%;   }
.wh08
 { width:8%;   }
.wh13
 { width:13%;   }  
.wh15
 { width:15%;   }
.wh16
 { width:16%;   }
.wh17
 { width:17%;   }
.wh18
 { width:18%;   }
.wh19
 { width:19%;   }
.wh20
 { width:20%;   } 
.wh21
 { width:21%;   }
.wh22
 { width:22%;   } 
.wh23
 { width:23%;   }
.wh24
 { width:24%;   }
.wh25
 { width:25%;   }
.wh26
 { width:26%;   }
.wh27
 { width:27%;   }
.wh28
 { width:28%;   }
.wh30
 { width:30%;   }
.wh33
 { width:33%;   }
.wh38
 { width:38%;   }
.wh39
 { width:39%;   }
.wh40
 { width:40%;   }
.wh44
 { width:44%;   }
.wh45
 { width:45%;   } 
.wh50
 { width:50%;   }
.wh55
 { width:55%;   } 
.wh58
 { width:58%;   }
.wh70
 { width:70%;   }   
.wh78
 { width:78%;   }
.wh85
 { width:85%;   }
.wh87
 { width:87%;   } 
.wh100
 { width:100%;   }
 

.wh0320p
 { width:3%;
   height : 20px;   } 
.wh0330p
 { width:3%;
   height : 30px;   } 
.wh0530p
 { width:5%;
   height : 30px;   }
.wh0720p
 { width:7%;
   height : 20px;   }   
.wh0730p
 { width:7%;
   height : 30px;   }
.wh0820p
 { width:8%;
   height : 20px;   }
.wh0930p
 { width:9%;
   height : 30px;   }
.wh1030p
 { width:10%;
   height : 30px;   }
.wh1230p
 { width:12%;
   height : 30px;   }   
.wh1530p
 { width:15%;
   height : 30px;   }
.wh1830p
 { width:18%;
   height : 30px;   }
.wh2030p
 { width:20%;
   height : 30px;   }
.wh2320p
 { width:23%;
   height : 20px;   }
.wh2520p
 { width:25%;
   height : 20px;   }   
.wh2530p
 { width:25%;
   height : 30px;   }
.wh2930p
 { width:29%;
   height : 30px;   }
.wh3020p
 { width:30%;
   height : 20px;   }
.wh3320p
 { width:33%;
   height : 20px;   }
.wh3420p
 { width:34%;
   height : 20px;   }
.wh3530p
 { width:35%;
   height : 30px;   }
.wh3730p
 { width:37%;
   height : 30px;   }
.wh3820p
 { width:38%;
   height : 20px;   }
.wh3830p
 { width:38%;
   height : 30px;   }
.wh4030p
 { width:40%;
   height : 30px;   }
.wh4220p
 { width:42%;
   height : 20px;   }
.wh4530p
 { width:45%;
   height : 30px;   }
.wh5030p
 { width:50%;
   height : 30px;   }
.wh8030p
 { width:80%;
   height : 30px;   }
.wh5042p
 { width:50%;
   height : 42px;   }
 
/*   Sfondo per testata home con width 22          =01   */
.bgtesta22  {    background-image : url(O-sfondo-gi-sf01.jpg);   
                 color : black;
                 width : 22%;      }
/*   Sfondo per testata home con width 78          =01   */
.bgtesta78  {    background-image : url(P-sfondo-vi-sf01.jpg);   
                 color : black;
                 width : 78%;      }
/*   Sfondo per testata home con width 26          =01   */
.bgtesta26  {    background-image : url(P-sfondo-vi-sf01.jpg);   
                 color : black;
                 width : 26%;      }
/*   Sfondo per testata home con width 52          =01   */
.bgtesta52  {    background-image : url(P-sfondo-vi-sf01.jpg);   
                 color : black;
                 width : 52%;      }                 
/*   Sfondo per separazione  home con width 22         =08    */
.bgsep22  {    background-image : url(P-sfondo-vi-ti01.jpg);               
               width : 22%;
               text-align : center;  
               font-size : 75%;    } 
/*   Sfondo per spazio vuoto del menu' con width 2        =05   */
.bgstd02  {    background-image : url(P-sfondo-vi-sf01.jpg);    
               color : black;
               width : 2%;     }
/*   Testo a sinistra con margine per menu' con width 20 e height 21px    = 05  */
.sxbg2021p {   text-align : left; 
               text-indent : 2%;   
               background-image : url(P-sfondo-vi-sf01.jpg);
               width : 20%;
               height : 21px;          } 
/*   Testo a sinistra con margine per menu' con height 21px    = 05  */
.sxbg21p {   text-align : left; 
               text-indent : 2%;   
               background-image : url(P-sfondo-vi-sf01.jpg);               
               height : 21px;          } 
/*   Testo a sinistra con margine per menu' con height 42px    = 05  */
.sxbg42p {   text-align : left; 
               text-indent : 2%;   
               background-image : url(P-sfondo-vi-sf01.jpg);               
               height : 42px;          } 
/*   Testo a sinistra senza margine con width 18    */
.sxx18 {   text-align : left;
           width : 18%;   }          
/*   Testo a sinistra senza margine con width 25    */
.sxx25 {   text-align : left;
           width : 25%;   }
/*   Testo a sinistra senza margine con width 78    */
.sxx78 {   text-align : left;
           width : 78%;   }

 
/*   Testo a destra con width 50  */
.destra50 {  text-align : right;
             width : 50%;   }
/*   Testo a destra con width 57  */
.destra57 {  text-align : right;
             width : 57%;   }
/*   Testo a destra con width 75  */
.destra75 {  text-align : right;
             width : 75%;   }
             
/*   Testo a destra con width 44  height 30px  */
.destra4430p {  text-align : right;
                width : 44%;
                height : 30px;   }

/*   Testo centrato per partite in casa con width 21    =07   */
.centroc21 {  text-align : center;
                 color : black; 
                 background-color : #c9f;    
                 width : 21%;              }
             
/*   Testo centrato   ( non funziona con lo "span" ) con width 55  */
.centro55 {  text-align : center;
             width : 55%;   }
/*   Testo centrato   ( non funziona con lo "span" ) con width 100 height 30px  */
.centro10030p {  text-align : center;
                 width : 100%;
                 height : 30px;   }

             
/*   Colore rosso + font molto grande + grassetto con width 100    */
.rosso100  {  color : red;
               width : 100%; 
               font-size : 150%;
               font-weight : bold;  } 
               
/*   Colore blu + font molto grande + grassetto con width 100    */
.blu100  {  color : blue;
               width : 100%; 
               font-size : 150%;
               font-weight : bold;  }
               
 
/*  Sfondo rosso x tabella 2022 storico + testo centrato  =06 + width 33 height 25px  */
.stg2022w3325p {  background-image : url(R-Sfondo-ro-sf02.jpg);
/* background-color : #aaa; */
          color : black;   
          text-align : center;
          width : 33%;
          height : 25px;    }
/*  Sfondo rosso x tabella 2022 storico + testo centrato  =06 + width 34 height 25px  */
.stg2022w3425p {  background-image : url(R-Sfondo-ro-sf02.jpg);
/* background-color : #aaa; */
          color : black;   
          text-align : center;
          width : 34%;
          height : 25px;    }
               
/*  Sfondo marrone x tabella 2021 storico + testo centrato  =06 + width 33 height 25px  */
.stg2021w3325p {  background-image : url(M-Sfondo-ma-sf02.jpg);
/* background-color : #aaa; */
          color : black;   
          text-align : center;
          width : 33%;
          height : 25px;    }
/*  Sfondo marrone x tabella 2021 storico + testo centrato  =06 + width 34 height 25px  */
.stg2021w3425p {  background-image : url(M-Sfondo-ma-sf02.jpg);
/* background-color : #aaa; */
          color : black;   
          text-align : center;
          width : 34%;
          height : 25px;    }

/*  Sfondo grigio x tabella 2020 storico + testo centrato  =06 + width 33 height 25px  */
.stg2020w3325p {  background-image : url(N-Sfondo-gr-sf02.jpg);
/* background-color : #aaa; */
          color : black;   
          text-align : center;
          width : 33%;
          height : 25px;    }
/*  Sfondo grigio x tabella 2020 storico + testo centrato  =06 + width 34 height 25px  */
.stg2020w3425p {  background-image : url(N-Sfondo-gr-sf02.jpg);
/* background-color : #aaa; */
          color : black;   
          text-align : center;
          width : 34%;
          height : 25px;    }

/*  Sfondo giallo x tabella 2019 storico + testo centrato  =06 + width 33 height 25px  */
.stg2019w3325p {  background-image : url(O-Sfondo-gi-sf02.jpg);
/* background-color : #aaa; */
          color : black;   
          text-align : center;
          width : 33%;
          height : 25px;    }
/*  Sfondo giallo x tabella 2019 storico + testo centrato  =06 + width 34 height 25px  */
.stg2019w3425p {  background-image : url(O-Sfondo-gi-sf02.jpg);
/* background-color : #aaa; */
          color : black;   
          text-align : center;
          width : 34%;
          height : 25px;    }
       
/*  Sfondo viola x tabella 2018 storico + testo centrato  =06 + width 33 height 25px  */
.stg2018w3325p {  background-image : url(P-Sfondo-vi-sf02.jpg);
/* background-color : #c96; */
          color : black;   
          text-align : center;
          width : 33%;
          height : 25px;    }
/*  Sfondo viola x tabella 2018 storico + testo centrato  =06 + width 34 height 25px  */
.stg2018w3425p {  background-image : url(P-Sfondo-vi-sf02.jpg);
/* background-color : #c96; */
          color : black;   
          text-align : center;
          width : 34%;
          height : 25px;    }
    
/*  Sfondo verde rumore x tabella 2017 storico + testo centrato  =06 + width 33 height 25px  */
.stg2017w3325p {  background-image : url(Q-Sfondo-ve-sf02.jpg);
/* background-color : #c96; */
          color : black;   
          text-align : center;
          width : 33%;
          height : 25px;    }
/*  Sfondo verde rumore x tabella 2017 storico + testo centrato  =06 + width 34 height 25px  */
.stg2017w3425p {  background-image : url(Q-Sfondo-ve-sf02.jpg);
/* background-color : #c96; */
          color : black;   
          text-align : center;
          width : 34%;
          height : 25px;    }

/*  Sfondo rosso rumore x tabella 2016 storico + testo centrato  =06 + width 33 height 25px  */
.stg2016w3325p {  background-image : url(R-Sfondo-ro-sf02.jpg);
/* background-color : #c96; */
          color : black;   
          text-align : center;
          width : 33%;
          height : 25px;    }
/*  Sfondo rosso rumore x tabella 2016 storico + testo centrato  =06 + width 34 height 25px  */
.stg2016w3425p {  background-image : url(R-Sfondo-ro-sf02.jpg);
/* background-color : #c96; */
          color : black;   
          text-align : center;
          width : 34%;
          height : 25px;    }

/*  Sfondo azzurro rumore x tabella 2015 storico + testo centrato  =06 + width 33 height 25px  */
.stg2015w3325p {  background-image : url(S-Sfondo-az-sf02.jpg);
/* background-color : #c96; */
          color : black;   
          text-align : center;
          width : 33%;
          height : 25px;    }
/*  Sfondo azzurro rumore x tabella 2015 storico + testo centrato  =06 + width 34 height 25px  */
.stg2015w3425p {  background-image : url(S-Sfondo-az-sf02.jpg);
/* background-color : #c96; */
          color : black;   
          text-align : center;
          width : 34%;
          height : 25px;    }

/*  Sfondo grigio chiaro x tabella 2014 storico + testo centrato  =06 + width 33 height 25px  */
.stg2014w3325p {  background-color : #c96;
          color : black;   
          text-align : center;
          width : 33%;
          height : 25px;    }
/*  Sfondo grigio chiaro x tabella 2014 storico + testo centrato  =06 + width 34 height 25px  */
.stg2014w3425p {  background-color : #c96;
          color : black;   
          text-align : center;
          width : 34%;
          height : 25px;    }

/*  Sfondo marrone chiaro x tabella 2013 storico + testo centrato  =06 + width 33 height 25px  */
.stg2013w3325p {  background-color : #da9;
          color : black;   
          text-align : center;
          width : 33%;
          height : 25px;    }
/*  Sfondo marrone chiaro x tabella 2013 storico + testo centrato  =06 + width 34 height 25px  */
.stg2013w3425p {  background-color : #da9;
          color : black;   
          text-align : center;
          width : 34%;
          height : 25px;    }

/*  Sfondo viola chiaro x tabella 2012 storico + testo centrato  =06 + width 33 height 25px  */
.stg2012w3325p {  background-color : #c9f;
          color : black;   
          text-align : center;
          width : 33%;
          height : 25px;    }
/*  Sfondo viola chiaro x tabella 2012 storico + testo centrato  =06 + width 34 height 25px  */
.stg2012w3425p {  background-color : #c9f;
          color : black;   
          text-align : center;
          width : 34%;
          height : 25px;    }

/*  Sfondo giallo chiaro x tabella 2011 storico + testo centrato + width 33 height 25px  */
.stg2011w3325p {  background-color : #ff3;
          color : black;   
          text-align : center;
          width : 33%;
          height : 25px;    }
/*  Sfondo giallo chiaro x tabella 2011 storico + testo centrato + width 34 height 25px  */
.stg2011w3425p {  background-color : #ff3;
          color : black;   
          text-align : center;
          width : 34%;
          height : 25px;    }

/*  Sfondo rosso chiaro x tabella 2010 storico + testo centrato + width 33 height 25px  */
.stg2010w3325p {  background-color : #f9c;
          color : black;   
          text-align : center;
          width : 33%;
          height : 25px;    }
/*  Sfondo rosso chiaro x tabella 2010 storico + testo centrato + width 34 height 25px  */
.stg2010w3425p {  background-color : #f9c;
          color : black;   
          text-align : center;
          width : 34%;
          height : 25px;    }

/*  Sfondo verde chiaro x tabella 2009 storico + testo centrato + width 33 height 25px  */
.stg2009w3325p {  background-color : #5fa;
          color : black;   
          text-align : center;
          width : 33%;
          height : 25px;    }
/*  Sfondo verde chiaro x tabella 2009 storico + testo centrato + width 34 height 25px  */
.stg2009w3425p {  background-color : #5fa;
          color : black;   
          text-align : center;
          width : 34%;
          height : 25px;    }

/*  Sfondo azzurro chiaro x tabella 2008 storico + testo centrato + width 33 height 25px  */
.stg2008w3325p {  background-color : #3ff;
          color : black;   
          text-align : center;
          width : 33%;
          height : 25px;    }
/*  Sfondo azzurro chiaro x tabella 2008 storico + testo centrato + width 34 height 25px  */
.stg2008w3425p {  background-color : #3ff;
          color : black;   
          text-align : center;
          width : 34%;
          height : 25px;    }


/*  background-image : url(GV/ASfondo-quadrati-2.jpg);     */

/*   fine foglio di stile   */