﻿.foo {} 


.PrettyTree div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 0px 0 0px 0; 
    font-size: 12px;
    font-family: Arial;
}

.PrettyTree div.AspNet-TreeView ul ul
{
    margin: 5px 7px 0px 0px;
}

.PrettyTree div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 5px;
}

.PrettyTree div.AspNet-TreeView li a
{
    text-decoration: none;
    /*display:block;*/
    /*padding: 7px 0px 7px 0px;*/
 
}
.PrettyTree div.AspNet-TreeView li a:hover
{
    color:#000;
    text-decoration:underline;

    /*background: #eaeaea;*/

    
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root
{
    font-size:12px;
    font-weight:bold;
    color: #fff !important;
    margin-left:5px; /*Previously 10px*/
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
	padding: 7px 0px 7px 0px;
	display: block;
	/*border-top: 1px solid #CFCFCF;*/
	background: transparent url(images/left_nav_dotline.gif) repeat-x top;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 7px; /*Previously 10px*/
    font-weight:normal;
	display:block;
	padding: 7px 0px 7px 0px;
	/*border-top: 1px solid #CFCFCF;*/
	background: transparent url(images/left_nav_dotline.gif) repeat-x top;
}


.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}


.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(images/collapse.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Arial;
    font-size: large;
    line-height: 15px;
}


.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background:  url(images/exp.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Arial;
    font-size: large;
    line-height: 15px;
}

.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: #000;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
    color: #E1091F !important;
    /*background: #eaeaea;*/
	
	
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
    font-weight: normal !important;
    color: #333 !important;
    font-size: 12px;
    /*background:#f5f5f5;*/
	
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a:hover
{
    /*padding: 7px 0px 7px 0px;*/
    /*background: #eaeaea;*/
    text-decoration:underline;
    /*display:block;*/
}

