div.topic-tree {

    span.dynatree-folder {

        a {font-weight: normal;}

    }

    span.topic-node-root-resource-view {

        > a {font-weight: bold;}

    }

    span.topic-node-resource-view-unassigned {

        > a {color: #aaa;}

    }

    span.topic-node-label {

        span.dynatree-connector {
            background-image: none;
        }

        span.dynatree-title {
            font-size: 14px;
            color: #ccc;
            padding-left: 2px;
        }

    }

}

div.topic-tree.ui-dynatree-disabled {

    ul.dynatree-container {

        background-color: #fff;

    }


}