﻿
.titleRoot
{
	background-image:url("../Images/Main/bg_title.PNG");
	border-bottom:solid 1px #b3cace;	
	border-right:solid 0px #b3cace;		
	font-weight:bolder;	
	color:White;
	text-indent:15px;
	height:23px;
	padding-top:8px;
	color:#0065ae;
	font-size:13px;
	font-weight:bolder;
	width:262px;
	text-align:left;
}
.SimpleEntertainmentTreeView
{
	background-color:#dbe8ee;
	width:262px;
}
.SimpleEntertainmentTreeView div.AspNet-TreeView ul li
{
    white-space: nowrap;    
    background-color:#dbe8ee;
    width:262px;        
    text-decoration: none;
    font-family:Tahoma;
    font-size:13px;
    color:Black;
    font-weight:bolder;
    text-align:left;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li a
{
    text-decoration: none;
    font-family:Tahoma;
    font-size:13px;
    color:Black;
    font-weight:bolder;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-Leaf
{        
    background-color:#dbe8ee;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background-image: url(../Images/Main/collapse.png);
    background-repeat: no-repeat;
    width: 15px;    
    float:left;    
    cursor: pointer;      
    margin-left:5px;
     
}
.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Parent .AspNet-TreeView-Collapse
{
	margin-left:25px;
}
.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background-image: url(../Images/Main/collapse.png);
    background-repeat: no-repeat;
    width: 15px;    
    float:left;    
    cursor: pointer;
    margin-left:5px;    
    
}
.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Parent .AspNet-TreeView-Expand
{   
    margin-left:25px;    
}
.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Parent .AspNet-TreeView-Leaf a
{   
    text-indent:45px;    
}
.AspNet-TreeView-Leaf a
{
	padding-top:4px;
	padding-bottom:4px;
	display:block;
	border-bottom:solid 1px #b3cace;	
	border-right:solid 0px #b3cace;	
}
.AspNet-TreeView-Leaf a:hover
{
	background-color:#ffe467;
}
.AspNet-TreeView-ClickableNonLink
{
	padding-top:4px;
	padding-bottom:4px;
	display:block;
	cursor: pointer;
	border-bottom:solid 1px #b3cace;
	border-right:solid 0px #b3cace;	
	text-indent:1px;
}
.AspNet-TreeView-ClickableNonLink:hover
{
	color:#FFC003;
}
.SimpleEntertainmentTreeView .AspNet-TreeView-Selected
{
	color:Red !important;
    background-color: #ffe467 !important;
}

.SimpleEntertainmentTreeView .AspNet-TreeView-ChildSelected
{
 
}

.SimpleEntertainmentTreeView .AspNet-TreeView-ParentSelected
{
    
}

.AspNet-TreeView ul li.AspNet-TreeView-Root ul li.AspNet-TreeView-Leaf a
{
	text-indent:20px;
}
.AspNet-TreeView ul li.AspNet-TreeView-Leaf a
{
	text-indent:7px;
}
.AspNet-TreeView ul li.AspNet-TreeView-Root ul li.AspNet-TreeView-Parent ul li.AspNet-TreeView-Leaf a
{
	text-indent:50px;
}