#noovea-chat {
    opacity: 0.8;
}


#noovea-chat-webcams div.chat-webcam-actions,
#noovea-chat-talks div.chat-talk-actions,
#noovea-chat-contacts div.chat-contacts-footer,
#noovea-chat-smileys,
#noovea-chat.noovea-chat-out #noovea-chat-contacts div.chat-contacts-footer {
    background-color: #227722;
}

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

#noovea-chat-talks div.chat-talk-header span.chat-talk-contact-offline {
    color: #F00;
}

#noovea-chat-talks div.chat-talk-view {
    background-color: white;
}

#noovea-chat-talks p.chat-message-system span.chat-message-content {
    color: #88F;
}


#noovea-chat-contacts span.chat-contacts-nb-talks,
#noovea-chat-contacts div.chat-contacts-view a.chat-contact.chat-selected span.chat-contact-name {
    color: #227722;
}


#noovea-chat-contacts div.chat-contacts-view a.chat-contact {
    background-color: #EFE;
}


#noovea-chat-contacts div.chat-contacts-view a.chat-contact:hover {
    border: 1px solid #EFE;
    background-color: #AEA;
}


#noovea-chat-webcams div.chat-webcam-actions div.chat-webcams-list img {
    border-right: 1px solid #444;
}