/*
 *
 *  Tree
 *
 */
 
 

 
 
.PrettyTree2 
{
	margin-left: 0px;
	margin-top: 0px;
	font-weight :bold;
	width: 160px;
	font-family: Arial;
	font-size:9pt;
}

.PrettyTree2 a, .PrettyTree2 a:visited
{
	color:White;	
    margin-left:0px;
    vertical-align:middle;
    width:100%;
    text-decoration: none;
}

.PrettyTree2 ul li a
{
	padding-left: 36px;
}


.PrettyTree2 ul li a:hover
{
	color: Black !important;
}


.PrettyTree2 ul li
{
    /*border-top: solid 1px white;*/
	border-bottom: solid 1px white;
	background-image: url(./Img/Design/video.jpg );
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-top: 5px;
	
}

.PrettyTree2 ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

.PrettyTree2 .AspNet-TreeView-Root
{
	
	vertical-align:middle;
}
.PrettyTree2 .AspNet-TreeView-Root a
{
        	

}
.PrettyTree2 .AspNet-TreeView-Leaf
{
	height: 23px;
	vertical-align:middle;
}
.PrettyTree2 .AspNet-TreeView-NonLink
{
}

.PrettyTree2 .AspNet-TreeView-Selected

{
    
	border-bottom: solid 1px white;
	background-image: url(./Img/Design/av_orange.jpg );
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-top: 5px;
	background-color: White;
	color: Black;
}

.PrettyTree2 .AspNet-TreeView-Selected a
{
color:Black !important;	
}
.PrettyTree2 .AspNet-TreeView-Expand
{
	display: none;
}
.PrettyTree2 .AspNet-TreeView-Collapse
{
	display: none;
}
.PrettyTree2 .AspNet-TreeView-Hide
{
}
.PrettyTree2 .AspNet-TreeView-ParentSelected
{
}
