﻿.WebTree {
    background-color: #CDD7E1;
    border-style: none;
    font-family: Verdana,Arial;
    font-size: 10px;
    font-weight: normal;
    display: block;
    overflow: auto;
}

.WebTreeNew {
    background-color: #ffffff;
    border-style: none;
    font-family: Verdana,Arial;
    font-size: 10px;
    font-weight: normal;
    display: block;
    overflow: auto;
}

.WebTreeIsland {
    Cursor: Default;
    font-size: 10px;
    font-family: Verdana,Arial;
    font-weight: normal;
    background-color: #FAF8E1;
}


.WebTreeNode {
    cursor: pointer;
    font-size: 10px;
    font-family: Verdana,Arial;
    font-weight: normal;
    background-color: #CDD7E1;
    color: #0066CC;
}


.WebTreeSelectedNode {
    cursor: pointer;
    font-size: 10px;
    font-family: Verdana,Arial;
    font-weight: normal;
    background-color: #FFDFAE;
    color: #0066CC;
}

.WebTreeHoverNode {
    font-weight: normal;
    font-size: 10px;
    cursor: pointer;
    color: #0066CC;
    font-family: Verdana,Arial;
    background-color: #FFDFAE;
}


.WebTreeHiliteNode {
    Cursor: Default;
    font-size: 10px;
    font-family: Verdana,Arial;
    font-weight: normal;
    background-color: #EBF2F8;
    color: #0066CC;
}


.WebTreeRootNode {
    Cursor: default;
    font-size: 10px;
    font-family: Verdana,Arial;
    background-color: #CDD7E1;
    color: #385A7C;
    font-weight: bold;
}


.WebTreeRootHiliteNode {
    Cursor: default;
    font-size: 10px;
    font-family: Verdana,Arial;
    background-color: #CDD7E1;
    color: #385A7C;
    font-weight: bold;
}

.WebTreeRootHoverNode {
    Cursor: default;
    font-size: 10px;
    font-family: Verdana,Arial;
    background-color: #CDD7E1;
    color: #385A7C;
    font-weight: bold;
}


.WebTreeFamilyAssignment {
    Cursor: Default;
    font-size: 7pt;
    font-family: Verdana,Arial;
    color: Green;
}

.WebTreeChildAssignment {
    color: Blue;
    Cursor: Default;
    font-size: 7pt;
    font-family: Verdana,Arial;
}

.WebTreeAdminAssignment {
    color: Yellow;
    Cursor: Default;
    font-size: 7pt;
    font-family: Verdana,Arial;
}

.WebTreePrimaryAssignment {
    color: Red;
    Cursor: Default;
    font-size: 7pt;
    font-family: Verdana,Arial;
}

.WebTreeSecondaryAssignment {
    color: Olive;
    Cursor: Default;
    font-size: 7pt;
    font-family: Verdana,Arial;
}


.WebTreeRootNode1 {
    Cursor: default;
    font-size: 14px;
    font-family: Verdana,Arial;
    background-color: White;
    color: #0066cc;
    font-weight: bold;
}
