

div.header {
    background: #1b2889;
    /*
    background-image: url('background.png');
    background-position: bottom right, 0 center;
    background-repeat: no-repeat;

     */
}

div.header a.headerlogo {
    background-image: url('viewing_logo.png');
}

@media (max-width:419px) {
    div.header {
        background-color: #1b2889;
        padding-left: 0;
        background-image: none;
    }
}


.backgroundcolor {
    background-color: #1b2889;
}


h1, h2, h3, a, div.searchoptions a span, a.prevnextposter, div.bookmarkinfo a, td.posternumber, td.postertitle{color: #1b2889}

div.footerbox {
    border-top: .7em solid #1b2889;
}


div.shareposter {
    display:none;
}


div.postermain {
    margin-left:0;
    margin-right:0;
}

div.posteractions a.send_a_friend_link {
    display:none;
}

.helpicon {
    height:28px;
    width:28px;
    background-image: url('help-icon.png');
    display:inline-block;
    overflow:visible;
    margin-right: 5px;
    position:relative;
    cursor:help;
}
.helpicontext {
    background-color: rgba(255, 237, 237, 0.9);
    border-radius: 10px;
    border: 1px solid #1b2889;
    padding:10px;
    cursor:help;
    font-weight:normal;
    color: black;
    font-size:15px;
    font-style:italic;
}
