html {
    height: 100%;
}

body {
    background-image: none;
    background-repeat: no-repeat;
    font-family: Verdana;
    font-size: 12px;
    margin-top: 4em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

h1 {
    color: gray;
    font-size: 20px;
}

h2 {
    color: gray;
    font-size: 16px;
}

td {
    font-family: Verdana;
    font-size: 12px;
}

/* General Page Elements */

.divContent {
    margin: 0 auto;
    width: 90%;
    display: table;
    text-align: center;
}

.divResults {
    margin: 0 auto;
    width: 90%;
    display: table;
    text-align: center;
}

.divReturn {
    margin: 0 auto;
    width: 90%;
    display: table;
    text-align: center;
    margin-top: 2em;
}

.divControl {
    margin: 0 auto;
    width: 90%;
    display: table;
    text-align: center;
    margin-top: 1em;
}

/*  Login Page */

.tabLoginTop {
    width: 400px;
    padding: 10px;
}

.rowLogin {
    height: 30px;
    vertical-align: bottom;
}

.tabLoginBottom {
    width: 400px;
    padding: 10px;
}

#txtUserID {
    width: 120px;
}

#txtPassword {
    width: 120px;
}

#ddlCompany {
    width: 200px;
}

/*  Menu Page */

.tabMenuTop {
    width: 400px;
    padding: 10px;
}

.tabMenuBottom {
    width: 400px;
    padding: 10px;
}

.rowMenu {
    height: 30px;
    vertical-align: bottom;
}
