﻿/*colors

100% #7E4079
90% #8B5386
80% #986694
70% #A479A1
60% #CBB3C9
50% #BE9FBC
40% #B28CAF
30% #D8C5D7
20% #E5D9E4
10% #F2ECF1

.AspNet-TreeView-ClickableNonLink
{
    height:0px;
     vertical-align:text-top;
    
}*/

.SimpleEntertainmentTreeView 
{
    position:relative;
 

}

.SimpleEntertainmentTreeView div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
    font-size: small;
    font-family: Tahoma;
    text-align:left;
    
  
   
    
}
.SimpleEntertainmentTreeView div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 12px;
 color:#8B5386; 


}

.SimpleEntertainmentTreeView div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: top;
    margin: 0 4px 0 0;
}
.SimpleEntertainmentTreeView div.AspNet-TreeView ul.AspNet-TreeView-Root
{
    
    vertical-align:top;
    text-align:left;
    height:20px;
    border-top: solid 1px Aqua;
    /*font-size:25px;*/
   
 
    
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li a
{
    text-decoration: none;
    padding-left:4px;
}


.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-Root
{
    /*background:url(bg-fade-light.png) repeat-x bottom;*/
  /*  border-top: solid 1px #E7E7E7;
    border-right: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #E7E7E7;*/
   /* margin:0 4px 6px 0;*/
    margin:0 0 0 0;
  /*color:#7E4079;*/
  color:#F2ECF1;

  font-size:-1px;
    /*background-color:Lime;*/
    background-color:#F2ECF1;


       
}


.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-Parent
{
   /* background:url(bg-fade-light.png) repeat-x bottom;*/
    border-top: solid 1px #E7E7E7;
    border-right: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #E7E7E7;
    /*margin:0 4px 6px 0;*/
    margin: 0 10px 0px 10px;

   
    /*background-color:Maroon;*/
    background-color:#E5D9E4;

}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    
    background-color:#E5D9E4;
   /* background-color:Aqua;*/
    margin: 0 10px 0px 10px;
    /*first set dark purple */

}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    position: relative;
    background: url(collapse.gif);
     background-position:5px 20px;
     background-repeat:no-repeat;

    width: 20px;
    float:left;
    cursor: n-resize;
    font-family: Courier;
    font-size: xx-large;
  line-height: 30px;
}
.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Expand
{
    position: relative;
    background: url(expand.gif); /* 0 -1px no-repeat; */

     background-position:5px 20px;
     background-repeat:no-repeat;
    width: 20px;

    float:left;
    cursor: n-resize;
    font-family: Courier;
    font-size: xx-large;
  line-height: 30px;
}


.SimpleEntertainmentTreeView div.AspNet-TreeView ul ul .AspNet-TreeView-Collapse
{
    position: relative;
    background: url(collapse.gif);
     background-position:5px 5px;
     background-repeat:no-repeat;

    width: 20px;
    float:left;
    cursor: n-resize;
    font-family: Courier;
    font-size: xx-large;
  line-height: 20px;
}
.SimpleEntertainmentTreeView div.AspNet-TreeView ul ul .AspNet-TreeView-Expand
{
    position: relative;
    background: url(expand.gif); /* 0 -1px no-repeat; */

     background-position:5px 5px;
     background-repeat:no-repeat;
    width: 20px;

    float:left;
    cursor: n-resize;
    font-family: Courier;
    font-size: xx-large;
  line-height: 20px;
}


.SimpleEntertainmentTreeView div.AspNet-TreeView a,
.SimpleEntertainmentTreeView div.AspNet-TreeView a:visited,
.SimpleEntertainmentTreeView div.AspNet-TreeView a:active,
.SimpleEntertainmentTreeView div.AspNet-TreeView a:hover,
.SimpleEntertainmentTreeView div.AspNet-TreeView a:link
{
    color: #8B5386;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
    color: #7E4079 !important;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
    font-weight: normal !important;
    color: #8B5386 !important;
}

/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */

