﻿
#SitemapPage .sitemap-tree 
{
    margin-bottom:20px;
    font-size: 0.9em;
}
#SitemapPage .sitemap-tree div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
}

#SitemapPage .sitemap-tree div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 20px;
    background: #F5F5F5;
}
#SitemapPage .sitemap-tree div.AspNet-TreeView ul ul ul
{
    background: #EBEBEB;
    margin-right:10px;
}


#SitemapPage .sitemap-tree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 20px;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
#SitemapPage .sitemap-tree div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
#SitemapPage .sitemap-tree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(collapse.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
#SitemapPage .sitemap-tree div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background:  url(expand.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
}

#SitemapPage .sitemap-tree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
}

#SitemapPage .sitemap-tree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
    font-weight: normal !important;
}
