﻿.left
{
    float:left;
    width:50%;   
}

.right
{
    float:right;
    width:50%;
}

form, body, html
{
    width:100%;
    height:99%;
    
    margin:0px;
    padding:0px;
    overflow:hidden;
}

table#tbl-report
{
    width:100%;
    height:100%;
}

table#tbl-report tr#tbl-Header
{
    height:30px;
    max-height:30px;
}

h4
{
    font:Arial;
    font-size:medium;
    font-weight:normal;
    font-family:Sans-Serif;
    color:black;
    margin:2px;
    padding:0px;
    padding-left:10px;
}