﻿.modalBackground {
background-color:Gray;
filter:alpha(opacity=60);
opacity:0.6;

}
.modalPopup
{
    border: 1px solid #0066FF;
    background-color: #FFF;
    padding: 0px;
    width: 500px;
    height: 400px;
    vertical-align: middle;
}
.AlertOkButton
{
text-align:center;
}
.AlertTable
{
width:100%;
height:100%;
border-spacing:0px;
margin-left:0px;
margin-right:0px;
padding:0px;
}
.AlertRow
{
padding:2px;
}
.AlertTitle
{
    background-image: url('../includes/Office2003BlueBG.png');
    background-repeat: repeat-x;
    background-color: #0066FF;
    color: White;
    font-weight: bold;
    width: 100%;
    height: 21px;
    max-height: 21px;
}
.AlertRow
{
padding:2px;
}
.AlertTextMessage
{
width:450px;
height:300px;
color:Black;
background-color:#FFF;
padding:0px;
border-spacing:0px;
margin-left:20px;
margin-top:20px;
}
.AlertNullButton
{
visibility:hidden;
}
