/* ---------------------------------------------------------------------- */
/* 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;
    background-color: #F0F0F0;
    border-color: #CCCCCC #B5D1D5 #B5D1D5 #CCCCCC;
}

.footer
{
    width: 100%;
    position: absolute; /*fixed;*/
    bottom: 0;
    left: 0;
    z-index: 100;
    border-top-style: solid;
    border-top-width: 1px;
    background-color: #F0F0F0;
    border-top-color: #F0F0F0;
}
.footertext
{
    font-size:.70em;
}
.scrollFooter
{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    border-top-style: solid;
    border-top-width: 1px;
    background-color: #F0F0F0;
    border-top-color: #BBBBBB;
}

.mainPage
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: #888888;
    border-bottom-color: #BBBBBB;
}
