/*
formattazioni aggiuntive che sono in ausilio di displaytag.css
*/
.lista {
width: 50em;	
}
.lista thead th {
text-align: left;
}
.utente {
text-align: left;
border-width: 0.1em;
border-color: #000000;
border-bottom-style: solid;	
border-right-style: solid;	
}
.lista .usertype, .email, .modifica, .delete {
width: 0.1em;
text-align: center;
}
.vedi_gara img{
border: 0;
}
/*
formattazioni aggiuntive di background delle colonne: attualmente usate solo per il datagrid
del partitario fornitore
*/
.color1 {
background-color: #FFFFFF;
}
.color2 {
background-color: #DEDCBC;
}
.color3 {
background-color: #FFD991;
}
/*
formattazione per le celle delle tabelle che contengono date
*/
.dataformat {
width: 17%;
}
