﻿body
    {
        border: 0;
        font-family: Tahoma;
        font-size: 10pt;
        height: 100%;
        margin: 0;
        max-height: 100%; 
        overflow: hidden;
        padding: 0;
    }
    
div
    {
        font-family: Verdana;
        font-size: 12pt;
    }

select, input
    {
        font-family: Tahoma;
        font-size: 8pt;
    }

#framecontentTop, #framecontentBottom
    {
        background-image: url(../Images/LogoBackground2.png); background-repeat: repeat-x;
        color: white;
        height: 30px; 
        left: 0; 
        overflow: hidden; 
        position: absolute; 
        top: 0; 
        width: 100%;
    }

#framecontentBottom
    {
        background-image: url(../Images/LogoBackground2.png); background-repeat: repeat-x; 
        bottom: 0; 
        color: White;
        height: 25px; 
        overflow: hidden;
        top: auto;
    }

#maincontent
    {
        position: absolute; 
        top: 30px; /*Set top value to HeightOfTopFrameDiv*/
        left: 0;
        right: 0;
        bottom: 25px; /*Set bottom value to HeightOfBottomFrameDiv*/
        overflow: hidden;
        background: #fff;
    }
    
#contentwrapper
    {
        height: 100%;
        width: 100%;
    }
    
#contentcolumn
    {
        /*
        background-color: #eee;
        */
        bottom: 0;
        left: 0;
        margin-left: 0px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
        overflow: auto;
        position: absolute;
        right: 0;
        top: 0;
    }
        
#leftcolumn
    {
        background: #C8FC98;
        background: #ddd;
        float: left;
        height: 100%;
        bottom: 0;
        overflow: auto;
        position: absolute;
        width: 149px; /*Width of left column in pixel*/
    }

.innertube
    {
        margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
    }
    
.hiddenItem
    {
        display: none;
    }

.pageHeaderText
    {
        font-family: Tahoma;
        font-size: 10pt; 
        /*
        letter-spacing: 2px;
        */
        letter-spacing: 0px;
        text-align: justify;
    }
    
.statusIndicator
    {
    margin-left: 33px;
    height: 70px;
    overflow: hidden;
    color: Yellow;
    font-size: 9pt;
    }
.statusIndicatorLbl
    {
    }
    
* html body
    { /*IE6 hack*/
        padding: 130px 0 110px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
    }

* html #maincontent
    { /*IE6 hack*/
        height: 100%;
        width: 100%;
    }
