﻿.SimpleEntertainmentTreeView div.AspNet-TreeView ul li
{
	color: #005B88;
    white-space:normal;
    padding: 2px 0 2px 0; 
    width:164px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView ul ul
{
	margin: 2px 0 2px 8px;color: #005B88;
	
}

.SimpleEntertainmentTreeView div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;color: #005B88;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li a
{
    text-decoration: none;color: #005B88;
    
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
	margin-left: 12px;color: #005B88;width:147px;
	
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
    color: #005B88;font-weight:normal;
    
     
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(collapse.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;color: #0B558A;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(expand.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;color: #0B558A; 
}

.SimpleEntertainmentTreeView .AspNet-TreeView-Selected
{
	font-weight: bold;
	color: #0B558A; background-color: #FFFFFF;
	border-top: #dadbdb 1px solid;
	border-bottom: #dadbdb 1px solid;
	
}

.SimpleEntertainmentTreeView .AspNet-TreeView-ChildSelected
{
    color: #0B558A;
}

.SimpleEntertainmentTreeView .AspNet-TreeView-ParentSelected
{
  color: #0B558A; font-weight:normal;
}

