﻿
div.AspNet-TreeView ul li
{
	list-style-type: none;
	
}

div.AspNet-TreeView ul ul li
{
    background-image: none;
    border: none;
    
}

div.AspNet-TreeView ul ul
{
    margin: 2px 0 0 10px;
}

div.AspNet-TreeView ul li img
{
	border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
    
}

div.AspNet-TreeView li a
{
    color: #5DB0E6;
    line-height: 20px;
    text-decoration: none;
    padding-left:10px;
    font-family:  Trebuchet MS, Arial, Verdana, Sans-Serif;
    font-size: 1.3em;
	font-weight:bold;	
}
div.AspNet-TreeView li a:hover { color:#CC0033; text-decoration:underline;}

div.AspNet-TreeView ul ul li a
{
    color: #CC0033;
    line-height: 18px;
    text-decoration: none;
    padding-left: 13px;
    font-family: Trebuchet MS,Arial, Verdana, Sans-Serif;
    font-size: 9pt;
}
div.AspNet-TreeView ul ul ul li a
{
    color: #CC0033;
    line-height: 18px;
    text-decoration: none;
    padding-left: 13px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 9pt;
    font-weight:normal;
}
div.AspNet-TreeView li.AspNet-TreeView-Leaf
{	  
    padding-left: 15px;
    list-style-type: none;
}

.AspNet-TreeView-ClickableNonlink
{	  
    cursor: pointer;
}

.AspNet-TreeView-Collapse
{		   
    background: url("/images/collapse.gif") 0 -2px no-repeat;
    width: 15px;
    float: left;
    cursor: pointer;
}

.AspNet-TreeView-Expand
{			
    background: url("/images/expand.gif") 0 -2px no-repeat;
    width: 15px;
    float: left;
    cursor: pointer;
}

.AspNet-TreeView-Selected
{   
	background-color:#f7f7f7;
}

