.dojoTree {
    font: caption;
    font-size: 11px;
    font-weight: normal;
    overflow: auto;
    width:100%;
    height:100%;
    position:static;
}

.dojoTreeNodeLabel {
 padding: 1px 2px;
 color: WindowText;
 cursor: default;
}

.dojoTreeNodeLabel:hover {
 text-decoration: underline;
}

.dojoTreeNodeLabelSelected {
 background-color: Highlight;
 color: HighlightText;
}

.dojoTree div {
 white-space: nowrap;
        position:static;
}

.dojoTree img {
 vertical-align: middle;
}
