﻿
.AspNet-TreeView-Root
{
    width:182px;
	height:32px;
	
	line-height:31px;
	padding-left:40px;
	
	font-weight:bold;
	
    background-color:Transparent;
    background-image: url('../images/design/MenuMiddleItemBackground.png'); 
	background-repeat: no-repeat;
}

.AspNet-TreeView-Root a
{
    font-family:Arial;
    font-size:12px;
    
    color:#0a2b4b;
    text-decoration:none;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Expand
{
/*    background: url('../images/design/RootNodeMenuExpand.png'); */
    float:left;
    cursor: pointer;
   
    margin-left:5px;
    margin-right:5px;

    width: 18px;
    height:18px;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Collapse
{
/*    background: url('../images/design/RootNodeMenuCollapse.png'); */
    float:left;
    cursor: pointer;
   
    margin-left:5px;
    margin-right:5px;

    width: 18px;
    height:18px;
}

.AspNet-TreeView-Leaf
{
/*    padding-left:30px; */
}

.AspNet-TreeView-Selected
{

    background-color:Transparent;
    background-image: url('../images/design/MenuMiddleSelectedItemBackground.png'); 
	background-repeat: no-repeat;    
}

.AspNet-TreeView-ClickableNonLink
{
    cursor:pointer;
}
