﻿ .treenode_div {
    padding-top: 6px;
    margin: 6px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.tree-node-selected {
    padding-top: 6px;
    background: #81b6e8;
    color: #000000;
    margin: 6px;
    border-radius: 5px;
}

.tree-node-hover {
    padding-top: 6px;
    background: #81b6e8;
    color: #000000;
    margin: 6px;
    border-radius: 5px;
}

.tree-expanded {
    background: none;
}

.tree-collapsed {
    background: none;
}

.tree-title {
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 2px;
    height: 18px;
    line-height: 18px;
}

