﻿    .pnlBG
    {
	    z-index:2000;	
	    position:fixed;
	    overflow:hidden; 
	    top:0px;  
        left:0px;
        bottom:0px;
        right:0px;
        width:100%;
        height:100%;
	    background-color:#727491;
	    filter : alpha(opacity=50);
	    opacity : 0.5;
	    -moz-filter : alpha(opacity=.5);
	    -moz-opacity:.50;
    }

    .pnlBG_absolute
    {
	    z-index:2000;	
	    position:absolute;
	    overflow:hidden; 
	    top:0px;  
        left:0px;
        bottom:0px;
        right:0px;
        width:100%;
        height:100%;
	    background-color:#727491;
	    filter : alpha(opacity=50);
	    opacity : 0.5;
	    -moz-filter : alpha(opacity=.5);
	    -moz-opacity:.50;
    }
    .messagePanelCenterCell
    {
	    background-image : url(../images/msgbg_trans.gif);
	    width : 500px;
	    height : 300px;
	    border : solid 1px blue;
	    background-position : center;
	    background-repeat : no-repeat;
	    padding : 20px 20px 20px 20px;
	    background-color : White;
    }

    .messagePanelTableDiv
    {
	    position:fixed;
	    z-index : 2100;
	    margin-left : auto;
	    margin-right : auto;
	    width : 100%;
    }
    
        .pnlBG
{
	z-index:2000;	
	position:fixed;
	overflow:hidden; 
	top:0px;  
    left:0px;
    bottom:0px;
    right:0px;
    width:100%;
    height:100%;
	background-color:#727491;
	filter : alpha(opacity=50);
	opacity : 0.5;
	-moz-filter : alpha(opacity=.5);
	-moz-opacity:.50;
}

.attrPanel
{
    z-index:2001;
    left:auto;
    top:auto;
    position:absolute;
    background-color:White;
    border:solid 1px black;
}
.attrPanelTableDiv
{
	position:relative;
	z-index : 2100;
	margin-left : auto;
	margin-right : auto;
	width : 100%;
	height : 100%;
	background-color:White;
	border : solid 1px Black;
	padding : 5px 5px 5px 5px;
}