﻿/* ---------------------------------------------------------------------- */
/* Main Master CSS                                                        */
/* ---------------------------------------------------------------------- */
/* DO NOT DEFINE COLORS IN THIS STYLE SHEET. */
/* COLORS ARE DEFINED IN THEMES */

.titlebar
{
    clear: both;
    width: 100%;
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    border-left-style: none;
    border-right-style: none;
    font-size: 0.9em;
    font-weight: bold;
}

/* Main Master Footer */

.footerDisplay
{
    width:100%;
    position:fixed; 
    bottom: 36px;   /* Set to 1 pixel above Footer (Height in .footer below) */
    z-index: 1000;
}

/* Main Master is now absolute 04/24/2010   SGY*/

.footer
{
    width: 100%;
    position: absolute; /*fixed;*/
    height: 35px;   /* THIS MUST MATCH value subtracted from window height in splitter.js!!! Fix the height so scrollbars on splitter will line up */
    bottom: 0;
    left: 0;
    z-index: 100;
    border-top-style: solid;
    border-top-width: 1px;
}

/* Scroll Master needs to be fixed for now 04/24/2010   SGY*/

.scrollFooter
{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    border-top-style: solid;
    border-top-width: 1px;
}

.mainPage
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
