﻿.cssTreeViewMainStyle
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: normal;
    position: absolute;
    top: 100px;
    left: 5px;
    width: 400px;
    background-color: #F4F4FF;
}
.cssTreeViewRootNodeStyle
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #333399;
    font-weight: normal;
}
.cssTreeViewNodeStyle
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #325EA5;
    font-weight: normal;
}
.cssTreeViewParentNodeStyle
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #003366;
    font-weight: normal;
}
.cssTreeViewLeafNodeStyle
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #1E4A8C;
    font-weight: normal;
}

.cssTreeViewHoverNodeStyle
{
    font-family: Tahoma;
    font-size: 8pt;
    
    color: #B9EEFF;
    font-weight: normal;
    
    background-color: #3366CC;

}
.cssTreeViewSelectedNodeStyle
{
    font-family: Tahoma;
    font-size: 8pt;
    
    color: #ECECFF;
    font-weight: normal;
    
    
    
    background-color: #6666FF;
}