﻿/*************************************************/
/* MASTER LAYOUT STYLES                          */
/*************************************************/
html, form {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    /*font-size: 12px;*/
    /*font-size: 14px;*/
    line-height: 1.4em;
    FONT-FAMILY: "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    /*height: 100%;*/
}

/* Outer page container */
.pageContainer {
    width: 100%;
    height: 100%;
}

/* Top container */
.pageTop {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 50px;
    width: 100%;
    z-index: 200;
    padding-left: 10px;
    background-color: #25a0da;
}

.pageContent {
    position: absolute;
    /*top: 70px;*/
    top: 50px;
    left: 0px;
    bottom: 2px;
    /*right: 2px;*/
    right: 0px;
}

.pageOneColumn {
}

.pageCenteredContent {
    position: absolute;
    top: 0px;
    bottom: 2px;
    left: 0px;
    right: 0px;
    overflow: auto;
}

.pageTopAppTitleText {
    FONT-SIZE: 18px;
    font-weight: bold;
    color: white;
}

.pageTopAppSubTitleText {
    FONT-SIZE: 16px;
    font-weight: bold;
    color: white;
}
