﻿.communicationTray {
    position: fixed;
    top: 0;
    right: 20px;
    width: 300px;
    min-height: 150px;
    border: 1px solid #000;
    padding: 10px;
    color: #333;
    font-size: 13px;
    background-color: #fff;
    z-index: 1000;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-image: url("/Assets/plugins/dw_tooltips/images/close.gif");
    background-repeat: no-repeat;
    background-position: 94% 6%;
    cursor: pointer;
}
.communicationTray .communicationTitle {
    font-weight: bold;
}
.communicationTray .communicationMessage {
    
}
.communicationTab {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 55px;
    width: 25px;
    height: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: url("/assets/app_management/images/mail.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}