﻿

body {
    /*background-color: #88b1df;*/
    font-family: Arial, Tahoma, sans-serif;
    padding: 0px;
}

.logoutButton {
    float: right;
    margin-top: 8px;
    margin-bottom: 8px;
}

#menu {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background-color: #f18a21;
    border-radius: 8px;
}

    #menu ul {
        height: auto;
        margin: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    #menu li {
        display: inline;
        padding-left: 20px;
        padding-right: 20px
    }

    #menu a {
        color: white;
        text-decoration: none;
        vertical-align: middle;
    }

#main {
    background-color: #ffffff;
    width: 1000px;
    height: 100%;
    margin: 0px auto;
    padding: 20px;
    min-height: 750px;
}

.tableStyle {
    width: 1000px;
    border: none;
}

    .tableStyle th {
        font-weight: bold;
        text-align: left;
    }

    .tableStyle th, .tableStyle td {
        padding: 15px 10px;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }



.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black !important;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-weight: normal;
    }

    .dropdown-content a {
        border-top: 1px solid #e6e6e6;
        font-size: 16px;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.positionRight {
    margin-left:auto;
}

.rightJustifyWithPadding {
    right: 8px;
}
