﻿#TRFooter, #TRImage, #TRMain, #TRPrint
{
    display: none;
}
#TablePrint
{
    width: 100%;
    height: 95%;
    border: solid 1px black;
    border-collapse: collapse;
}
/*#TdLeftLabel
{
    padding:15 15 15 15 ;
    font-size: 15px;
    font-style: normal;
    color: Black;
    width: 10%;
}
#TdRightValue
{
    padding: 15 15 15 15 ;
    font-size: 15px;
    font-style: normal;
    color: Black;
    width: 90%;
}*/
#TablePrint td
{
    height: 40px;
    border: solid 1px black;
    vertical-align: middle;
    font-size: 12px;
}
