* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 100%;
}

#content {
    float: left;
    color: #333;
    background: #FFFFFF;
    height: 100%;
    width: 99%;
    display: inline;
    margin: 10px 10px 10px 10px;
}

#header {
    border-top: 4px solid rgb(36, 50, 77);
    background-image: linear-gradient(rgb(194, 206, 226), white);
    display: flex;
    /*color: #005483;
 width: 100%;
 float: left;
 height: 66px;
 background: #FFFFFF url(bg-hdr-new.png) repeat-x 0 0;
 padding:0;*/
}

#remainingHeader {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

#header a {
    text-decoration: none;
    border: 0;
}

#navigation {
    float: left;
    width: 100%;
    /*height: 30px;*/


    border-bottom: solid 1px rgb(36, 50, 77);
    /*margin-left:auto;
 margin-right:auto;*/
}

#footer {
    width: 100%;
    height: 25px;
    clear: both;
    background: #FFFFFF url(bg-ftr.png) repeat-x 0 0;
    margin: 0px;
    font-size: 9px;
    /*position: absolute;*/
    position: fixed;
    bottom: 0px;
    min-height: 25px;
}

    #footer a {
        color: #005483;
        text-decoration: none;
        font-weight: bold;
    }


/* TOP RIGHT USER PANEL */

.UserInfo {
    float: right;
    width: auto;
    margin-right: 10px;
    background: transparent;
    line-height: normal;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
}

.UserInfoLeftSide {
    width: 8px;
    height: 18px;
    background-color: rgb(36, 50, 77);
    border-radius: 0px 0px 0px 10px;
    overflow: hidden;
}

.UserInfoMiddleSide {
    width: auto;
    display: flex;
    flex-direction: row;
    max-width: 500px;
    min-width: 205px;
    height: 18px;
    /*background-image: url('UserPanel/usr_pnl_middle.png');
    background-repeat: repeat-x;*/
    background-color: rgb(36, 50, 77);
    overflow: hidden;
    color: White;
    white-space: nowrap;
    padding-right: 5px;
    margin-right: -1px;
    text-decoration: none;
    float: left;
}

.UserInfoRightSide {
    width: 8px;
    height: 18px;
    background-color: rgb(36, 50, 77);
    border-radius: 0px 0px 10px 0px;
    /*background-image: url('UserPanel/usr_pnl_right.png');*/
    overflow: hidden;
}

.logout {
    color: #FFB84F;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
    /*padding-left: 5px;*/
    float: left;
}

#ManDisplay {
    width: 16px;
    float: left;
    text-align: center;
    margin-top: 5px;
}

.LocationDisplay {
    float: left;
    width: 134px;
    margin-right: 10px;
    margin-top: 5px;
    background: transparent;
    line-height: normal;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
    text-align: center;
    color: #003556;
}

/*  LOGIN FORM  */
fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.submitButton {
    float: none;
    margin: 0px 150px 0px 150px;
    padding: 5px 10px 5px 10px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
}

input.textEntry {
    width: 200px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 200px;
    border: 1px solid #ccc;
}

div.bf_accountInfo {
    width: 100%;
    padding-top: 80px;
}

div.accountInfo {
    width: 408px;
    margin: 0 auto 0 auto;
}

div.af_accountInfo {
    float: left;
    display: inline-block;
    width: 35%;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}


/* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*.clearfix{display: inline-block;}*/

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */


/*hide elements when printing*/
@media print {
    #header {
        display: none;
    }

    #footer {
        display: none;
    }

    #navigation {
        display: none;
    }
}

.verticalLine {
    float: left;
    border-left: 1px solid #000000;
    width: 1px;
}

.error {
    color: #FF0000;
    padding: 0 0 0 15px !important;
    margin: 0;
}

.warning {
    color: #FF5D00;
    padding: 0 0 0 15px !important;
    margin: 0;
}

.message {
    color: Green;
    padding: 0 0 0 15px !important;
    margin: 0;
}

.leftAlign {
    float: left;
    margin-right: 10px;
    height: 30px;
}

.leftAlignBreak {
    float: left;
    margin-right: 10px;
    clear: right;
    height: 30px;
}

.rightAlign {
    float: right;
    margin-left: 10px;
    height: 30px;
}

.settingsMenu {
    padding: 0px 0px 0px 0px;
}
