﻿.modalcontent {
    display: inline;
    text-align: left;
    z-index: 999;
}

.modalframe {
    background-color: white;
    border: solid;
    border-width: 1px;
    overflow-y:hidden;
    padding-left: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 20px;
    z-index: 99999999;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.modalframeBackground {
    background-color: rgba(0, 0, 0, 0.12);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 2000;
    top: 0;
    left: 0;
} 

#innertable {
    border-collapse: collapse;
    border-style: hidden;
    border-color: transparent;
}

#topdiv {
    position:relative;
    padding-left:20px;
    background-color: white;
    padding-top:10px;
    top: 21px;
    z-index: 99;
}

#gridDiv{
    margin-top: 30px; padding-left:20px;
    overflow-y:hidden;
}