.chat-bar-container {
    width: 90%;
    position: fixed; 
    bottom: 0;
    left: 5%;
    z-index: 150;
    text-align: center;
    font-size: 12px;
    direction: rtl;
}
* html .chat-bar-container {
    position: absolute;
    width: 90%; /*IE5.5*/
    bottom: 0;
    left: 5%;
    z-index: 150;
    top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(-1)+(documentElement.clientHeight-(this.clientHeight)) : document.body.scrollTop +(-1)+(document.body.clientHeight-(this.clientHeight)));
    text-align: center;
}
.chat-bar-wrapper {
    position: relative; 
    height: 32px; 
    overflow: visible
}
.chat-bar-shadow-top {
    height: 5px; 
    background: transparent url('/images/chat/new/shadow_t.png') repeat-x; 
    position: relative; 
    margin-top: -5px
}
.chat-bar-shadow-top-left {
    position: absolute; 
    top: 0px; 
    left: -7px; 
    width: 7px; 
    height: 8px; 
    display: block; 
    z-index: 2; 
    background: transparent url('/images/chat/new/shadow_tl.png') no-repeat;
}
.chat-bar-shadow-top-right {
    position: absolute; 
    top: 0px; 
    right: -7px; 
    width: 7px; 
    height: 8px; 
    display: block; 
    z-index: 2; 
    background: transparent url('/images/chat/new/shadow_tr.png') no-repeat;
}
.chat-bar {
    position: relative; 
    border: 1px solid #429acc; 
    border-bottom: 0; 
    height: 31px; 
    background: #d9edf7 url('/images/chat/new/bar_bg.jpg') repeat-x; 
    right: -2px
}
.chat-bar-shadow-left {
    position: absolute; 
    top: 2px; 
    left: -10px; 
    width: 5px; 
    height: 29px; 
    display: block; 
    z-index: 2; 
    background: transparent url('/images/chat/new/shadow_l.png') repeat-y
}
.chat-bar-shadow-right {
    position: absolute; 
    top: 2px; 
    right: -6px; 
    width: 5px; 
    height: 29px; 
    display: block; 
    z-index: 2; 
    background: transparent url('/images/chat/new/shadow_r.png') repeat-y
}
.chat-bar-users-button {
    position: relative; 
    margin-top: -1px; 
    margin-left: -5px; 
    width: 220px; 
    display: block; 
    border: 1px solid #a83e00; 
    height: 31px; 
    float: left; 
    border-bottom: 0; 
    background: #ff7f26 url('/images/chat/new/users_bar_bg.jpg') repeat-x;
    text-decoration: none;
    cursor: pointer
}
.chat-bar-users-button:hover {
    background: #ff7f26;
    text-decoration: none;
}
.chat-bar-users-container {
    position: relative; 
    padding: 8px 6px
}
.chat-yalla-caption {
    color: #FFF; 
    font-weight: bold; 
    float: left
}
.chat-yalla-caption-chat {
    color: #0C3262
}
.chat-online-users-caption {
    color: #FFF; 
    font-size: 12px; 
    font-weight: bold; 
    float: right
}
.chat-online-users-caption span {
    font-size: 11px
}
.chat-calculator-button {
    float: left;
    width: 16px;
    height: 16px;
    background: transparent url('http://www.yalla.co.il/images/chat/calculator.png') no-repeat 4px 2px;
    padding: 2px;
    margin-top: 6px;
    margin-left: 2px;
    display: block;
}
.chat-calculator-button:hover {
    background-color: #FFF
}
.chat-statistics-button {
    float: left;
    width: 16px;
    height: 16px;
    background: transparent url('http://p1.yalla.co.il/icons_set/chart_curve.png') no-repeat 4px 2px;
    padding: 2px;
    margin-top: 6px;
    margin-left: 2px;
    display: block;
}
.chat-statistics-button:hover {
    background-color: #FFF
}
.chat-homepage-button {
    float: left;
    width: 16px;
    height: 16px;
    background: transparent url('http://p1.yalla.co.il/icons_set/house.png') no-repeat 4px 2px;
    padding: 2px;
    margin-top: 6px;
    margin-left: 2px;
    display: block;
}
.chat-homepage-button:hover {
    background-color: #FFF
}
.chat-bar-windows {
    position: relative;
    float: left;
    height: 100%;
}
.chat-scroll-left {
    float: left;
    margin-left: 2px;
    background-color: #FFF;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    color: #000;
    font-size: 9px;
    width: 20px;
    height: 100%;
    display: none;
    cursor: pointer;
}
.chat-scroll-right {
    float: left;
    margin-left: 2px;
    background-color: #FFF;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    color: #000;
    font-size: 9px;
    width: 20px;
    height: 100%;
    display: none;
    cursor: pointer;
}
.chat-users-list {
    width: 220px;
    bottom: 32px;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #6fa8d9;
    border-bottom: 0px;
    left: -5px;
    display: none;
    text-align: right;
    z-index: 3;
    overflow: auto;
}
.chat-window {
    float: left; 
    margin-left: 4px; 
    width: 220px; 
    height: 100%; 
    border-right: 1px solid #6fa8d9; 
    border-left: 1px solid #6fa8d9; 
    position: relative;
}
.chat-window-container {
    position: absolute; 
    bottom: 0px; 
    width: 100%; 
    background-color: #FFF; 
    left: -1px; 
    border: 1px solid #5084bc; 
    border-bottom: 0px;
}
.chat-window-bar {
    height: 30px; 
    border-bottom: 1px solid #5084bc; 
    background: #90bef0 url('http://www.yalla.co.il/images/chat/new/message_bg.jpg') repeat-x; 
    width: 100%; 
    color: #1d3b5b;
    cursor: pointer;
    text-align: right;
}
.chat-window-bar-highlight {
    height: 30px; 
    border-bottom: 1px solid #5084bc; 
    background: #90bef0 url('http://www.yalla.co.il/images/chat/new/message_bg_highlight.jpg') repeat-x; 
    width: 100%; 
    color: #1d3b5b;
    cursor: pointer;
}
.chat-window-content {
    height: 276px; 
    background-color: #FFF; 
    width: 100%; 
    direction: rtl; 
    text-align: right;
    display: none;
    overflow: hidden;
}
.chat-window-text {
    width: 100%; 
    background-color: #FFF; 
    overflow: auto; 
    height: 245px;
    padding: 0px 2px;
}
.chat-window-seperator {
    width: 100%; 
    height: 1px; 
    overflow: hidden; 
    font-size: 1px; 
    background-color: #b5ceeb;
}
.chat-small-button {
    float: left; 
    font-size: 9px; 
    padding: 2px 4px;
    color: #1d3b5b; 
    margin-top: 6px; 
    margin-left: 3px;
    text-align: center;
    cursor: pointer;
}
.chat-window-input {
    width: 100%;
    height: 31px;
    background-color: #FFF;
    overflow: hidden;
}
.chatsprite {
    background-image: url('http://p1.yalla.co.il/m/chatsprite.png');
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}
.email {
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
}
.flag_red {
    background-position: -16px 0px;
    width: 16px;
    height: 16px;
}
.flag_green {
    background-position: -32px 0px;
    width: 16px;
    height: 16px;
}
.flag_yellow {
    background-position: -48px 0px;
    width: 16px;
    height: 16px;
}
.bullet_green {
    background-position: -64px 0px;
    width: 16px;
    height: 16px;
}
.bullet_orange {
    background-position: -80px 0px;
    width: 16px;
    height: 16px;
}
.bullet_black {
    background-position: -96px 0px;
    width: 16px;
    height: 16px;
}
.calculator {
    z-index: 200; 
    position: absolute !important; 
    top: 100px; 
    left: 50%; 
    width: 300px; 
    text-align: center; 
    background-color: #FFF; 
    border: 3px solid #6FA8D9; 
    font-size: 12px; 
    color: #000; 
    font-family: arial;
}

.calculator-bar {
    position: relative; 
    font-size: 12px; 
    font-weight: bold; 
    color: #094d94; 
    border-bottom: 1px solid #6FA8D9; 
    padding: 5px; 
    cursor: move;
    text-align: center; 
}

.calculator-bar div {
    position: absolute; 
    top: 0px; 
    left: 5px; 
    color: #094d94; 
    font-size: 18px; 
    cursor: pointer;
    text-align: center; 
}

.calculator-bar span {
    color: #FF7200
}

.calculator-button {
    font-size: 18px; 
    font-weight: bold;
    text-align: center;
}

.calculator-button span {
    text-align: center;
}

#calculator-text {
    direction: ltr; 
    text-align: left; 
    width: 280px; 
    padding: 3px; 
    font-size: 22px; 
    font-weight: bold; 
    color: #000; 
    font-family: arial;
    background-color: #ebf5fd;
    border: 1px solid #6fa8d9
}

.calculator-table tbody tr td {
    padding: 5px;
    text-align: center;
}