#header_titles{
    width:100%;
    height:72px;
    margin-bottom: 40px;
}
#left_title_box{
    position: absolute;
    height:72px;
    left:0;
    background-color: #000;
    border-radius: 0px 0px 10px 0px;
    color: #FFF;
    min-width: 200px;
    width: auto;
    padding: 10px 10px 0 0;
}
#right_username_box{
    position: absolute;
    height:15px;
    right:0;
    background-color: #000;
    border-radius: 0px 0px 0px 10px;
    color: #FFF;
    min-width: 150px;
    width: auto;
    padding: 5px;
    font-size: .8em;
    line-height: 1em;
    text-align: center;
}
#left_title_logo{
    position: absolute;
    left:10px;
    top:15px;
}
#left_title_description_top {
        font-family: 'HelveticaLTStd-Light' !important;
position: relative;
font-size: 1.8em;
    margin-top:5px;
    margin-left: 70px;
}
#left_title_description_bottom{
position: relative;
margin-left: 70px;
margin-top:5px;
    font-size: 2em;
}

.header_right_buttons_active {
        padding-top: 5px;
        background-color:#FF0000;
    border-radius: 0px 0px 10px 10px;
    height: 52px;
    float: right;
    margin:  0 10px 0 10px;
}
.header_right_buttons {
            padding-top: 5px;
     background-color:#5c5b5b;
    border-radius: 0px 0px 10px 10px;
    height: 44px;
    float: right;
    margin:  0 10px 0 10px;
}
.header_right_buttons:hover {
     background-color:#000;
}
.header_right_buttons_icon {
    position: absolute;
}
.header_right_buttons_description {
    padding-top: 7px;
    font-size: 1.1em;
    color: #FFF;
    margin:  0 10px  0 50px;
}

.header_right_buttons {
            padding-top: 5px;
     background-color:#5c5b5b;
    border-radius: 0px 0px 10px 10px;
    height: 44px;
    float: right;
    margin:  0 0 0 10px;
}
.header_right_buttons_icon {
    position: absolute;
}
.header_right_buttons_description {
    padding-top: 7px;
    font-size: 1.1em;
    color: #FFF;
    margin:  0 15px  0 50px;
}
.header_return {
        padding-top: 5px;
             background-color:#5c5b5b;
    border-radius: 10px 10px 10px 10px;
    height: 45px;
    float: right;
    margin:  10px 10px 0 10px;
}.header_return:hover {
     background-color:#000;
}