/* 
    Document   : printing
    Created on : 07.12.2012, 14:04:31
    Author     : morozovvs
    Description:
        Purpose of the stylesheet follows.
*/
@media print{
html, body{ 
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
    background: white;
}

#BookReader, #toplinkpad, #linkpad, #pdfview, .dock_base, .data{
    display: none;
}

#printcontent{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}

img{
    max-height: 100%;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
}