/* Supports white background and 80px height branding images */
/* Requires black on white (or transparent) nav buttons */

/* Migrates styles applied to nav-group and left tabs by JDP */
/* RSF JAN19 2013 */

/* acad.css */
div.head
{
    background-color: #FFFFFF;
    background-image: url(../images/prodname.png);
    background-position: 0px 0px;
}
div.ancestry
{
    background-color: #8F8F8F;
    padding: 5px 0 6px 17px;
}

/* non-pseb-ver-header.css */
div.nav-group
{
    height: 65px;
}
div.head-text
{
    background-color: #fff;
}
div.head-text h1
{
    border-bottom: 1px #c2c2c2 solid;
    color: #000;
}

/* adsk.panels.custom.css */
.book-title
{
    padding-top: 27px;
    padding-bottom: 32px;
    font-size: 18px;
    font-weight: normal;
}
div.book-title
{
    background-image: url(../images/prodname-short.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #FFFFFF;
}

/* TOC (Breadcrumbs) white */
div.ancestry, div.ancestry a:visited, div.ancestry a:link, div.ancestry a
{
    color: white;
}

/* end */
