body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/sf_pagina.jpg);
}
/* stili form */
form {
	padding: 0px;
	margin: 0px;
}
LI {
list-style:inside;
}

INPUT {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px solid; COLOR: #000000; TEXT-INDENT: 2px; BORDER-BOTTOM: #000000 1px solid; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}

SELECT {
	BORDER-RIGHT: #000000 1px solid; width:190px; BORDER-TOP: #000000 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px solid; COLOR: #000000; TEXT-INDENT: 2px; BORDER-BOTTOM: #000000 1px solid; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}

/* fine stili form */

.contenuto { font-size: 12px; font-family: Verdana; color: #ffffff; font-weight: none; text-decoration: none }
.testo_bianco_piccolo { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-weight: bold; text-decoration: none }
.testo_nero_piccolo { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-weight: bold; text-decoration: none }
.testo_nero_medio { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-weight: bold; text-decoration: none }
.testo_nero_medio_nogr { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-weight: none; text-decoration: none }

.testo_bianco_mini { font-size: 8px; font-family: Verdana; color: #ffffff; font-weight: bold; text-decoration: none }


.testo_bianco_medio { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-weight: bold; text-decoration: none }
.testo_giallo_grande { font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFCC33; font-weight: bold; text-decoration: bold }
.testo_giallo_medio{ font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFCC33; font-weight: bold; text-decoration: bold }
/* stili celle */
.sf_header {
/*background-color:#CCCCCC;*/
/*background-image: url(./images/sf_header.jpg);*/
/*background-repeat: no-repeat;
background-position: left;*/
}
/* fine stili celle */
/* stile lightbox */
#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;   
    background-color:#000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }
.lightbox{
    width:450px;
    background:#993300;
    padding:10px;
    border:2px solid #eee;
}
#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}
/* fine stile light box */
/* STILI TOOLTIP */
a.tooltip{
   position:relative; /*this is the key*/
   z-index:24; 
	font-size: 10px; 
	font-family: Verdana; 
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none
}
a.tooltip:hover{z-index:25;}
a.tooltip span{display: none; text-decoration: none;}
a.tooltip:hover span{ /*the span will display just on :hover state*/
   display:block;
   position:absolute;
   top:11px; left:0em; 
	width:200px;
	height: 70px;
	overflow: auto;
   border:1px solid #990000;
	color: #333333;
    background-color:#fcf8fa; 
    text-align: justify;
	line-height: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 7px;
	text-decoration: none;
	}
/* FINE STILI TOOLTIP */
/* stile menu */
    #tabsE {
      float:left;
      width:100%;
	  background-image:url(images/background.png);
      font-size:93%;
      line-height:normal;
      }
    #tabsE ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("./images/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("./images/tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
	  font: bold 9px Verdana;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }
    #tabsE p {float:none;}
    #tabsE p {
      float:left;
      display:block;
      background:url("./images/tabrightE.gif") no-repeat right top;
      background-position:100% -42px;
      margin:0;
      padding:5px 15px 4px 6px;
      color:#FFF;
	  font: bold 9px Verdana;
      }
/* fine stile menu */

.link{
font-family:verdana;
font-size:9px;
color:#CCCCCC;
text-decoration:none;
}