﻿.IFrame
{
    width: 95%;
    height: 95%;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

.TableNoFrame
{

    width: 100%;

}

    .TableNoFrame td
    {
        
        padding: 3px;

    }

.Center
{
    text-align: center;
    margin: 0 auto;
    float: none !important;
    display: table;
}

.Right
{
    text-align: right;
    padding-right: 0px;
}

.FooterCenter
{
    position: absolute;
    text-align: center;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

.Footer
{
    position: absolute;
    right: 5px;
    bottom: 5px;
    left: 5px;
}
