﻿.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #000000;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    font-weight: bold;
    /*position:absolute !important;    top:50px !important;*/
}

.customCalloutStyle div, .customCalloutStyle td
{
    border: solid 1px White;
    background-color: black;
}

