.tree {
    padding-left: 10px;
    background-color: White;
    width: 100%;
    height: 100%;

}

.tree table {
    border-left: 0px dotted Gray;
}

.tree table .noborder {
    border-left: 0px dotted Gray;
}

.tree hr {
    border: 0px dotted Gray;
    width: 18px;
    height: 1px;
    display: inline;
}

.tree .text {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

.tree .highlight {
    font-size: 11px;
    background-color: #f3eede;
    border: 0px dotted ActiveBorder;
    padding-left: 5px;
    padding-right: 5px;
}

.tree .highlight a.nolink {
    color: black;
    text-decoration: none;
}

.tree .text a.nolink {
    color: black;
    text-decoration: none;
}

.tree .text a.nolink:hover {
    color: #a17500; /*blue;*/
    text-decoration: underline;
}

.tree .highlight a.changed {
    color: red;
    text-decoration: none;
}

.tree .text a.changed {
    color: Red;
    text-decoration: none;
}

.tree .text a.changed:hover {
    c_olor: #FF4500;
    text-decoration: underline;
}

._insertmenulink a {
    font-size: 15px;
    font-weight: normal;
    c_olor: blue;
}

