﻿.SimpleEntertainmentTreeView div.AspNet-TreeView ul
{
    padding-left: 10px;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-Selected a
{
    text-decoration: none;
    color: white;
    font-size: 8pt;
    font-weight: bold;
    font-family: tahoma;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView ul li
{
    white-space: normal;
    color: lightgrey;
    text-align: left;
    width: 175px;
    font-weight: bold;
    padding-right: 0px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 10px;
    text-indent:3px;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView ul ul
{
    text-align: left;
    width: 175px;
    color: lightgrey;
    margin: 2px 0px;
    font-weight: bold;
    padding-left: 5px;
    text-indent:3px;
}
.SimpleEntertainmentTreeView div.AspNet-TreeView ul ul ul
{
    text-align: left;
    width: 175px;
    color: lightgrey;
    margin: 2px 0px;
    padding-left: 10px;
    text-indent:3px;
}
.SimpleEntertainmentTreeView div.AspNet-TreeView ul ul li
{
    text-align: left;
    width: 160px;
    color: lightgrey;
    text-indent: 2px;
    margin: 2px 0px;
    text-indent:3px;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView ul li img
{
    vertical-align: middle;
    text-align: left;
    margin: 0 0px 0 0;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView ul span,
.SimpleEntertainmentTreeView div.AspNet-TreeView li span{
    text-decoration: none;
    color: lightgrey;
    font-family:Arial;
    font-size:8pt;
}
.SimpleEntertainmentTreeView div.AspNet-TreeView li a
{
    text-decoration: none;
    font-family:Arial;
    color: lightgrey;
    font-size:8pt;
    text-indent:3px;
}
.SimpleEntertainmentTreeView div.AspNet-TreeView ul li
{
    white-space: normal;
    padding: 3px 0 2px 0; 
    text-align:left;
    width:180px;

}
.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    text-indent: 8px;
    border-bottom: darkgray 1px dashed;
    font-weight: normal;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(../nimages/collapse.gif) 0 7px no-repeat;
    width: 7px;
    float:left;
    cursor: pointer;
}


.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(../nimages/expand.gif) 0px 6px no-repeat;
    width: 6px;
    float:left;
    cursor: pointer;
}

.SimpleEntertainmentTreeView .AspNet-TreeView-ChildSelected
{
    color:Navy;
    visibility:visible;
}

.SimpleEntertainmentTreeView .AspNet-TreeView-ParentSelected
{
    color:Navy;
    visibility:visible;
}
