﻿*
{
    margin: 0;
    padding: 0;
}

* html body
{
    /*IE6 hack*/
    padding: 41px 0 20px 0px; /*Set value to (HeightOfTopFrameDiv  0 HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #main
{
    /*IE6 hack*/
    padding-left: 250px;
    height: 100%;
    width: 100%;
}

* html #header, * html #footer
{
    /*IE6 hack*/
    width: 100%;
}

body
{
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
}

#menu
{
    position: absolute;
    top: 51px;
    left: 0;
    width: 150px; /*Width of left frame div*/
    height: 100%;
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    z-index: 90;
    
}

#header
{
    position: absolute;
    top: 0;
    left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
    right: 0px;
    height: 50px; /*Height of top frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    z-index: 100;
}

#footer
{
    position: absolute;
    top: auto;
    left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
    bottom: 0;
    right: 0;
    height: 20px; /*Height of bottom frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    z-index: 100;
}

#main
{
    position: fixed;
    top: 92px; /*Set top value to HeightOfTopFrameDiv*/
    left: 150px; /*Set left value to WidthOfLeftFrameDiv*/
    right: 0;
    /*bottom: 20px;*/ /*Set bottom value to HeightOfBottomFrameDiv*/
    bottom:0px;
    z-index: 100;
    overflow: auto;
}

#header-title-wrapper 
{
    position: fixed;
    top: 52px; /*Set top value to HeightOfTopFrameDiv*/
    left: 149px; /*Set left value to WidthOfLeftFrameDiv*/
    right: 0;
    z-index: 99;
}

#mainHeader
{
    position: fixed;
    top: 51px; /*Set top value to HeightOfTopFrameDiv*/
    left: 250px; /*Set left value to WidthOfLeftFrameDiv*/
    right: 0;
    /*bottom: 20px;*/ /*Set bottom value to HeightOfBottomFrameDiv*/
    overflow: auto;
    z-index: 101;
    /*height:25px;*/
}

#footer .innertube
{
    margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
    text-align: right;
}

.loading {
    text-align:center;
}