﻿/****************************************************************************/
/* div contains the links, used on pages that use the carbdiesel master page*/
#PrevNextLinks 
{
    float: right;
    position: relative;
    width: 200px;
    padding-right: 10px;
    padding-top: 20px;
    text-align: right;
}

.prevlink,
.nextlink 
{
    text-align: right;     
    font-variant: small-caps;
    font-style: italic;
}
a.prevlink,
a.prevlink:link,
a.prevlink:visited,
a.nextlink,
a.nextlink:link,
a.nextlink:visited
{
    padding-right: 10px;
    background-repeat: no-repeat;
    line-height: 14px;
    text-decoration: none;
}
a.prevlink,
a.prevlink:link,
a.prevlink:visited
{
    padding-left: 40px;
    background-image: url(prev-arrow.jpg);
    background-position: left top;
}
a.nextlink,
a.nextlink:link,
a.nextlink:visited
{
    padding-right: 40px;
    background-image: url(next-arrow.jpg);
    background-position: right top;
}

a.prevlink:active,
a.prevlink:focus,
a.prevlink:hover,
a.nextlink:active,
a.nextlink:focus,
a.nextlink:hover 
{
    background-color: #FFCC33; 
    text-decoration: none;
}
a.prevlink:active,
a.prevlink:focus,
a.prevlink:hover
{
    background-position: left bottom;
}
a.nextlink:active,
a.nextlink:focus,
a.nextlink:hover 
{
    background-position: right bottom;
}

/*****************************/
.rule-summary #rule-summary-toc-top 
{
    padding-top: 10px;
    background: #F7F7F7 url(rule-summary-toc-top.jpg) no-repeat;
    margin-bottom: 15px;
}
.rule-summary #rule-summary-toc-top #rule-summary-toc-btm
{
    padding-bottom: 10px;
    background: #F7F7F7 url(rule-summary-toc-btm.jpg) bottom left no-repeat;
}
.rule-summary #rule-summary-toc-top #rule-summary-toc-btm .rule-summary-toc div.AspNet-TreeView
{
    background: #F7F7F7 url(rule-summary-toc-ctr.jpg) 0 0 repeat-y;
}

.rule-summary-toc .AspNet-TreeView-ClickableNonLink /* make it look like an h3 */
{
    font-weight: bold;
}

.rule-summary-toc div.AspNet-TreeView ul ul
{
    margin-left: 10px;
    font-size: 1.05em;
}
.rule-summary-toc div.AspNet-TreeView li
{
    margin-bottom: 0;
}
.rule-summary-toc div.AspNet-TreeView li a
{
    text-decoration: none;
}

.rule-summary-toc div.AspNet-TreeView li.AspNet-TreeView-Root
{
    margin-left: 20px;
}




