/**
 * Basic system style for printing
 * @author Miroslav Kvasnica - niwi, niwiweb.wz.cz, miradrda@volny.cz
 * @date 30.4.2012
 */
/* Hiding elements */
.noprint, #top, #left, #right, .stepBox, .toolbox, #footer,
#gsf-info-bar, #gs-search, th.actionButton, td.actionButton {
    display: none;
}

body {
    background: none;
}
#main-panel, #layout #mid-right, #content, #layout #content.left-only, #content-inner {
    margin: 0;
    float: none;
    width: auto;
}
h1 {
    text-align: left;
}
*, a {
    color: black;
}

a.gs-linkbox {
    text-decoration: none;
}
table.gs-formListTable {
    background-color: inherit;
}