﻿.posDialogBox 
{
  background-color: #dbe7fd;
  position: absolute;
  display: none;
  top:150px;
  left:150px;
}
.layer {
        position: absolute;
        top: 10px;
        left: 100px;
        width: 220px;
        height: 100px;
        border: 1px solid black;
        background-color: #e4e4e4;
        padding: 10px;
        z-index: 11;
        display: none;
    }
 .iframe {
        position: absolute;
        z-index: 10;
        display: none;
    }
.tbLeft 
{
  background-color: #01529a;
  width: 10px;
}
.tbRight 
{
  background-color: #01529a;
  color:#ffffff;
  width: 16px;
  padding: 08px 4px 3px 0px;
  vertical-align: bottom;
}
.Title 
{
  background-color: #01529a;
  font-size: 10pt;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  padding: 4px 0px 2px 0px;
  cursor:default;
}

.posDialogBoxVeil 
{
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  cursor: "not-allowed";
  background-color: #2e418e;
  filter:alpha(opacity=50);
}

.MainPanel 
{
  background-color: #dbe7fd;
  border-color:#01529a;
  border-bottom: 2px groove;
  border-right: 2px groove;
  border-left: 1px groove;
  border-top: 2px groove;
}
.ContentArea 
{
  margin: 16px;
  font-size: 9pt;
}
.preloadImage
{
	background-image:url("/Images/window_close.gif");
	background-image:url("/Images/warning.gif");	
}