﻿SimpleEntertainmentTreeView div.AspNet-TreeView ul li
{
   white-space: nowrap;
   padding: 3px 0 2px 0; 
}

.SimpleEntertainmentTreeView div.AspNet-TreeView ul ul
{
   margin: 2px 0 2px 10px;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView ul li img
{
   border: none;
   vertical-align: middle;
   margin: 0 2px 0 0;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li a
{
   text-decoration: none;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
   margin-left: 18px;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
   cursor: pointer;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Collapse
{
   background: url(collapse.gif) 0 -2px no-repeat;
   width: 15px;
   float:left;
   cursor: pointer;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Expand
{
   background: url(expand.gif) 0 -2px no-repeat;
   width: 15px;
   float:left;
   cursor: pointer;
}

.SimpleEntertainmentTreeView .AspNet-TreeView-Selected
{
   background-color: #FAFAD2 !important;
}

.SimpleEntertainmentTreeView .AspNet-TreeView-ChildSelected
{
   background-color: #F5FFFA !important;
}

.SimpleEntertainmentTreeView .AspNet-TreeView-ParentSelected
{
   background-color: #FFE4E1 !important;
}

.SimpleEntertainmentTreeView .AspNet-TreeView-Hover
{
    font-weight:bold;
}




.PrettyTree div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
    font-size: small;
    /*font-family: Tahoma;*/
}

.PrettyTree div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

.PrettyTree div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.PrettyTree div.AspNet-TreeView li a
{
    text-decoration: none;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root
{
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 20px;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(/images/collapse.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    /*font-family: Courier;*/
    font-size: large;
    line-height: 15px;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background:  url(/images/expand.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    /*font-family: Courier;*/
    font-size: large;
    line-height: 15px;
}

.PrettyTree div.AspNet-TreeView a,
.PrettyTree div.AspNet-TreeView a:visited,
.PrettyTree div.AspNet-TreeView a:active,
.PrettyTree div.AspNet-TreeView a:hover,
.PrettyTree div.AspNet-TreeView a:link
{
    color: #00008B;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
    color: #8A2BE2 !important;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
    font-weight: normal !important;
    color: #00008B !important;
}
