a.button {
    font-size:13px;
    cursor: pointer;
    text-transform:uppercase;
    border:1px solid #cccccc; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:7px 10px; 
    text-decoration:none; 
    display:inline-block;
    font-weight:bold; 
    color: #505050;
    margin:0 3px;
    background-color: #ffffff; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
    background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
    background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
    background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
    background-image: -o-linear-gradient(top, #ffffff, #dddddd);
    background-image: linear-gradient(to bottom, #ffffff, #dddddd);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#dddddd);
}

a.button:hover {
    color:#292929;
    background-color: #eeeeee; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(to bottom, #eeeeee, #ccc);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eeeeee, endColorstr=#cccccc);
}

div.overlay {
    display:none;
    position: fixed;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    background-image:url(overlay.png);
    z-index: 99999;
}

div.overlayBox {
    width: 360px;
    height: 300px;
    margin: 100px auto;
    border: 1px solid #ddd;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    padding: 20px !important;
    text-align: left;
    background: #eee;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

a.popup_close {
    color:#666;
    line-height:100%;
    font-size:90%;
    margin: 6px 6px 10px 10px;
    display:block;
    float:right;
    border:1px solid #bbb;
    text-decoration:none;
    padding:5px;
    font-weight:normal;
}

a.popup_close:hover {
    color:#333;
    background-color:#ddd;
    text-decoration:none;
}

.SubmissionsMain table.Report th {
    padding:5px;
    text-align:left;
    border:0;
}
