﻿/********* MODAL SCREENS **************/
#divModalScreen {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: var(--frosted-gray);
    background-color: #dedce4;
    opacity: .5;
}

#divModal {
    position: absolute;
    width: 600px;
    height: 350px;
    background: #FFFFFF;
    z-index: 102;
    left: 225px;
    top: 125px;
    border: 1pt solid #666;
}

#divModalTitle {
    position: relative;
    width: 100%;
    height: 2rem;
    background: #000066;
    text-align: left;
    vertical-align: bottom;
    padding-top: 5px;
}

#divModalTitle span {
    color: #fff;
    margin-left: .5rem;
    margin-top: .5rem;
    font-size: 1rem;
    font-family: "benton-sans-condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#divModalTitle img {
    position: absolute;
    right: 1rem;
    cursor: hand;
}

#divModalBody {
    position: relative;
    width: 100%;
    height: 275px;
    background: #fff;
}

#divModalBody #HelpText {
    float: left;
    width: 200px;
    display: inline;
    padding: 5px;
    xborder: 1pt solid red;
    margin: 10px;
}

#divModalBody H2 {
    xmargin-left: -10px;
    padding: 10px;
}

#divModalBody .titlerow td {
    text-align: left;
}

#divModalBody table {
    text-align: left;
    xfloat: right;
    display: inline;
    margin-right: 10px;
}
