﻿.ModalPopupBackground
{
	background-color: #5F5F5F;
	opacity: .9;
	filter: alpha(opacity=90);
	
	
}
.ModalPopupPanel
{
	background-color: #FFFFFF;
	border: 8px solid #5EACE4;
	padding-left: 20px;
	width: 500px;
	height: 250px;
	overflow: auto;
	position: relative;
	
}

.ModalPopupPanel .linkclose, .ModalPopupPanel .linkclose:visited
{
	font-size: 18px;
	background: transparent;
	color: #999999;
	background: url(          '../BW/images/iconclose.png' );
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 34px;
	position: fixed;
	right: 110px;
	z-index: 400;
	top: 45px;
}
.ModalPopupPanel .linkprint
{
	font-size: 18px;
	background: transparent;
	color: #999999;
	position: absolute;
	left: 0px;
	top: 0px;
	
}
.ModalPopupPanel .linkclose:hover , .ModalPopupPanel .linkprint:hover
{
	color: #CC3300;
}

.ModalPopupPanel a.lnkbtn,.ModalPopupPanel a.lnkbtn:visited
{
	border: 1px solid #3366FF;
	padding: 2px;
	margin:4px;
}
.ModalPopupPanel a.lnkbtn:hover
{
	border: 1px solid #3366FF;
	padding: 2px;
	margin: 4px;
	background-color: #9DB6FF;
}


span.attach
{
	background: transparent;
	background: url(   '../../images/attach.gif' );
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
	color: #808080;
}


/*Textbox Watermark*/
.unwatermarked {
	border: 1px solid #2875AE;
}

.watermarked
{
	border: 1px solid #2875AE;
	background-color: #BAD9EF;
	color: gray;
	font-size: 120%;
}

.Errormsg
{
	text-align: center;
	margin: 50px;
	color:Red;
	font-size:120%;
	font-weight:bold;
}	


.divGrid
{
}
.divGrid table tr td
{
	border: 1px solid red;
    font-weight:bold;
   
}
	div.progressBackground
{
	background-color: #FFC7B7;
	opacity: .9;
	filter: alpha(opacity=90);
	
}
div.progress
{
	background-color: #FFFFFF;
	border: 8px solid #FF734A;
	padding-left: 20px;
	width: 400px;
	height: 200px;
	overflow: auto;
	position: relative;
	
}
div.WaitPanel
{
	background-color: silver;
	opacity: .7;
	filter: alpha(opacity=70);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding-top: 10%;
	padding-left: 40%;
	z-index: 10000;
	margin: auto;
}
 .Bbox
{
	border: 0px solid #000000;
	width: 125px;
	height: 80px;	
}
.WaitPanel #wait
{
	background-position: center top;
	border: 0px solid #FF3300;
	background: url(                '../T2/img/spinner_grey.gif' );
	background-repeat: no-repeat;
	width: 110px;
	height: 110px;
	font-weight: bold;
	
}