﻿.ModalBackground
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}


.PopupContainer
{
	background-color:#EDF3F8;
}

.PopupBorder
{
    width:100%;
    border:1px solid black;
}
.PopupHeader
{
    width: 100%;
    margin-bottom: 2px;
    background-color: Navy;
    color: White;
    border-bottom: 1px solid black;
    font-weight: bold;
}
.PopupTitle
{
    position: absolute;
    padding-top: 2px;
    float: left;
}
.popupClose
{
    float:right;
    padding-top:2px;
}
.PopupBody
{
    width:100%;
    margin:4px 4px 4px 4px;
}
.PopupCloseButton
{
    border-right:1px solid black;
    border-bottom:1px solid black;
    border-top:1px solid #D0D0D0;
    border-left:1px solid #D0D0D0;
}
