﻿
.popupdiv{
	background-color: #ffffff;
	border: solid 1px #faf4df;
	width: 250px;
	display: block;
}

.popupdiv2{
	background-color: WhiteSmoke;
	border: solid 1px #faf4df;
	width:1030px; 
	height:750px;
	display: block;	
}

.popupdiv2 td
{
    text-align:center;    
}

.popupdiv3
{
    background-color: WhiteSmoke;
	border: solid 1px #faf4df;
	width:400px; 	
	heigth:250px;
	display: block;
}

.popupbg{
	background-color: gray; 
	filter: alpha(opacity=60); 
	opacity: 0.60;
}

.hidelbl{
	display:none;
}

.parameter0{
	font-weight: bold;
	color: #524f50;
	text-align: right;
	width: 190px;
}
.value_cell{
	text-align: left;
	width: 250px;
	white-space:nowrap;
}

.popupHeader
{
	font-weight: bold; 
	height: 20px; 
	background-color: #e3e3e3; 
	color:#de068d
}

.modalPopUpForeGround
{
    position:absolute;
    }
