@CHARSET "UTF-8";

.noPrint,
.paging,
.pagination,
form p,
#templateContentRadiusBottom,
#templateContentRadiusTop,
#templateContentLeft,
#path,
#templateTop,
#templateMenu
{
    display:none;
}

#templateContentRightBlock
{
    margin:0px !important;
    float:none !important;
}

th
{
    font-weight:bold;
}

@page
{
    mso-page-orientation: landscape;
}

.printFullTable
{
    width:670px !important;
}

/* Don't print link hrefs */
@media print
{
    a[href]:after
    {
        content: none;
    }
}