/*################# BDJ ###############*/

.table-tree td {
    padding: 2px;
    border: 0px
}

table .first {
    background-image: url(../images/tree-first.gif);
    background-repeat: repeat-y;
    padding-right: 0px;
}

table .cont {
    background-image: url(../images/tree-cont.gif);
    background-repeat: repeat-y;
    padding-left: 0px;
    padding-right: 0px;
}

table .cont-entry {
    background-image: url(../images/tree-cont-entry.gif);
    background-repeat: repeat-y;
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    //width            : 0%;    /*ie*/
}

table .last {
    background-image: url(../images/tree-last.gif);
    background-repeat: repeat-y;
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    //width            : 0%;    /*ie*/
}

table .more {
    background-image: url(../images/tree-more.gif);
    background-repeat: repeat-y;
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    //width            : 0%;    /*ie*/;
}

table .more-last {
    background-image: url(../images/tree-more-last.gif);
    background-repeat: repeat-y;
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    //width            : 0%;    /*ie*/
}