/* CSS definitions and overrides for static HTML pages  */

#StaticBreadcrumb {
    font-family: lucida grande, geneva, helvetica, arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 0px;
}

body#StaticFrame {
    margin: 8px;
}

body#StaticPage {
    margin: 0px;
}

/*  Hide the blank grey bar in static HTML pages  */
#StaticPage #header {
    height: 25px;
}

#StaticPage #headerButtons {
    display:none;
}

#StaticPage #contents {
    top: 61px;
}

#StaticPage #contents.noADC {
    top: 26px;
}
