h1	   {color: blue; text-align: center;}
h2         {color: #0000CC; margin-top: 10px;}
table      {border: 1 solid black; width: 100%}        
td         {padding: 5px; text-align:left; background: lavender;}
th         {background: gold; padding: 5px; text-align:left;}
textarea   {width :550px;}


#container  	{margin:0; padding:0; width: 100%;}
#testata    	{padding-top: 10; margin: 0; width: 100%; height:60; background: #ccF; text-align:center;}
#corpo      	{position: relative; margin:0; width:100%;}
#scheda     	{display: none;}
#update  	{display: none;}
#logo       	{position: absolute; left: 200px; top:-5;}
#footer         {position: absolute; right: 20px; top:15px;}
#corso          {margin-left: 80px;}

th.intestazione {background: #DBE;}

a.pulsanti { display: inline;
	     padding: 5px;
	     width: 200px;
	     background-color: #046;
	     border-bottom: 1px solid #eee;
             color: white;}

a.pulsanti:link, a.pulsanti:visited {text-decoration: none;}
.login         {width: 150px;} 
.aggiorna      {width: 30px; cursor: pointer;}
.campo_corto   {width: 100px;}

#login     {float: right;}

#nav ul {margin:0 auto; padding:0; width: 100%; height: 28; 
            background-color: #036;
            color: White;
            font-family: arial, helvetica, sans-serif;}

#nav ul li {display: inline;}

#nav ul li a {
                 background-color: #036;
                 color: White;
                 text-decoration: none;
                 border-right: 1px solid #fff;
                 padding: 0.2em 0.8em;
             }
#nav ul li a:hover {
                 background-color: #369;
                 color: #fff;
}
