﻿.emailtable {
    width:100%;
    text-align:left;
    background:#CDCDCD;
    font-size:12px;
}
    .emailtable th {
        background:#E6EEEE;
        border:solid 1px #eeeeee;
        padding:4px;
    }
    .emailtable tbody tr {
        cursor:pointer;
    }
    .emailtable tbody tr:hover td{
        background-color:#F4F4F4;
    }
    .emailtable tbody td {
        color:#3d3d3d;
        padding:4px;
        background:#ffffff;
        border:solid 1px #eeeeee;
    }
.emailtable td .emailicon{
    font-size:24px;
}
.emailtable td .emailicon:hover{
    text-decoration:none;
}
.emailtable td .emailicon2{
    font-size:18px;
    color:#019708;
}
.emailtable td .emailicon2:hover{
    text-decoration:none;
    color:#01C00A;
}
.dropdown-menu a{cursor:pointer;}

#loading {
    position:fixed; 
    top:0;
    left:0;
    height:100%;
    width:100%;
    display:none;
    table-layout:fixed;
    background-color:rgba(255,255,255,0.4);
    z-index:3000;
}
    #loading .loadingin {
        z-index: 1000;
        background: url('images/loading.gif') no-repeat;
        width: 43px;
        height: 11px;
        z-index: 400;
        position: fixed;
        top: 50%;
        left: 50%;
    }