﻿.PrettyTree 
{
    position: relative;
}

.PrettyTree div.AspNet-TreeView ul li
{
    padding: 3px 0 2px 0; 
    font-size: small;
    font-family: Tahoma;
}

.PrettyTree div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 12px;
}

.PrettyTree div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

.PrettyTree div.AspNet-TreeView li a
{
    text-decoration: none;
    padding-left:4px;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root
{
	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;
	background-color: #B5C9EC;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
	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;
	
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
	background-color: #E6EFF8;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    position: relative;
    background: url(images/kropka_minus.gif) 0 -5px no-repeat;
    width: 20px;
    float:left;
    cursor: n-resize;
    font-family: Courier;
    font-size: xx-large;
    line-height: 20px;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
    position: relative;
    background: url(images/kropka_plus.gif) 0 -5px no-repeat;
    width: 20px;
    float:left;
    cursor: n-resize;
    font-family: Courier;
    font-size: xx-large;
    line-height: 20px;
}

.PrettyTree div.AspNet-TreeView a,
.PrettyTree div.AspNet-TreeView a:visited,
.PrettyTree div.AspNet-TreeView a:active,
.PrettyTree div.AspNet-TreeView a:hover,
.PrettyTree div.AspNet-TreeView a:link
{
    color: #00008B;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    
    color: #006400 !important;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
	font-weight: normal !important;
	color: #00008B !important;
	
}

/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */

#SampleTreeView
{
	padding: 1px 0 0 1px;
	position: relative;
	width: 100%;
	background-color: #C9DAF4;
}

#SampleTreeView #Sample-Control
{
    width:100%;
    position: relative;
    float: left;    
    z-index: 500;
}
#SampleTreeView .clearing
{
    clear:both;
    height: 1px;
}
