/*
 * Custom overrides for BookReader Demo.
*/

/* Hide print and embed functionality */
#BRtoolbar .embed, .print {
    display: none;
}

#toplinkpad{
    position: absolute; 
    left: 0px;
    top: 0px;
    width: 48px; 
    height: 48px; 
    z-index: 150; 
    overflow: hidden; 
}
#linkpad{
    position: absolute; 
    right: 1px; 
    top: 1px; 
    z-index: 10;
    color: #cc0033;
    text-align: center
}
#linkpadb{
    position: absolute; 
    right: 1px; 
    bottom: 70px; 
    z-index: 10;
    color: #cc0033;
    text-align: center
}

#closepdf{
    position: absolute;
    z-index: 152;
    right: 15px;
    top: 0px;
    width: 32px;
    height: 32px;
    background-attachment: none; 
    background-repeat: no-repeat; 
    background-color: white; 
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-color: gray;
    border-left-color: gray;
    border-bottom-color: gray;
    border-top-color: gray;
}
#closepdfimg{
    height: 100%;
    width: 100%;
}
#pdfviewframe{
    width: 100%;
    height: 100%;
    z-index: 50;
}
#pdfview{
    position: absolute;
    z-index: 50;
    left: 5px;
    top: 5px;
    right: 25px;
    bottom: 45px;
    background-color: white;
}
a img{
}

.pageframe{
    width:100%;
    height: 100%;
    overflow: hidden;
    border: none;
}