﻿.tb_bar {
    height: 36px;
    width: 100%;
    background-color: white;
    border-bottom: solid;
    border-bottom-color: #808080;
    border-bottom-width: 2px;
}

.tb_main_title {
    float: left;
    padding-top: 4px;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: coral;
    width: 228px;
    text-align: center;
}

.tb_user_info {
    float: right;
    min-width: 260px;
    max-width: 260px;
    height: 36px;
    background-color: coral;
    color: white;
    font-weight: bold;
    overflow: auto;
}

.tb_user_name {
    float: left;
    padding-top: 13px;
    padding-left: 10px;
}

.tb_user_logout {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}
