/* 
    Author     : Kedar
    Description: Created to css defination for mask effect
*/
#mask
{
    cursor:wait;
    position:absolute;
    left:0;
    top:0;
    z-index:8000;
    background-color:#000;
    display:none;
}

#boxes .window {
    position:absolute;
    left:0;
    top:0;
    width:440px;
    height:auto;
    display:none;
    z-index:9000;
    padding:20px;
    background: #fff;
    border:1px solid #000;
}

#boxes #dialog {
    width:640px;
    height:auto;
    padding:10px;
    background-color:#fff;
}

#dialog table
{
    vertical-align: top;
    /* border:none; */
}

#divContacts,#divGroups,#distributionList{
    color: #000000;
    overflow: auto;
}
#divContacts .tbl th{
    background: #245482;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-family: verdana;
    border: 0px solid #245482;
}

