

div.header {
    background: #730f1c; /* Old browsers */
    background: url('epos_header_online.png'), -moz-linear-gradient(left, #f4c64b 0%, #ffffff 100%); /* FF3.6-15 */
    background: url('epos_header_online.png'), -webkit-linear-gradient(left, #f4c64b 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: url('epos_header_online.png'), linear-gradient(to right, #f4c64b 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: bottom right, 0 center;
    background-repeat: no-repeat;

    /*
    background-image: url('epos_header_online.jpg');
    background-position: 0 center; */
}

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

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


.backgroundcolor {
    background-color: #66c1be;
}


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

div.footerbox {
    border-top: .7em solid #66c1be;
}


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 #00afd3;
    padding:10px;
    cursor:help;
    font-weight:normal;
    color: black;
    font-size:15px;
    font-style:italic;
}
