/* Stili di default */

a, A:link, a:visited, a:active
	{color: #0000aa; 
	 text-decoration: none; 
	 font-family: Tahoma, Verdana; 
	 font-size: 11px}

A:hover
	{color: #ff0000; 
	 text-decoration: none; 
	 font-family: Tahoma, Verdana; 
	 font-size: 11px}

p, tr, td, 
	{color: #000000; 
	 font-family: Tahoma, Verdana; 
	 font-size: 11px}

.header1, h1
	{color: #ffffff; 
	 background: #4682B4; 
	 font-weight: bold; 
	 font-family: Tahoma, Verdana; 
	 font-size: 13px; 
	 margin: 0px; 
	 padding: 2px;}

.header2, h2
	{color: #000000; 
	 background: #DBEAF5; 
	 font-weight: bold; 
	 font-family: Tahoma, Verdana; 
	 font-size: 12px;}

.cright
	{color: #ffffff; 
	 background: #4682B4; 
	 font-family: Tahoma, Verdana; 
	 font-size: 11px; 
	 text-align: right;}

.intd
	{color: #000000; 
	 font-family: Tahoma, Verdana; 
	 font-size: 11px; 
	 padding-left: 15px;}

.bottone
	{color: #ffffff; 
	 background: #4682B4; 
	 font-weight: bold; 
	 font-family: Tahoma, Verdana; 
	 font-size: 13px; 
	 margin: 0px; 
	 padding: 2px;}

.toolbar
	{color: #ffffff; 
	 background: #4682B4; 
	 font-weight: bold; 
	 font-family: Tahoma, Verdana; 
	 font-size: 10px; 
	 margin: 0px; 
	 padding: 0px;}

.campo
	{color: #000000; 
	 font-family: Tahoma, Verdana; 
 	 font-weight: bold; 
	 font-size: 12px;
	 padding-left: 3px;}

.descrizione
	{color: #000000; 
	 font-family: Tahoma, Verdana; 
 	 font-weight: bold; 
	 font-size: 12px;
	 padding-left: 3px;
	 border-bottom: 1px solid #000000;
	 border-top: 0px;
	 border-left: 0px;
	 border-right: 0px;}

.tabcolonna
	{color: #ffffff; 
	 border : 1px solid #FFFFFF
	 font-weight: bold; 
	 font-family: Tahoma, Verdana; 
	 font-size: 11px;
	 }

.campotable
	{color: #000000; 
	 font-family: Tahoma, Verdana; 
 	 font-weight: bold; 
	 font-size: 10px;
	 padding-left: 3px;
	 border-bottom: 1px solid #000000;
	 border-top: 0px;
	 border-left: 0px;
	 border-right: 0px;}

.sezione
	{color: #ffffff; 
/*	 background: lightgreen;  */
	 background: lightblue;  
 	 border:1px solid #4682B4;
	 font-weight: bold; 
	 font-family: Tahoma, Verdana; 
	 font-size: 13px; 
	 margin: 0px; 
	 padding: 2px;}

#progressbar {
	position: absolute;
	visibility: hidden;
	width: 220px;
	height: 30px;
	left: 20px;
	top: 100px;
	background-color: #ffffff;
	border: 1px solid #000;
	padding: 10px;}


