﻿DIV.ModalPanelBackGroundPanel
{
  top:0px; 
  left:0px; 
  width:100%; 
  height:100%; 
  position: fixed;  
  background-color:Gray; 
  filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=40); 
  opacity: 0.4;
  display:block;
  z-index: 10000;
}

TABLE.ModalPanelMainTable
{
  top:0px; 
  left:0px; 
  width:100%; 
  height:100%; 
  position: absolute;
  display:table;
  z-index: 10000;
}

IMG.ModalLoadingImage
{
  width: 24px;
  height: 24px;
}

TD.ModalLoadingImageCell
{
  padding-right: 5px;
}

TD.ModalLoadingTextCell
{
  color:#01117E;
  font-family: Arial;
  font-size: 14px;
  font-weight:bolder;
}

TABLE.ModalRetryTable
{
  cursor: hand;
  cursor:pointer;
}

TD.ModalRetryTextCell
{
  color:#01117E;
  font-family: Arial;
  font-size: 14px;
  font-weight:bolder;
  text-decoration: underline;
}

TABLE.ModalMessageBoxTable
{
  width:10px; 
}

TD.ModalMessageBoxCell
{
  width:100%; 
  height:100%; 
  padding:5px;
  text-align: center;
}

TABLE.ModalMessageTable
{
  width:100%;
  border:solid 1px #000000; 
  background-color:#FFFFFF; 
  text-align: left; 
  margin-bottom: 5px;
}

IMG.ModalMessageIcon
{
  width: 32px;
  height: 32px;
}

DIV.ModalMessageTextDiv
{
  width:458px; 
  height: 90px;
  padding: 5px;
  overflow:auto; 
  text-align: left;
  font-family:Verdana;
  font-size:11px;  
}

DIV.ModalConfirmTextDiv
{
  width:270px; 
  height: 70px;
  padding: 5px;
  overflow:auto; 
  text-align: left;
  font-family:Verdana;
  font-size:11px;  
}

DIV.ModalMessageDetailsDiv
{
  width:500px; 
  height: 220px;
  overflow:auto; 
  padding:5px;  
  border: solid 1px black;
  background-color: #FFFFFF;
  text-align:left;
  font-family:Verdana;
  font-size:11px;  
  letter-spacing:normal;
}

INPUT.ModalMessageBoxCloseButton
{  
  width:120px; 
  height: 22px; 
  padding: 0px;
  text-align: center;
}
