﻿#WhitePaper h3 
{
    font-size:1.2em;
}

#WhitePaper h4 
{
    font-size: 1.1em;
    background: #4682B4;
    color: White;
    margin: 20px 0 15px 0;
    padding: 5px;
}

#WhitePaper #CSSClasses,
#WhitePaper #UsingInYourWebSite
{
    margin: 20px 0 40px 40px;
}

#WhitePaper #UsingInYourWebSite table
{
    margin:0 0 0 30px;
}

#WhitePaper #UsingInYourWebSite th
{
    color: White;    
    background: Black;
    font-weight: bold;
    white-space: nowrap;
    padding: 0 10px 0 10px;
}

#WhitePaper #UsingInYourWebSite td
{
    vertical-align: top;
    border-bottom: solid 1px black;
    padding: 5px;
    white-space: nowrap;
}

#WhitePaper #UsingInYourWebSite .SpecialNote
{
    white-space: normal;
}

.WhitePaperToc div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
}

.WhitePaperToc div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

.WhitePaperToc div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.WhitePaperToc div.AspNet-TreeView li a
{
    text-decoration: none;
}

.WhitePaperToc div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 18px;    
}

.WhitePaperToc div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

.WhitePaperToc div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(collapse.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}

.WhitePaperToc div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(expand.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}
