﻿body {
 background-color:#FFFFFF;
 margin:0px;
 }

a {
    color:Blue;   
    }
    
a:hover { text-decoration:none; color:Red; }    

body, td { 
 font-family:Verdana;
 font-size:11px;
 }

.maincontent {
    margin-left:50px; 
    margin-right:50px;
}

h3 {
    color:#eb7a00; 
    } 

/* Impostazioni tabelle dei moduli e textbox */

.formtable {
 width:500px;
 }
    
.formtable td {
 text-align:left;
 font-weight:bold;
 padding:3px;
 }   

/* STILE MENU */

.menuItem {
   padding:5px;
   font-weight:bold;
   }

.menuItem a {
   color:#333; 
    }

.menuItem a:hover {
    color:#3c8bf7; 
    }

.submenuItem {
    width:120px;
    background-color:#EEEEEE;
    border-bottom:solid 1px #CCC;
    font-weight:bold;
    padding:5px;
    z-index: 100; /* IE8 */
   }

.submenuItem a {
    color:#333; 
    }

.submenuItem a:hover {
    color:#3c8bf7;
   }

   
/* STILE LISTE */

.resultTable {
    width:100%;
    }

.resultTable td {
    padding:4px;
    }

.alternaterow {
    background-color:#dde8f7;
    }  
    
    
/* ELEMENTI VARI */

.avviso {
    color:#FF0000;
    }    
    
#top {
    background-image:url(images/sf_header.jpg); 
    background-repeat:repeat-x;
    height:66px; 
    background-color:#;
    border-bottom:solid 0px #;
    }   
    
.briciole {
    color:#808080;
    margin-bottom:20px; 
    }    

.briciole a {
    color:#808080;
    }     


.uploadfield { 
    width:420px;    
    }
       