﻿.VertMenu1 div.AspNet-TreeView
{
    width: 172px; /*border: 1px solid #E28109;     margin-bottom: 30px;*/
}

.VertMenu1 div.AspNet-TreeView ul
{
    color: #fff;
    border-collapse:collapse;
}

.VertMenu1 div.AspNet-TreeView ul li.AspNet-TreeView-Root
{
    display: inline;
    width: 172px;
    margin:0;
    padding:0;
    font-size: 8pt; /* velikost fontu */
    font-weight: normal;
    background-color: #838175;

   _margin:0;

}



.VertMenu1 div.AspNet-TreeView ul li.AspNet-TreeView-Root span.AspNet-TreeView-ClickableNonLink, 
.VertMenu1 div.AspNet-TreeView ul li.AspNet-TreeView-Root span.AspNet-TreeView-NonLink
{
    display: block;
    width: 167px;
    padding: 4px 5px 4px 0;
    line-height: 16px;
    text-transform:uppercase;
    background-color: #838175;
    border-bottom:1px solid white;

   _margin:0;

}

.VertMenu1 div.AspNet-TreeView ul ul li.AspNet-TreeView-Parent span.AspNet-TreeView-ClickableNonLink,
.VertMenu1 div.AspNet-TreeView ul ul li.AspNet-TreeView-Parent span.AspNet-TreeView-NonLink
{
    display: block;
    width: 167px;
    padding: 4px 5px 4px 0;
    margin:0 0 0 0;
    line-height: 16px;
    text-transform:uppercase;
    background-color: #838175;
    background-image: url(treeviewarrow1.gif);
    background-repeat: no-repeat;
    background-position: -172px 0;
    border-bottom:1px solid white;
    background-color:silver;
_width: 167px;

}

.VertMenu1 div.AspNet-TreeView ul ul li.AspNet-TreeView-Leaf span.AspNet-TreeView-ClickableNonLink,
.VertMenu1 div.AspNet-TreeView ul ul li.AspNet-TreeView-Leaf span.AspNet-TreeView-NonLink
{
    display: block;
    width: 167px;
    padding: 4px 5px 4px 0;
    margin:0 0 0 0;
    line-height: 16px;
    color:#BBB;
    text-transform:none;
    background-color: #838175;
    background-image: url(treeviewarrow1.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    border-bottom:1px dashed silver;
    background-color: #F5F5F5;

_width: 167px;

}


.VertMenu1 div.AspNet-TreeView ul ul li.AspNet-TreeView-Parent
{
display:inline;
list-style-type:none;
margin:0;
padding:0;
}

.VertMenu1 span.AspNet-TreeView-Expand, 
.VertMenu1 span.AspNet-TreeView-Collapse
{
display:none;
}


.VertMenu1 div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 0px;
    padding-left: 0;
    font-weight: normal;
    list-style-type:none;

}

.VertMenu1 div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink, .VertMenu1 span
{
    cursor: pointer;
}

.VertMenu1 div.AspNet-TreeView ul li a
{
    display: block;
    line-height: 16px;
    width: 167px;
    padding: 4px 5px 4px 0;
    text-decoration: none;
    color: #8F8F8F;
    background-image: url(treeviewarrow1.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    border-bottom:1px dashed silver;
    background-color:white;

_width: 167px;
}

.VertMenu1 div.AspNet-TreeView ul li a:hover
{
    color: #FFF;
    background-color: #97161B;
    background-image: url(treeviewarrow1.gif);
    background-repeat: no-repeat;
    background-position: -172px 0;

_width: 167px;
}

.VertMenu1 div.AspNet-TreeView ul li li li a
{
    display: block;
    line-height: 16px;
    width: 167px;
    padding: 4px 5px 4px 0;
    text-decoration: none;
    color: #8F8F8F;
    background-color: #F5F5F5;
    background-image: url(treeviewarrow2.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    border-bottom:1px dashed silver;

_width: 167px;
}

.VertMenu1 div.AspNet-TreeView ul li li li a:hover
{
    color: #FFF;
    background-color: #A8272C;
    background-image: url(treeviewarrow2.gif);
    background-repeat: no-repeat;
    background-position: -172px 0;
}

.VertMenu1 div.AspNet-TreeView ul li.AspNet-TreeView-Selected a
{
    color: #FFF;
    background-color: #97161B;
    background-image: url(treeviewarrow1.gif);
    background-repeat: no-repeat;
    background-position: -172px 0;
_width: 167px;

}

.VertMenu1 div.AspNet-TreeView ul li li li.AspNet-TreeView-Selected a
{
    color: #FFF;
    background-color: #A8272C;
    background-image: url(treeviewarrow2.gif);
    background-repeat: no-repeat;
    background-position: -172px 0;

_width: 167px;
}


/*Admin menu ---------------------------------------------------------------- */
.PrettyTree 
{
    position: relative;
}

.PrettyTree div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
    font-size: small;
    font-family: Tahoma;
    list-style-type:none;
    cursor:pointer;

}

.PrettyTree div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 20px;
}

.PrettyTree div.AspNet-TreeView ul li img
{
    border: none;
    float:left;
    vertical-align: baseline;
    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
{
    background:url(bg-fade-light.png) repeat-x bottom;
    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-Parent
{
    background:url(bg-fade-light.png) repeat-x bottom;
    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
{

}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    position: relative;
    background: url(collapse.gif) 0 -1px no-repeat;
    width: 15px;
    margin-right:5px;
    float:left;
    cursor: n-resize;
    font-family: Courier;
    font-size: xx-large;
    line-height: 20px;
    cursor:pointer;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
    position: relative;
    background: url(expand.gif) 0 -1px no-repeat;
    width: 15px;
    margin-right:5px;
    float:left;
    cursor: n-resize;
    font-family: Courier;
    font-size: xx-large;
    line-height: 20px;
    cursor:pointer;
}

.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
{
    font-weight: bold !important;
    color: #006400 !important;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
    font-weight: normal !important;
    color: #00008B !important;
}


