﻿/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 550px;
}

.modalPopupTitle {
    color: white;
    font-weight: bold;
    background-color: #D99D3C;
}

.modalPopupText tr:first-child td {
    color: black;
    font-size: small;
    text-align: left;
    background-color: #ffffdd;
}

/*Popup Control*/
.popupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}
