/*Dynamic highlighting for datagrids*/
tr.row:hover td, tr.over td {background-color:#dddde6;  cursor:pointer;}
tr.selected td {background-color: #f1ecb1; cursor:pointer;}
