#navbarNav .btn-primary {
    color: #990033;
    background-color: #ffffff;
    border-color: #ffffff;
    font-size: .72rem;
    margin: 0px 2px;
}
#navbarNav a.nav-link {white-space: nowrap;}

#header ul li {display:inline;padding: 0px 2px}

#resource_box {margin-bottom: 2em;}
#resource_box ul {padding-left: 0em; list-style: none;}
#resource_box h2 {font-size: 1em; margin-top: 1em}

/* Breadcrumbs */
#breadcrumb {font-size: 12px;margin: -20px 0px 20px 0px; border-bottom: 1px solid #999}
#breadcrumb ul {padding: 2px 0px; margin: 0px 0px 0px -10px}
#breadcrumb li {display: inline; border: none; padding: 0px 6px 0px 10px; background: url('../images/seperator.png') no-repeat 0px 3px}
#breadcrumb li:first-child {background: none;}

#doc_nav {height: .5em; margin: -20px 0px 20px 0px}
a.previous {
    background: url('../images/arrow_prev.gif') no-repeat left center;
    padding-left: 14px;
}
a.next {
    background: url('../images/arrow_next.gif') no-repeat right center;
    float:right;
    padding-right: 14px;
}

table caption {font-size: 1px; position:absolute; left:-999px}
a.permalink{display:none; text-decoration: none;font-weight: bold}
a.permalink:link {text-decoration: none;}
div:hover > a.permalink{display:inline; background-image: none; color: #aaa; position: absolute; margin: 0em 0em .2em -1em; padding: 0em 1em}

/* Links with icons */
a.pdf {padding: 0px 10px 2px 23px}
p.rss a {background: url('../images/icon_rss.gif') no-repeat left center;}
a.pdf {background: url('../images/pdf.gif') no-repeat left center;}
p.full a {background: url('../images/note.gif') no-repeat left center;}
p.help a {background: url('../images/questionmark_red.gif') no-repeat left center;}
p.print a {background: url('../images/print.gif') no-repeat left center;}
p.key {border-bottom: 1px solid #000;margin-bottom: 40px}
p.rtf a, a.rtf {background: url('../images/icon_rtf.gif') no-repeat left center;}


#copyright{margin: 2em 0em; text-align: center; padding-top: 5px;}

/* highlighting */
span.highlight{background-color: yellow;}
span.highlight a {background-color: #fff;text-decoration: none;}
span.highlight a.hl_prev {background: #fff url('../images/arrow_prev.gif') no-repeat right center;}
span.highlight a.hl_next {background: #fff url('../images/arrow_next.gif') no-repeat right center;}
a.highlight_previous, a.highlight_next{
    display:inline-block;
    width: 8px;
    height: 15px;
    overflow:hidden;
    text-indent: 25px;
}
a.highlight_previous {
    background: #fff url('../images/arrow_prev.gif') no-repeat right center;
    margin-right: 4px;
}
a.highlight_next {
    background: #fff url('../images/arrow_next.gif') no-repeat right center;
    margin-left: 4px;
}

/* Loading Modal for search pages*/
#dvLoading{
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
}
#dvLoading a:link {color: #811005;text-decoration:underline}
#dvLoading a:visited {color: #470204;}
#dvLoading a:active {color: red;}
#dvLoading a:hover {color: #660000;text-decoration: none;}
#dvLoading a{
    position: fixed;
    font-size: 15.9px;
    z-index: 1000;
    left: 50.3%;
    top: 62%;
    margin: -25px 0 0 -25px
}