/*

_____________________   foglio di stile per la bussola   _____________________


tipo:                   stile per la stampa
autore:                 GiGi con eRReGi.
versione:               01.2004
ultimo aggoirnamento:   15 aprile 2004
   
*/

body 
       {
       line-height:     126%;
       border:          0px none;
       padding:         0;
       margin:          0;
       color:           #000066;
       background:      white;
       font-weight:     normal;
       font-family:     verdana, arial, helvetica, sans-serif;
       font-style:      normal;
       font-size:       3.5mm;

       }
   
/*
_____________________   stili testo   _____________________

*/

h1
       {
       margin:        0px 0px 0.4em 0;
       text-align:    center;
       font-size:     150%;
       line-height:   100%;
       color:         black;
       font-weight:   bold;
       } 



h2
       {
       text-align:    center;
       font-size:     240%;
       line-height:   100%;
       color:         #000000;
       clear:         left; 
       font-style:    italic; 
       margin-left:   0; 
       margin-right:  0px; 
       margin-top:    0px; 
       margin-bottom: 0.4em
       }  



h3
       {
       margin:          0.5em 0px 0.4em 0;
       font-size:       150%;
       line-height:     100%;
       color:           black;
       font-weight:     bold;
       } 
       
      
       
h4
       {
       margin:       0px 0px 0.4em 0;
       font-size:    100%;
       line-height:  100%;
       color:        black;
       font-weight:  bold;
       }   
       

p
       {
       margin:      0 0 0.4em 0px;
       color:       black;
       }   

   

/*
_____________________   liste   _____________________

*/



#boxcontenuti ol 
                {
                color:      black;
                } 


#boxcontenuti ul 
                {
                  color:      black;
                }   
  

#boxcontenuti ul li 
                 {
                  list-style-type:          square;
                  color:                    black;
                 } 

#boxcontenuti ol li
                {
                list-style-type:   decimal;
                color:             black;
                }
      

#boxcontenuti ul li li
                   {
                   color:                        black;
                   list-style-type:              circle;
                   } 

#boxcontenuti ol li li
                   {
                   color:                        black;
                   list-style-type:              lower-alpha;
                   } 

/*
_____________________   immagini   _____________________

*/



img
         {
         display: none;
         } 
        
/*
_____________________   menu di sinistra   _____________________

*/      
  
.listasx 
        {
         display: none;
        }


li.vocemadre
            {
             color:           #004C99;
             text-decoration: none;
             text-indent:     0.5em;
             font-weight:     bold;
             background:      #D6E4F8;
             }


ul.listasx li 
             {
             text-decoration:   none;
	         border-bottom:     1px dotted #808080; 
             margin:            0;
             list-style-type:   none; 
             padding:           0;
             }


ul.listasx li a 
               {
               color:                 #004C99;
               text-decoration:       none;
               background:            white;
               display:               block; 
               width:                 100%;
               text-indent:           0.5em;
               }


ul.listasx li a:visited 
               {
               color:                 #004C99;
               text-decoration:       none;
               background:            white;
               display:               block; 
               width:                 100%;
               }

               
ul.listasx li a:hover 
                      {
                      text-decoration:   none;
	                  background:        #2872d3;
	                  color:             white; 
                      }  



/*
_____________________   sezioni della pagina   _____________________

*/


#boxcontenuti
           {
           margin-left:  10px;
           margin-right: 10px;
           margin-top:   10px;
           }


#boxmenu
           {
           float:         right;
           width:         200px; 
           border-left:   10px solid white;
           border-right:  10px solid white;
           border-bottom: 10px solid white;
           margin-bottom: 10px solid white;
           margin-top:    0px;

           }
           
           
  
#boxfascia
   {
   text-align:          left;
   border:              0px;
   margin:              0;
   padding:             0;  
   background-color:    white;
   background-image:    url('bussola.gif');
   height:              10cm;
   background-repeat:   repeat;
   background-position: 0cm 0cm;
   display:             none;
   }
   
  
#tuseiqui
   {
   line-height:        140%;
   font-size:          90%;
   text-align:         left;
   border:             0px;
   border-bottom:      1px dotted #808080;
   border-top:         1px solid #808080;
   margin:             0;
   margin-bottom:      15px;
   padding:            0.2em 15px 0.2em 15px;
   color:              #004C99;  
   background-color:   #D6E4F8;
   display:            none;
   }


   
#boxbasso
   {
   color:              #004C99;
   font-size:          96%;
   font-weight:        normal;
   text-align:         left;
   border:             0px none;
   border-top:         1px dotted #808080;
   border-bottom:      1px dotted #808080;
   padding:            1px 10px 1px 10px;
   background-color:   #D6E4F8;
   display:            block;
   font-weight:        bold;
   clear:              both;
   display:            none;
   }

   
   
/*
_____________________   testo link  _____________________

*/

   
a:link
       { 
       text-decoration: underline;
       color:           #004C99;
       }
  
a:visited 
         { 
         text-decoration: underline;
         color:           #004C99;
         }
 
a:hover 
       { 
       text-decoration: underline;
       color:           #D70000;
       }

#boxbasso a
           {
           text-decoration:       none;
           }
   
#boxbasso a:hover
                 {
                 text-decoration:       underline;
                 }      

#tuseiqui a
           {
           text-decoration:       none;
           font-weight:           bold;
           }
   
#tuseiqui a:hover
                 {
                 text-decoration:       underline;
                 }

       
/*
_____________________   tabelle   _____________________

*/


table
     { 
     text-align:    left; 
     margin-top:    1em; 
     margin-left:   auto;
     margin-right:  auto;
     margin-bottom: 0.6em;
     border:        1px dotted black;
     }

 
table.avvolta
             { 
             float:        right;
             margin-left: 0.6em;
             }

td
   {
   text-align:        left; 
   font-size:         100% !important;
   font-size /**/:    70%;
   color:             black;
   background-color:  white;
   border:            0px;
   padding:           0.3em;
   border:            1px dotted black;
   }
 
 
 th
   {
   text-align:         left;
   font-size:          100% !important;
   font-size /**/:     70%;
   color:              black;
   background-color:   white;
   padding:            0.3em;
   border:             1px dotted black;
   }