/*===============================================================*/
/* Foglio stile per formattazione tabelle                        */
/* Autore: Franco Accetta, aprile 2007                           */
/*===============================================================*/

tabellauno {
width:550px; 
margin:0 auto;
padding:0;
background:#00a3dd; 
color:#fff;
} 

.tabellauno th#header1, .tabellauno th#header2, .tabellauno th#header3 {
width:200px; 
text-align:left; 
padding-left:0.5em;
} 

.tabellauno caption {
background:#fff; 
color:#000; 
font-size:1.2em; 
margin:0 auto;
text-align: center;
font-weight: bold;
} 

.tabellauno tbody {
background:#8a9; 
color:#000;
} 

.tabellauno td {
text-align: left;
}
/*===============================================================*/
.tabelladue {
margin:0;
padding:0;
color:#000;
background: transparent;
} 

.tabelladue td {
background:#e5e5e5; 
color:#000;
padding-left:10px;
width:200px;
} 

.tabelladue tr.colorata td {
background:#ccc; 
color:#000;
} 
/*===============================================================*/
.divinterno {height:12em; overflow:auto;}
