﻿.TreeView  
{
    margin-top:0px;
    margin-left:-2px;
    font: 12px/130% "Microsoft YaHei","宋体","Segoe UI",Tahoma,Arial;
    /*border-bottom:1px dotted #B2B2B2 !important;*/
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    /*border-top:1px dotted #B2B2B2 !important;*/
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:4px 0;
}

.LeafNodesStyle 
{
    
}

.RootNodeStyle 
{
    
}

.TreeView a {
    color: #369;
}
.TreeView a:hover,
.TreeView .Hover {
    color: #06C;
    text-decoration: none;
}

/* ALL ELEMENTS */
.NodeStyle 
{
    padding:2px 0 2px 3px;
}

.ParentNodeStyle 
{
    background:yellow;
}

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}
