/* HEADER */
table.treeview-header{
  table-layout : fixed;   /* Important */    
  background   : url('images/header.png') repeat-x top left;      
}

td.treeview-header-cell{
  border-width :0px; 
  height:30px;  
  border-bottom-color : #333399;
  border-bottom-width : 2px;
}

td.treeview-label{
  font-family : Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size:11px;
  color: rgb(255,255,255);
}