ul.jawTree, 
ul.jawTree ul {
    padding: 0;
    margin: 19px 0 0 10px;
    list-style-type: none;
    font-size: 8pt;
    list-style-position: inside;
}
            
ul.jawTree li {
    cursor: pointer;
    padding: 0 0 0 10px;
    margin:  0;  
}

ul.jawTree li.odd      {background-color: #f4f8fc; border: 0; border: 2px solid #f4f8fc;}
ul.jawTree li.even     {background-color: #ffffff; border: 0; border: 2px solid #ffffff;}
ul.jawTree li.selected {background-color: #FBEDCA !important; border: 2px solid #FFBF08;}
ul.jawTree li.hover    {background-color: #FBEDCA !important; border: 2px solid #FBEDCA;}

img         {border-style: none;}
img.control {cursor: pointer;}