#chatverticaltabdiv{
    padding-left:5px;
    width:750px;
    float:right;
    position:relative;
    top:-35px;
}

.bottomtab{
    margin-top:-25px;
}

.bottomtab_box{
    height: 20px;
}

.bottomSelectedTab{
    border-bottom: 3px solid #cd040b;
    color:#000000;
}

.bottomtab_li{
    padding-left:0px;
    padding-right:36px;
}

.bottomtab_container{
    background-color:white;
    height:auto;
}

#bottomtab_bottomnavbar{
    height:auto;
    min-height: 125px;
}

#bottomtab_bottomnavbar ul li{
    padding-left:0px;
    display:block;
}

#bottomtab_bottomnavbar ul{
    width:962px;
}


.bottomtab_li{
    list-style-type: none;
    background:none;
    background-color:#FFFFFF;
    float: left;
    cursor:pointer;
    cursor:hand;
}

.bottomtab_title{   
    valign:middle;
    color: #959595;
    font-family: NHaasGroteskTXPro-75Bd,Arial !important;
    font-size: 14px;
    font-weight: normal;
}

.bottomSelectedTab>.bottomtab_title{   
    color: #000000 !important;
}

/* Chat Vertical Tab */

.rh_tabs_s ul {
    margin:0 0 15px 0;
    list-style-type:none;
}
.rh_tabs_s ul li {
    padding-left:9px;
}
.rh_tabs_s ul li a{
    display:block;
    color:#333;
    font-size:14px;
}
.rh_tabs_s ul li a.active{
   
}

.rh_tabs_s ul li a:hover {
    text-decoration: none;
}
.tab_s{
    font-family: NHaasGroteskTXPro-75Bd,Arial !important;
    font-size: 14px;
    font-weight: normal;
    display: block;
    float: left;
    height: 29px;
    padding-top: 11px;
    width: 100%;
    border-bottom: 1px solid grey; 
    
}    
.verticalLine{
    border-left: thin solid #E4E4E4;
    float: left;
    height: 138px;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 33px;
}    

