﻿/*stile tabelle nomi*/ 
table.nomi {
	border: 0 ;
	padding: 1px;

}
table.nomi caption {
	background-color: #DEDEDE;
	border: 1px solid;
	border-color: black;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size:8pt;
    color:black;
    font-weight:300;
}
table.nomi th {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}
table.nomi td {
	background-color: #FFF;
	width: 220px;
    border: 1px solid; 
    border-color: black;
    text-align: left;
    color : black;
    font-size: 8pt;
    font-weight: 300;
    padding: 10px;
}
/*stile tabelle documenti*/
table.doc {
	table-layout: fixed;
	border: 0;
	width: 99%;
}
td.cella1 {
	width: 70px;
	vertical-align: top;
	color : black;
	font-size: x-small;
	font-weight: bold;
}

