/* Colori base
blu #28254B
giallo testo #FCFA9B
sfondo #650719
prugna #9E1B34
bordo pulsante #EFE600
*/

BODY  {
       font-family: Georgia;
       font-size: 10pt;
       font-style: italic;
       color: #FCFA9B;
       background: #650719;
       margin-top: 5}
       
BODY.prugna  {
       font-family: Georgia;
       font-size: 10pt;
       color: #FCFA9B;
       background: #9E1B34;
       margin-top: 5}
       
/* Link */

a {color:#FCFA9B; text-decoration:none;}
a:hover {color: #FA9FCC; text-decoration:none;}

/* Formato testi */

p {font-family: Georgia; font-size: 10pt; color: #FCFA9B; margin: 10px;}
p.italic {font-family: Georgia; font-size: 10pt; font-style: italic; color: #FCFA9B;}
p.titolo {font-family: Georgia; font-size: 12pt; font-weight: bold; color: #FCFA9B;}

li {font-family: Georgia; font-size: 12pt; font-weight: bold; color: #FCFA9B;}

/* Celle */

td       {font-family: Georgia;
          font-size: 10pt;
          font-style: italic;
          color: #FCFA9B;}
          
td.titolo {font-family: Georgia;
          font-size: 14pt;
          font-weight: bold;
          font-style: italic;
          padding: 10;
          color: #FCFA9B;
          text-align: center;}
          
td.testo {font-family: Georgia;
          font-size: 12pt;
          font-weight: bold;
          font-style: italic;
          padding: 50;
          color: #FCFA9B;
          text-align: justify;}
          
td.didascalie {font-family: Georgia;
          font-size: 12pt;
          font-weight: bold;
          font-style: italic;
          padding: 10;
          color: #FCFA9B;
          text-align: center;}

td.pulsante {border-style: groove;
             background-color: #9E1B34;
             border-color: #EFE600;
             border-width: 2;
             text-align: center;
             font-family: Georgia;
             font-style: italic;
             font-weight: bold;
             font-size: 10pt;
           }

td.bottom  {border-style: groove;
             background-color: #9E1B34;
             border-color: #EFE600;
             border-width: 2;
             text-align: center;
             font-family: Georgia;
             font-style: italic;
             font-size: 10pt;
             }


legend {font-family: Georgia;
          font-size: 12pt;
          font-weight: bold;
          font-style: italic;
          padding: 30;
          color: #FCFA9B;}
iframe.news {    border-style: solid;
   border-color: #FCFA9B;
   border-top-width:1px;
   border-bottom-width:1px;
   border-left-width:1px;
   border-right-width:1px;
   height: 320px;
   width: 320px;
}


html {
scrollbar-arrow-color:#9E1B34;
scrollbar-track-color:#E76880;
scrollbar-face-color:#F280B5;
scrollbar-highlight-color:#F3BFC9;
scrollbar-3dlight-color:#F3BFC9;
scrollbar-darkshadow-color:#650719;
scrollbar-shadow-color:#650719;
}

img { border: 5px solid #FFFFFF;}
img.sb { border: none;}
img.SmallImg { border: 5px solid #FFFFFF;
      height: 330px;}

a.mvstyle {color:#000000; text-decoration:none;}
a:hover.mvstyle {color:#098849; text-decoration:underlined;}
font.mvstyle {font-family: verdana; font-size: 8pt;}

/* PopUp Menu */
#popitmenu{
position: absolute;
background-color: #9E1B34;
border:1px solid #FCFA9B;;
color: #9E1B34;
font-family: Georgia;
font-style: italic;
font-size: 10pt;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: #FCFA9B;;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #E76880;
}

          
