/* CSS Document */

.bordi_cella {
	BORDER-RIGHT: #e8e9e4 1px solid;
	MARGIN: 10px;
	BORDER-BOTTOM: #e8e9e4 1px solid;
	background-color: #F8F8F8;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	color: #7b7b7b;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}
.titoli_cell {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px;
	text-align:center;
}
.bordi_cella_white {
	BORDER-RIGHT: #e8e9e4 1px solid;
	MARGIN: 10px;
	BORDER-BOTTOM: #e8e9e4 1px solid;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	color: #7b7b7b;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}
.bordi {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e8e9e4;
	border-left-color: #e8e9e4;
}