﻿/*RIGHT PANEL*/
.rightPane .subMenu div.AspNet-TreeView ul li
{
    background-image: url(images/subMenuMarker.gif);
    background-repeat: no-repeat;
    background-position: left center;
    font-family: Tahoma;
    font-size: 11px;
    white-space: nowrap;
    line-height: 22px;
    height: 22px;
    padding: 0px;
    margin: 0px;
}

.rightPane .subMenu div.AspNet-TreeView ul ul
{
    margin: 0px 0 2px 10px;
}

.rightPane .subMenu div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.rightPane .subMenu div.AspNet-TreeView li a
{
    line-height: 22px;
    border-bottom: dashed 1px #ded286;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 13px;
    color: #333333;
    text-decoration: none;
    margin-top: 0;
}
.rightPane .subMenu div.AspNet-TreeView li a:hover
{
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 13px;
    background-color: #faefae;
    display: block;
    color: #333333;
    text-decoration: none;
    border-bottom: dashed 1px #ded286;
}
.rightPane .subMenu div.AspNet-TreeView li.AspNet-TreeView-Parent
{
    line-height: 22px;
    margin-left: 12px;
}
.rightPane .subMenu div.AspNet-TreeView li.AspNet-TreeView-Parent a
{
    padding-left: 5px;
    padding-right: 5px;
    color: #333333;
    text-decoration: none;
}

.rightPane .subMenu div.AspNet-TreeView li.AspNet-TreeView-Parent a:hover
{
    padding-left: 5px;
    padding-right: 5px;
    color: #db0000;
    text-decoration: none;
    border-bottom: dashed 1px #db0000;
}

.rightPane .subMenu div.AspNet-TreeView li.AspNet-TreeView-Root li.AspNet-TreeView-Leaf
{
    padding-top: 0px;
    padding-left: 10px;
    margin-bottom: 0px;
}
.rightPane .subMenu div.AspNet-TreeView li.AspNet-TreeView-Parent li.AspNet-TreeView-Leaf
{
    padding-top: 0px;
    padding-left: 10px;
    margin-bottom: 0px;
}

.rightPane .subMenu div.AspNet-TreeView .AspNet-TreeView-ClickableNonLink
{
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    padding-left: 5px;
}

.rightPane .subMenu div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(Images/collapse.gif) center center no-repeat;
    width: 18px;
    height: 22px;
    float:left;
    cursor: pointer;
}

.rightPane .subMenu div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(Images/expand.gif) center center no-repeat;
    width: 18px;
    height: 22px;
    float:left;
    cursor: pointer;
}

.rightPane .subMenu div.AspNet-TreeView .AspNet-TreeView-Selected
{
    background-color: #fffff1 !important;
    background-image: url(images/TreeLi_bg.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

.rightPane .subMenu .AspNet-TreeView-ChildSelected
{
    background-color: #fffff1 !important;
}

.rightPane .subMenu .AspNet-TreeView-ParentSelected
{
    background-color: #fffff1 !important;
}
/*LEFT PANEL*/
.leftPane .subMenu div.AspNet-TreeView ul li
{
    background-image: url(images/subMenuMarkerLP.gif);
    background-repeat: no-repeat;
    background-position: left center;
    font-family: Tahoma;
    font-size: 11px;
    white-space: nowrap;
    line-height: 22px;
    height: 22px;
    padding: 0px;
    margin: 0px;
}

.leftPane .subMenu div.AspNet-TreeView ul ul
{
    margin: 0px 0 2px 10px;
}

.leftPane .subMenu div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.leftPane .subMenu div.AspNet-TreeView li a
{
    line-height: 22px;
    border-bottom: dashed 1px #daddc8;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 13px;
    color: #333333;
    text-decoration: none;
}
.leftPane .subMenu div.AspNet-TreeView li a:hover
{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #e0e3cd;
    display: block;
    color: #333333;
    text-decoration: none;
    border-bottom: dashed 1px #daddc8;
}
.leftPane .subMenu div.AspNet-TreeView li.AspNet-TreeView-Parent
{
    line-height: 22px;
    margin-left: 12px;
}
.leftPane .subMenu div.AspNet-TreeView li.AspNet-TreeView-Parent a
{
    padding-left: 5px;
    padding-right: 5px;
    color: #333333;
    text-decoration: none;
}

.leftPane .subMenu div.AspNet-TreeView li.AspNet-TreeView-Parent a:hover
{
    padding-left: 5px;
    padding-right: 5px;
    color: #db0000;
    text-decoration: none;
    border-bottom: dashed 1px #db0000;
}

.leftPane .subMenu div.AspNet-TreeView li.AspNet-TreeView-Root li.AspNet-TreeView-Leaf
{
    padding-top: 0px;
    padding-left: 10px;
    margin-bottom: 0px;
}
.leftPane .subMenu div.AspNet-TreeView li.AspNet-TreeView-Parent li.AspNet-TreeView-Leaf
{
    padding-top: 0px;
    padding-left: 10px;
    margin-bottom: 0px;
}

.leftPane .subMenu div.AspNet-TreeView .AspNet-TreeView-ClickableNonLink
{
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    padding-left: 5px;
}

.leftPane .subMenu div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(Images/collapse.gif) center center no-repeat;
    width: 18px;
    height: 22px;
    float:left;
    cursor: pointer;
}

.leftPane .subMenu div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(Images/expand.gif) center center no-repeat;
    width: 18px;
    height: 22px;
    float:left;
    cursor: pointer;
}

.leftPane .subMenu div.AspNet-TreeView .AspNet-TreeView-Selected
{
    background-color: #fffff1 !important;
    background-image: url(images/TreeLi_bg.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

.leftPane .subMenu .AspNet-TreeView-ChildSelected
{
    background-color: #fffff1 !important;
}

.leftPane .subMenu .AspNet-TreeView-ParentSelected
{
    background-color: #fffff1 !important;
}
