/*картинка в списке*/
.chatPeople.vscrollable { 
background-image:url(https://pp.userapi.com/c10550/g26616739/a_1fe866b5.jpg); 
background-position: bottom; 
background-repeat:no-repeat;
background-size: 100%
}

.mod-icon {
background-image: none;
}

.adm-icon {
background-image: none;
}

/*расширение окна смайлов*/

.smilesBox { 
     position: absolute; 
     width: 1075px; 
     height: 250px; 
     overflow: auto; 
     overflow-x: auto; 
     overflow-y: auto; z-index: 98; 
}

/*скругляш меню*/

.chatHeader .chatTopLine {
    border: 2px solid #000000;
    border-radius: 15px;
    background-color: #777777;

}

.chatHeader .chatTopLine:hover {
    border: 2px solid #000000;
    border-radius: 15px;
    background-color: #777777;
}

.chatTopLineWrapper > ul > li > a:hover { 
    border-radius: 15px;
    background-color: #f0f0f0; 
}

.chatMessage {
       font-family: "Trebuchet MS";
line-height: 1.785em
}

.chatHeader .chatTitle {
    font-family: "Trebuchet MS";
    font-size: 23px;
    text-shadow: none;
}





.chatUserFrom, .chatPeople ul.chatPeopleList li a.chatUser {
font-family: "Trebuchet MS";
font-size: 16px;
}

.chatPeople ul.chatPeopleList li.hover {
    background-color: #f0f0f0;
    border-top: 1px dotted gray;
    border-bottom: 1px dotted gray;
}

.chatMain .chatMessages, .chatMain .chatPrivateMessages {
background-image:url(https://killpls.me/dead_smiley.png);
background-position: right top;
background-repeat: no-repeat;
}


/*полоса шапки с ссылками*/
.chatTabs ul {
    background-color: #f0f0f0;
    color: #000000;
    border: 1px dotted gray;
}

/*цвет неактивной вкладки*/
.chatTabs > ul > li.chatTab > a {
    background-color: #dddddd;
}

/*цвет активной вкладки*/
.chatTabs > ul > li.chatTab.chatTabActive > a, .chatTabs > ul > li.chatTab > a:hover, .chatTabs > ul > li.chatTab > a.active {
    background-color: gray;
}