/* 
    Document   : hint_boxes
    Created on : 8-giu-2012, 19.09.58
    Author     : Nestor
    Description:
    Purpose of the stylesheet follows.
*/
.hintbox {
	position: absolute;
	z-index: 10;
	background-color: #eee;
}

.stable {
	background-color: white;
}

.stable :hover {
	cursor: pointer;
}

.sg_row {
	color: black;
	background-color: white;
}

.sg_row :hover { /*    background-color: highlight;
    color: white;*/
	cursor: pointer;
}

.row_nomenclatore
{
    font: normal 12pt/normal Arial,Verdana,  Helvetica, sans-serif;
}