/*****************************************************************
 * HW-provided Top-level CSS stylesheet for site
 *
 * Should contain (or import) all styles used across many pages
 * within the site, and overrides to HW global CSS stylesheet.
 *
 *****************************************************************/

@import url("local-sidebars.css");

#header .bar-inner, #footer .footer-group {
background-color:#A51002;
}

#header .bar, #footer .bar {
background-color:#A51002;
}

#col-2 div.sidebar {
background-color:#C9C9C9;
}

#col-3 #sidebar-current-issue {
background-color:#D8B4B4;
}

.toc-level h2 span {
color:#A51002;
text-transform:uppercase;
}

li.highlighted_papers, li.highlighted_summary {
background-color:#ccffff;
border:3px solid #ccffff;
}

div#ad-footer-test-invisible {
    display: inline;
    margin: 0 5px 0 100px;
    padding: 5px 0 0;
    text-align: center;
    background-color: #CCCCCC;
    float: left;
    width:auto;
}
div#ad-footer-test-invisible  ul {
    list-style:none;
    margin-left:100px;
}

div#ad-footer-test-hidden {
    display: none;
    margin: 0 5px 0 0;
    padding: 5px 0 0;
    text-align: center;
    background-color: #CCCCCC;
    float: left;
    width:auto;
}
div#ad-footer-test-hidden  ul {
    list-style:none;
    margin-left:100px;
}
/* SF #00460231 Fix*/
div.pos-anchor div.fig-inline {
    width: 455px;
}
