﻿.SiteWhitePaperToc
{
}

.SiteWhitePaperToc div.AspNet-TreeView
{
}

.SiteWhitePaperToc div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
}

.SiteWhitePaperToc div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 19px;
}

.SiteWhitePaperToc div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.SiteWhitePaperToc div.AspNet-TreeView li a
{
    text-decoration: none;
}

.SiteWhitePaperToc div.AspNet-TreeView li a:link,
.SiteWhitePaperToc div.AspNet-TreeView li a:visited,
.SiteWhitePaperToc div.AspNet-TreeView li a:active
{
    color: #660000;
}

.SiteWhitePaperToc div.AspNet-TreeView li a:hover
{
    color: #009900;
}

.SiteWhitePaperToc div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 19px;
}

.SiteWhitePaperToc div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: n-resize;
}

.SiteWhitePaperToc div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(collapse.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: n-resize;
}

.SiteWhitePaperToc div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(expand.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: n-resize;
}


#SiteWhitePaper .wrap-around-left
{
    float:left;
}

#SiteWhitePaper .wrap-around-left img
{
    border: solid 1px #660000;
    margin-right: 10px;
}

#SiteWhitePaper h1,
#SiteWhitePaper h2,
#SiteWhitePaper h3,
#SiteWhitePaper h4,
#SiteWhitePaper h5
{
    clear:both;
    padding: 0;
}

#SiteWhitePaper h3
{
    background: #DDDDDD;
}
#SiteWhitePaper h4
{
    background: #CCCCCC;
}
#SiteWhitePaper h5
{
    background: #BBBBBB;
}
#SiteWhitePaper h6
{
    background: #AAAAAA;
}

