﻿html, body, form
{
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    font-family: Arial;
}

#welcome
{
	float:left;
	font-size: 12pt;
}

#logInOut
{
	float:right;
}

#custlogo
{
    float:right;
}

#quietlogo
{
    float: left;
}

#footer
{
    height:18px;
    width:100%;
    margin:0;
    background: #B5C7DE;
    text-align: right;
    
}
.reportPage
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 5px 5px 5px 5px;
    background: white;
}

.reportHeader
{
    height: 60px;
    margin: 0;
    padding:0 5px 0 5px;
    background: white;
    vertical-align: bottom;
}

.reportNav
{
    height: 100%;
    padding: 0 5px 0 5px;
    background-color: #B5C7DE;
}

.reportNavMenu
{
    width: 120px;
}

.reportRow
{
    padding:2px 5px 2px 5px;
}

#rptContainer
{
    display:table; 
    width:100%; 
    height:100%;
    min-width: 990px;
}

.twoColumLeft
{
    width: 150px;
    text-align: right;
}

.twoColumRight
{
    width: 150px;
    text-align: left;
}

