/* stili generici */
table.tabella {
	/*float: right;*/
}
table.tabella,td,th{border:solid #CCC;border-width: 1px 0;}
td,th{padding: 5px 0;text-align: left;}
th{background: #DAE6F4;color: #000; text-align: center; width: 19%}
tr.odd td{background: #eee}

.theader {
	height:27px;
	color: #fff;
	background-color: transparent;
	text-align: left;
}
.th1 {
	background-color: #C4E2FC;
}
.th2 {
	background-color: #B8D6F2;
}
#tabella {
	margin: 0;
	/*margin-top:-450px;*/

}
#tabella td {
	padding:5px;
	vertical-align: text-top;
	
}
.table_row1 {
	background-color: #DDE4EA;
	font-size: 11px;
}
.table_row2 {
	background-color: #D0D9E0;
	font-size: 11px;
}
.esp {
	display: none;
}
