﻿#OuterTableCellOverlayDark {
    background-color: black;
    opacity: .85;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.OuterTableCellOverlayDark {
    background-color: black;
    opacity: .85;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#OuterTableCellOverlay {
    background-color: white;
    opacity: .85;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    z-index: 999999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#InnerTableCellOverlay {
    border: none;
    padding: 10px;
    background-color: white;
    color: black;
    font-weight: bold;
    z-index: 10000;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 50%;
    text-align: center;
}
