﻿body {
   font-family: Arial;
   font-size: 10pt;
   background: #fff;
}
.submit-progress {
    position: fixed;
    border: 1px solid red;
    top: 30%;
    left: 50%;
    height: 6em;
    padding-top: 2.3em;
     /*The following rules are the ones most likely to change */
    width: 20em; /*  Set 'margin-left' to a negative number that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    padding: 9px .75rem;
    border: solid 1px #05C;
    border-radius: 1rem;
    background-color: darkgreen;
    color: white;
    font-size: 18px;
}
.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
}
.clearMask {
    background-color: white;
    opacity: 1;
}
.hidden {
    display:none;
}
/**/
/*.main_menu {
    width: 100px;
    background-color: #8AE0F2;
    color: #000;
    text-align: center;
    height: 24px;
    line-height: 30px;
    margin-right: 5px;
}

.level_menu {
    width: 200px;
    background-color: #000;
    color: #fff;
    text-align: center;
    height: 24px;
    line-height: 24px;
    margin-top: 0px;
}*/

.selected {
    background-color: #852B91;
    color: #fff;
}

.pageHeader {
    border-style: none;
    border-color: inherit;
    background-color: #6cc091;
    color: #fff;
}

.pageSubTitle {
    font-family: 'Arial', 'Helvetica', 'sans-serif';
    font-size: 8pt;
    color: #FFFFFF;
}

.labelCommon {
    border-style: none;
    border-color: inherit;
    color: navy;
    font-size: .9em;
    font-family: "Arial Rounded MT";
    font-weight: bold;
    font-variant: small-caps;
    height: 24px;
}
.labelCommonRight {
    border-style: none;
    border-color: inherit;
    color: navy;
    margin-right: 10px;
    text-align: right;
    font-size: 1em;
    font-family: "Arial Rounded MT";
    font-variant: small-caps;
    font-weight: normal;
    height: 24px;
    width:100px;
}
.labelCommonLeft {
    border-style: none;
    border-color: inherit;
    color: navy;
    text-align: left;
    font-size: 1em;
    font-family: "Arial Rounded MT";
    font-variant: small-caps;
    font-weight: normal;
    height: 24px;
}
.dataCommonLeft {
    border-style: none;
    border-color: inherit;
    color: darkgreen;
    text-align: left;
    font-size: 1em;
    font-family: "Arial Rounded MT";
    font-weight: normal;
    height: 24px;
}
.dataCommonRight {
    border-style: none;
    border-color: inherit;
    color: darkgreen;
    text-align: right;
    font-size: 1em;
    font-family: "Arial Rounded MT";
    font-weight: normal;
    height: 24px;
}
/*.mGrid-Center {
    text-align:center;
}

.mGrid-Right {
    text-align:right;
}

.mGrid-Left {
    text-align:left;
}
.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
        font-size: 11px;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url('../Themes/grd_head.png') repeat-x 50% top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGrid .alt {
        background: #fcfcfc url('../Themes/grd_alt.png') repeat-x 50% top;
}

    .mGrid .pgr {
        background: #424242 url('../Themes/grd_pgr.png') repeat-x 50% top;
}

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }
*/