/* print */

/* display: none */
.WebHeaderLogo,
.WebHeaderMenuContainer,
.WebHeaderSearch,
.WebMiddleContainer .WebContentBorderTop,
.WebMiddleContainer .WebContentBorderBottom,
.WebContentLeft,
.WebContentMain .WebContentMainRight,
.PrintButton {
    display: none !important;
}

/* display */
body .PrintOnly {
    display: inline !important;
}
/* layout */
body {
    margin: 0 !important;
    padding: 0 !important;
    background: white !important;
    color: black !important;
}
body *
{
    background: white none !important;
    color: black !important;
}
.WebHeader {
    position: static !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 0 10pt 0 !important;
    padding: 0 0 10pt 0 !important;
    border-bottom: 1px solid black !important;
    color: black !important;
    background: url(Images/lascal-logo-print.gif) no-repeat 0 0 !important;
}
/* equal height columns */
.WebContentLeft,
.WebContentMain,
.WebContentMain .WebContentMainRight {
    overflow: visible !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.WebMain,
.WebMainContainer,
.WebOuterContainer,
.WebInnerContainer,
.WebMiddleContainer,
.WebContentMain,
.WebContentMain .WebContentMainLeft,
.WebFooter {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: both !important;
}


/* eof */

