.tabellaDati{
	min-width:894px;
	width:100%;
}

/* --------------- INTESTAZIONE ------------------ */

.tabellaDati tr th{
	font-size:10px;
	color:#333333;
	font-weight:bold;
	text-align:right;
	width:auto;
	height:12px;
	padding:6px 1px 6px 0px;
}

.tabellaDati td:hover{
	/* cursor:pointer; */
}

.tabellaDati tr .bordoTh{
	background:url(../img/riga_grigiosc.gif) left bottom repeat-x;
}

.tabellaDati tr .perc{
	width:9px;
	text-align:left;
}

.colPerc{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	width:9px;
	z-index:10;
}

.attiva .colPerc{
	visibility:visible;
}

.tabellaDati .divsx{
	width:15px;
}

.tabellaDati .pre{
	white-space:pre;
}

.tabellaDati tr .notacheck{
	background:url(../img/tabella_notacheck.gif) center bottom no-repeat;
	width:27px;
	text-align:center;
}

.tabellaDati td .notacheck{
	width:27px;
	text-align:center;
}

/* --------------- RIGHE ------------------ */
.tabellaDati .nascosta{
	display:none;
}

/* --------------- CELLE ------------------ */

.tabellaDati tr td{
	font-size:10px;
	color:#333333;
	text-align:right;
	width:auto;
	height:24px;
	padding:0px 1px 0px 0px;
}

.tabellaDati p{
	padding:0px;
	margin:0px;
}

.tabellaDati tr .bordoTd{
	background:url(../img/dot_orizz_dx.gif) left bottom repeat-x;
}

.tabellaDati .alignCenter{
	text-align:center;
}

.tabellaDati .alignLeft{
	text-align:left;
}

.tabellaDati .alignRight{
	text-align:right;
}

.tabellaDati tr:hover td{
	background:url(../img/riga_attiva.gif) left bottom repeat-x;
}

.tabellaDati .attiva td{
	background:url(../img/riga_attiva.gif) left bottom repeat-x;
	/* font-weight:bold; */
}

.tabellaDati td .bottCheck{
	display:block;
	margin:auto;
	width:13px;
	height:13px;
	margin-top:2px;
	overflow:hidden;
	cursor:pointer;
	background:url(../img/nodo_vis_off.gif) center top no-repeat;
}

.tabellaDati .attiva td .bottCheck{
	width:13px;
	height:13px;
	margin-top:2px;
	overflow:hidden;
	background:url(../img/nodo_vis_on.gif) center top no-repeat;
}

.tabellaDati .attivasc{
	background:url(../img/riga_attiva.gif) left bottom repeat-x;
	/* font-weight:bold; */
	padding-right:5px;
}

.tabellaDati .colonnasc{
	background:url(../img/tabella_colonnasc.gif) left bottom repeat-x;
	color:#676767;
	padding-right:5px;
}

.tabellaDati .nascosto{
	visibility:hidden;
	display:none;
}

