/* Classe personale per il sito www.tempobiologico.com */

/* Div container to wrap the datagrid */
div#div-datagrid {
width: 550px;
height: 240px;
overflow: auto;
scrollbar-base-color:#ffeaff;
}

/* Locks table header */
.FissaIntestazioneGrid {
font-size: 10px;
text-align: center;
font-family: Arial;
background-color: #FFFFFF;
border-right: 1px solid silver;
position:relative;
cursor: default; 
top: expression(document.getElementById("div-datagrid").scrollTop-2); /*IE5+ only*/
z-index: 10;
}
