.cross-link{
padding-right:10px;
width:10px;
position:relative;
float:right;
display:inline;
}

.cross{
padding-right:5px;
width:10px;
background-image : url('/images/cross.gif');
background-repeat : no-repeat;
background-position : left;
position:relative;
float:right;
display:inline;
}

.folderClosedSelector {
        background-repeat : no-repeat;
        background-image: url('/images/dhtmlgoodies_plus.gif');
        padding-left:1.1em;
        height:3em;
        width:1.5em;
        padding-top:0em;
        cursor:default;
        }

        .folderOpenSelector {
        background-repeat : no-repeat;
        background-position : left 100%;
        background-image: url('/images/dhtmlgoodies_minus.gif');
        z-index:10000;
        padding-left:1.1em;
        height:3em;
        padding-top:0em;
        cursor:default;
        }

        .noFolders {
        background-repeat : no-repeat;
        background-position : left bottom;
        position:relative;
        left:0px;
        color:none;
        display:inline;
        padding-left:1.1em;
        height:1em;
        margin-left:0em;
        }

        .no_tree,#floatingContainer{
        margin:0px;
        padding:0px;
        }

        .no_tree ul{    /* Sub menu groups */
                margin-left:.5em;       /* Left spacing */
                padding-left:0px;
        }

        .no_tree li,#floatingContainer li{      /* Nodes */
                list-style-type:none;
                vertical-align:middle;

        }

        .no_tree li a,#floatingContainer li a{  /* Node links */
                color:none;
                text-decoration:none;
                padding-left:3px;
                line-height:13px;
        }

.folder-highlight{
background-color:aliceblue;
}
