﻿body {
    margin: 0px;
    padding: 0px;
    background-color: olivedrab;
}

.startPageTopDIV {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0px;
    z-index: 10;
    padding-bottom: 5px;
}

.headerDiv {
    background-color: black;
    border-bottom: 5px solid purple;
    width: 100%;
}

.headingImg {
    display: inline-block;
    width: 400px; height: 50px;
    margin-left: 25px;
    margin-right: 100px;
}

.headWrapper {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    margin-left: 500px;
    margin-top: 10px;
    padding-top: 5px;
}

.headWrapper3 {
    display: inline-block;
    vertical-align: top;
    width: 425px; height: 25px;
    margin-left: 120px;
    margin-top:  15px;
    /*border: 1px solid white;*/
}

.userLbl {
    display: inline-block;
    font-size: .7em;
    color: white;
    font-family: Arial;
    margin-right: 10px;
    width: 70px;
    text-align: right;
}

.userLbl2 {
    display: inline-block;
    font-size: .8em;
    color: white;
    font-family: Arial;
    font-weight: bold;
    margin-right: 10px;
    width: 150px;
    text-align: left;
    border: 1px solid white;
    padding: 5px;
}

.centerDiv1 {
    position: relative;
    width: 1400px;
    height: 850px;
    margin-left: 250px;
    margin-right: 200px;
    margin-top: 0px;
    padding-bottom: 50px;
    background-color: white;
    z-index: 1;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.banner {
    background-color: black;
    margin-top: 20px; margin-bottom: 0px;
    width: 99.3%;
    height: 100px;
    z-index: 100;
}

.bannerImage {
    max-width: 90px;
    max-height: 90px; /* min-height: 100px; min-width: 100px;*/
    margin: 5px;
    margin-left: 17px;
    margin-right: 17px;
    background-color: black;
    padding: 3px; padding-top: 10px;
}

.imageOnBanner {
    border: 5px solid purple;
    width: 100%;
    height: 100%;
    margin-top: 5px;
}

.innerDiv {
    margin-top: 0px;
    padding-left: 35px;
}

.bottomPageDiv {
    position: fixed;
    bottom: 0px;
    height: 50px;
    width: 100%;
    background-color: black;
    color: white;
    z-index: 20;
}

.bottomPageLblTitle{
    font-weight: bold;
    color: black;
    font-size: 1em;
    width: 100%;
    margin: 5px; margin-bottom: -20px;
}

.submitBtn {
    border: 1px solid white;
    background-color: black;
    color: white;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 90px; height: 25px;
}
