html {
    font-family: Roboto, sans-serif, Calibri, Arial, Helvetica;
    font-size: 11pt;
    background-color: white;
}

body {
    background-color:white;
}

.pageContainer {
    width: 98%;
    min-height: 550px;
    border: 0px #4688fe solid;
    border-radius: 6px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}

#divFooter {
    position: fixed;
    bottom:0;
    width: 100%;
    text-align:left;
    border: 0px red solid;
    font-size: .8em;
    padding-top:10px;
    padding-bottom:15px;
    padding-left:50px;
    background-color:#e1e1e1;
}

@media (min-width: 1900px) {
    html {
        font-size: 1em;
    }
}

#divMaintenanceMessageWrapper {    
    border: 0px red solid;
    background-color: #ededed;
}

#divMaintYes {
    padding: 10px;
    padding-left: 40px;
    background-color: orange;
    color: black;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
}

#divResult {
    padding: 2px;
    padding-top: 2px;
    padding-left: 40px;
    height: 30px;
    background-color: #ededed;
    background-color: white;
    margin-bottom: 5px;
    border-bottom: 0px #bdc2cb solid;
}


.pageTitle {
    width: 100%;
    padding: 0px;
    color: black;
    font-size: 1.2em;
    margin: 0;
    margin-bottom: 5px;
    text-align:center;
}

.pageTitle2 {
    width: 100%;
    padding: 0px;
    color: #4688fe;
    font-size: 1.2em;
    margin:0;
    margin-bottom:5px;
}



.boxLabel {
    color: #808080;
    margin-bottom: 6px;
    margin-left: 6px;
    min-width: 150px;
}


button {
    background-color: #cbdeff;
    border: 1px #4688fe solid;
    color: black;
    padding: 4px 20px 4px 20px;
    font-size: .9em;
    border-radius: 4px;
}
    button:hover {
        background-color:#4688fe;
        border:1px #808080 solid;
        color:white;
    }



ul li {
    font-weight:normal;
    margin-bottom:3px;
}

    #footer {
        width: 100%;
        border-top: 1px #81a8ee solid;
        padding: 10px;
        padding-left: 40px;
        position: fixed;
        bottom: 0;
        font-size: .8em;
    }

input[type=text] {
    border-radius: 8px;
    padding:10px;
    border-color:#808080;
}


.spanRed {
    color:red;
}
.spanGreen {
    color:green;
}
.spanBlue {
    color: blue;
}

.pRed {
    color: red;
}

.pGreen {
    color: green;
}

.pBlue {
    color: blue;
}

.pBold {
    font-weight:600;
}

.pCenter {
    text-align:center;
}
.pItalic {
    font-style:italic;
}

