﻿.HeaderContent3 {
    float: left;
    width: 100%;
    height: 25px;
    background-color: #ACACAC;
    border-bottom: 1px solid #000000;
    padding-top: 3px;
}

    .HeaderContent3 .LabelLogin {
        margin: 0px auto;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
        height: 18px;
        padding: 4px 0px 0px 10px;
        width: 1000px;
    }


/*========================================*/
/*CSS/newTheme*/
/*========================================*/

div.HeaderContent3 .LabelLogin {
    text-align: right;
    margin: 0px;
    color: black;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    /*padding: 20px 0px;*/
    width: auto;
}

div.HeaderContent3 {
    width: 100%;
    height: 50px;
    background-color: white;
    border: none;
}

.header-logo-user {
    width: 1000px;
    margin: 0 auto;
}

.container-logo {
    display: inline-block;
    width: 125px;
    float: left;
}

.container-user-name {
    width: auto;
    display: inline-block;
    padding: 0px 5px 0px 30px;
    margin-right: 5px;
    border-right: 1px solid grey;
    position: relative;
    font-family: Arial;
    font-size: 11px;
    color: #444444;
    text-decoration: none;
    height: 12px;
}

    .container-user-name img {
        width: 24px;
        top: -6px;
        border-width: 0px;
        position: absolute;
        left: 0;
    }

a.button-logOut {
    background: #00979e;
    border: 1px solid #00979e;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

a.button-logOut:hover {
    background: white;
    border: 1px solid #00979e;
    padding: 10px 15px;
    border-radius: 5px;
    color: #00979e;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}