DIV.VEGAModal
{
 font-family: MS Sans Serif, Geneva;
 font-size: 10pt;
 position: absolute;
 left: 0px;
 top: 0px;
 height: 100%;
 width: 100%;
 background-color: #FFFFFF;
}
DIV.VEGAModal TABLE
{
 border: 1px solid navy;
 background-color: #FFFFFF;
}
DIV.VEGAModal .Head
{
 padding-left: 4px;
 color: #FFFFFF;
 background-color: navy;
 font-weight: bold;
 text-align: center
}
DIV.VEGAModal .Action
{
 width: 10px;
 color: white;
 background-color: navy;
 font-size: 10pt;
 font-weight: bold;
 cursor: pointer;
}
#VEGAModalSheetTransp
{
 position: absolute;
 left: 0px;
 top: 0px;
 height: 100%;
 width: 100%;
 z-index: 100;
 display: none;
}
