﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the TreeView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.PrettyTree
{
    padding-left: 5px;
}

.PrettyTree div.AspNet-TreeView ul li
{
    /* white-space: nowrap;*/
    padding: 0px 0px 0px 0px;
    font-size: 10px;
    font-family: Verdana;
    cursor: pointer;
}

.PrettyTree div.AspNet-TreeView ul ul
{
    margin: 0px 0px 0px 12px;
    cursor: pointer;
}

.PrettyTree div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
}

.PrettyTree div.AspNet-TreeView li a
{
    text-decoration: none;
    padding-left: 4px;
    cursor: pointer;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root
{
    margin: 0px 0px 0px 0px;
    cursor: pointer;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
    /*background-color: #daffff !important;*/
    cursor: pointer;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(../Images/minus.gif) 0 1px no-repeat; /*width: 10px;     margin-top: 1px;     float:left;*/
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
    background-position: center;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(../Images/plus.gif) 0 1px no-repeat; /*width: 10px;     margin-top: 1px;     float:left;*/
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
    background-position: center;
}

.PrettyTree div.AspNet-TreeView a
{
    color: #ffffff;
}

.PrettyTree div.AspNet-TreeView a:visited
{
    color: #ffffff;
}
.PrettyTree div.AspNet-TreeView a:active
{
    color: #ffffff;
}

.PrettyTree div.AspNet-TreeView a:hover
{
    /*color: #999999;*/
	color: #DCDCDC;	
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected
{
    color: #ffffff !important;
    font-weight: normal;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    background-color: #555555 !important;
	
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ChildSelected
{
    color: #000000 !important;
    background-color: #222222 !important;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ParentSelected
{
    /* Använd dessa om CSS adapters skall användas igen - AB 	color: #000000 !important;     background-color: #daffff !important;     color: #ffffff !important;     background-color: #999999 !important;     font-weight: normal; */
}
