﻿.ui-panel {
    background-color: #333;
}

.ui-panel-inner {
    padding: 0 !important;
}

.menu_header {
    margin: 0px 8px 0px 8px;
    padding: 10px 0px 12px 0px;
    text-indent: 5px;
    border-bottom: 3px solid #393939;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size: large;
}

.menu_container {
    background-color: #333;
}

.menu_tabs {
    margin: 0px 10px 0px 10px;
    padding: 10px 0px 10px 0px;
    text-indent: 15px;
    border-bottom: 1px solid #393939;
}

.ui-body-a .menu_button {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

    .ui-body-a .menu_button:link {
        color: #fff;
        text-decoration: none;
    }

    .ui-body-a .menu_button:visited {
        color: #fff;
        text-decoration: none;
    }

    .ui-body-a .menu_button:hover {
        color: #fff;
        text-decoration: none;
    }

    .ui-body-a .menu_button:active {
        color: #fff;
        text-decoration: none;
    }

.header_spacer {
    background-color: #354a76;
    height: 35px;
}

.main_header {
    font-weight: bold;
    padding: 5px 0px 0px 0px;
    text-align: center;
}

.select_container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    padding: 5px 0px 0px 0px;
}

.system_msgs {
    padding: 5px 0px 0px 0px;
    color: Red;
}

.body_wrap {
    margin: 0px 0px 0px 0px;
}

.content_holder {
    padding: 5px 0px 0px 0px;
}

.content_tbls {
    font-weight: bold;
    width: 100%;
    padding: 0px 5px 0px 5px;
}

.select_check td {
    padding: 15px;
    border: 0px;
    text-align: center;
}

.select_ytd td {
    border: 0px;
}

.accruals td {
    padding: 10px;
    border: 0px;
    text-align: center;
}

.messages {
     /*background-color:#e2e2e2;*/
    color: #cc0000;
    font-weight: bold;
    text-align: left;
}

.title_bar {
    height: 35px;
    background-color: #354a76;
    border-bottom: 1px solid #d9d9d9;
}

.title_bar_inner {
    padding-top: 8px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.login_tbl {
    width: 100%;
}

    .login_tbl td {
        padding: 0px 10px 0px 10px;
        font-weight: bold;
    }

.tos_link {
    text-align: center;
    padding: 20px 0px 0px 0px;
    font-size: small;
}

.PopUpPage {
    position: fixed;
    align-self: center;
    background-color: #737373;
    top: 0px;
    z-index: 2001;
    padding: 10px;
    /*text-align:left;*/
    width: 100%;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    border: 1px solid #CCCCCC;
}

.PopUpTitle {
    float: left;
    background-color: White;
    margin: 0px;
    padding: 0px;
    border: groove;
    border-width: thick;
    border-color: #1e2bc1;
    /*text-align: center;*/
}

.Overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 990;
}
/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: #10186D;
    position: relative;
    top: -1px;
    /*left: 4px;*/
    box-sizing: border-box;
    z-index: 999;
}

    /* Hide the links inside the navigation menu (except for logo/home) */
    .topnav #myLinks {
        display: none;
    }

    /* Style navigation menu links */
    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        display: block;
    }

        /* Style the hamburger menu */
        .topnav a.icon {
            /*background: #10186D;*/
            display: inline-block;
            right: 0;
            top: 0;
        }



/* Style the active link (or home/logo) */
.active {
    /*background-color: #10186D;*/
    color: white;
    display: inline-block;
}

.menu_button {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

.menu_button:visited{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;}
