#noovea-chat {
    position: fixed;
    height: 330px;
    width: 822px;
    bottom: 0;
    right: 0;
    z-index: 20;
}

.noovea-chat-hide {
    display: none;
}

.noovea-chat-out {
    position: absolute;
    bottom: -500px;
    visibility: hidden;
}

#noovea-chat-webcams {
    width: 320px;
    height: 330px;
    position: absolute;
}

#noovea-chat-talks {
    width: 300px;
    height: 330px;
    position: absolute;
    margin-left: 320px;
}

#noovea-chat-contacts {
    width: 200px;
    height: 330px;
    position: absolute;
    margin-left: 620px;
}


#noovea-chat-webcams div.chat-webcam-view {
    position: absolute;
    width: 320px;
    height: 300px;
    background-color: black;
}
#noovea-chat-webcams div.chat-webcam-view div.noovea-chat-webcam-view-me {
    background-color: red;
}
#noovea-chat-webcams div.chat-webcam-view div.noovea-chat-webcam-view-all {
    background-color: blue;
}


#noovea-chat-webcams div.chat-webcam-view * {
    position: absolute;
    width: 320px;
    height: 300px;
}

#noovea-chat-webcams div.chat-webcam-actions {
    position: absolute;
    bottom: 0;
    width: 320px;
    height: 30px;
    background-color: #E3004F;
    z-index: 2;

}

#noovea-chat-webcams div.chat-webcam-actions a.chat-webcam-audio {
    float: left;
    height: 30px;
    width: 35px;
    background: url('../images/noovea-chat-audio.png') no-repeat center center;
    margin-left: 5px;
}

#noovea-chat-webcams div.chat-webcam-actions a.chat-webcam-audio.chat-mute {
    background: url('../images/noovea-chat-audio-mute.png') no-repeat center center;
}

#noovea-chat-webcams div.chat-webcam-actions a.chat-webcam-stop {
    float: left;
    height: 30px;
    width: 35px;
    background: url('../images/noovea-chat-stop.png') no-repeat center center;
}

#noovea-chat-webcams div.chat-webcam-actions div.chat-webcams-list {
    float: right;
}

#noovea-chat-webcams div.chat-webcam-actions div.chat-webcams-list img {
    float: left;
    height: 30px;
    border-right: 1px solid #D00000;
}



#noovea-chat-talks div.chat-talk {
    top: 0;
    left: 0;
}

#noovea-chat-talks div.chat-talk-header {
    background-color: #666;
    background: linear-gradient(to bottom, #888, #444);
    height: 45px;
    width: 300px;
}

#noovea-chat-talks div.chat-talk-header img.chat-talk-contact-photo {
    position: absolute;
    margin-left: 1px;
    height: 50px;
}

#noovea-chat-talks div.chat-talk-header span {
    position: absolute;
    font-family: Verdana, Arial;
    font-size: 11px;
    margin-left: 55px;
}

#noovea-chat-talks div.chat-talk-header span.chat-talk-contact-name {
    font-weight: bold;
    font-size: 13px;
}

#noovea-chat-talks div.chat-talk-header span.chat-talk-contact-age {
    margin-top: 15px;
}

#noovea-chat-talks div.chat-talk-header span.chat-talk-contact-city {
    margin-top: 27px;
    color: white;
}

#noovea-chat-talks div.chat-talk-header span.chat-talk-contact-online,
#noovea-chat-talks div.chat-talk-header span.chat-talk-contact-offline {
    margin-left: 170px;
    color: white;
    font-weight: bold;
    white-space: nowrap;
}
#noovea-chat-talks div.chat-talk-header span.chat-talk-contact-offline {
    color: #F00;
    display: none;
}
#noovea-chat-talks div.chat-talk.chat-contact-offline span.chat-talk-contact-offline {
    display: inline;
}
#noovea-chat-talks div.chat-talk.chat-contact-offline span.chat-talk-contact-online {
    display: none;
}

#noovea-chat-talks div.chat-talk-view {
    position: absolute;
    background-color: white;
    width: 300px;
    height: 220px;
    overflow-x: visible;
    overflow-y: scroll;
    border-left: 1px solid #CCC;
}

#noovea-chat-talks div.chat-talk div.chat-talk-view p {
    font-family: Verdana, Arial;
    font-size: 12px;
    margin: 0;
    padding: 2px;
}

#noovea-chat-talks p.chat-message span.chat-message-from {
    font-style: italic;
    font-size: 11px;
    color: #444;
}

#noovea-chat-talks p.chat-message-sent span.chat-message-from {
    font-style: italic;
    font-size: 11px;
    color: #888;
}
#noovea-chat-talks p.chat-message-system span.chat-message-content {
    font-style: bold;
    font-size: 12px;
    color: #88F;
    padding-left: 5px;
}
#noovea-chat-talks p.chat-message span.chat-message-content {
    color: #444;
}
#noovea-chat-talks p.chat-message-sent span.chat-message-content {
    color: #888;
}

#noovea-chat-talks div.chat-talk-write {
    position: absolute;
    margin-top: 220px;
    width: 298px;
    height: 34px;
    border: 1px solid #444;
    background: white url('../images/noovea-chat-deco-write.png') no-repeat 5px 5px;
}

#noovea-chat-talks div.chat-talk-write input.chat-talk-write-input {
    margin-left: 40px;
    width: 250px;
    height: 30px;
    padding: 0;
    border: none;
}


#noovea-chat-talks div.chat-talk-actions {
    position: absolute;
    bottom: 0;
    width: 300px;
    height: 30px;
    z-index: 2;
    background-color: #E3004F;
}

#noovea-chat-talks div.chat-talk-actions a {
    float: left;
    height: 30px;
    width: 35px;
}

#noovea-chat-talks div.chat-talk-actions a.chat-talk-action-smileys {
    background: url('../images/noovea-chat-smileys.png') no-repeat center center;
    margin-left: 25px;
}

#noovea-chat-talks div.chat-talk-actions a.chat-talk-action-add {
    background: url('../images/noovea-chat-add.png') no-repeat center center;
}

#noovea-chat-talks div.chat-talk-actions a.chat-talk-action-ask-webcam {
    background: url('../images/noovea-chat-ask-webcam.png') no-repeat center center;
}

#noovea-chat-talks div.chat-talk-actions a.chat-talk-action-send {
    background-color: white;
    background: linear-gradient(to right, #FFF, #EEE);
    border: 1px solid #AAA;
    width: 100px;
    height: 20px;
    margin-top: 4px;
    margin-left: 50px;
    text-align: center;
    color: #444;
    text-decoration: none;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
}


#noovea-chat-contacts {
    top: 0;
    left: 0;
}

#noovea-chat-contacts div.chat-contacts-header {
    background-color: #AAA;
    background: linear-gradient(to bottom, #FFF, #777);
    height: 45px;
    width: 200px;
}

#noovea-chat-contacts span.chat-contacts-title-talks,
#noovea-chat-contacts span.chat-contacts-nb-talks {
    position: absolute;
    font-family: Verdana, Arial;
    font-size: 11px;
    margin-top: 10px;
    margin-left: 15px;
    font-weight: bold;
}

#noovea-chat-contacts span.chat-contacts-nb-talks {
    color: #E3004F;
    margin-top: 10px;
    margin-left: 155px;
}

#noovea-chat-contacts #noovea-chat-close {
    display: block;
    margin-left: 189px;
    width: 11px;
    height: 11px;
    background: url('../images/noovea-chat-close.png') no-repeat;
}

#noovea-chat-contacts div.chat-contacts-view {
    background-color: white;
    height: 255px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#noovea-chat-contacts div.chat-contacts-view a.chat-contact {
    position: relative;
    float: left;
    clear: both;
    background-color: #FEE;
    height: 50px;
    width: 200px;
    border: 1px solid #FEE;
}
#noovea-chat-contacts div.chat-contacts-view a.chat-contact:hover {
    border: 1px solid #FEE;
    background-color: #EAA;
}
#noovea-chat-contacts div.chat-contacts-view a.chat-contact.chat-contact-offline {
    background-color: #CCC;
    border: 1px solid #CCC;
}
#noovea-chat-contacts div.chat-contacts-view a.chat-contact.chat-contact-offline:hover {
    border: 1px solid #444;
    background-color: #AAA;
}
#noovea-chat-contacts div.chat-contacts-view a.chat-contact.chat-selected span.chat-contact-name {
    color: #E3004F;
}

#noovea-chat-contacts div.chat-contacts-view a.chat-contact.chat-unread span.chat-contact-name {
    font-weight: bold;
}

#noovea-chat-contacts div.chat-contacts-view a.chat-contact img.chat-contact-photo {
    margin-left: 5px;
    height: 50px;
}

#noovea-chat-contacts div.chat-contacts-view a.chat-contact span.chat-contact-name {
    position: absolute;
    margin-left: 10px;
    margin-top: 15px;
    color: #444;
    font-family: Verdana, Arial;
}

#noovea-chat-contacts div.chat-contacts-footer {
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 30px;
    background-color: #E3004F;
}

#noovea-chat.noovea-chat-out #noovea-chat-contacts div.chat-contacts-footer {
    visibility: visible;
    background: #E3004F url('../images/noovea-chat-deco-talks.png') no-repeat 10px 2px;
}


#noovea-chat-contacts #noovea-chat-open {
    position: absolute;
    display: block;
    width: 200px;
    height: 30px;
    text-decoration: none;
}

#noovea-chat-contacts #noovea-chat-open.chat-unread-messages {
    text-decoration: blink;
}

#noovea-chat-contacts div.chat-contacts-footer span.chat-contacts-title-unread,
#noovea-chat-contacts div.chat-contacts-footer span.chat-contacts-nb-unread {
    font-family: Verdana, Arial;
    font-size: 10px;
    color: white;
    font-weight: bold;
}

#noovea-chat-contacts div.chat-contacts-footer span.chat-contacts-title-unread {
    margin-left: 23px;
    padding-left: 23px;
}

#noovea-chat-smileys {
    position: absolute;
    margin-top: 28px;
    margin-left: 28px;
    width: 26px;
    height: 280px;
    z-index: 2;
    padding-left: 5px;
    padding-top: 5px;
    border: 1px solid #888;
    background-color: #E3004F;
}