#org-tree table > tbody > tr.child-in > td:first-child {
    background-image: url( '../images/listArrowR.png');
    background-repeat: no-repeat;
    background-size:10px;
    background-position:center;
}
#org-tree table > tbody > tr.child-out > td:first-child {
    background-image: url( '../images/listArrowD.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}
#org-tree table > tbody > tr.lvl1 
{
    background-color: #ddf2fc;
    cursor: pointer;
}
#org-tree table > tbody > tr.lvl2 
{
    background-color: #d9e1e5;
    cursor: pointer;
}
#org-tree table > tbody > tr.lvl3 
{
    background-color: #ddf2fc;
    cursor: pointer;
}
#org-tree table > tbody > tr.lvl4 
{
    background-color: #d9e1e5;
    cursor: pointer;
}
#org-tree table > tbody > tr.lvl5 
{
    background-color: #ddf2fc;
    cursor: pointer;
}
#org-tree a.expand 
{
    cursor: pointer;
}
#org-tree a.collapse 
{
    cursor: pointer;
}