﻿/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.chkDelete
{
	border-style:none;
}
.modalPopup 
{
	background-color:#EDF2F8;
	margin-left:15px;
	width:400px;

	border-top: solid thick #7F97AF;
	border-left: solid thick #7F97AF;
	border-bottom: solid thick #405177;
	border-right: solid thick #405177;
}
.modalPopupHeader
{
	font-size:10pt;
	background-color:#405177;
	color: #FFFFFF;
	font-weight:bold;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:15px;	
}
.clsModalPopupHeaderPanel
{
	cursor:move;
	background-color:#405177;
	color: #FFFFFF;
	font-weight:bold;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:15px;	
}
.clsHideLink
{
	display:none;	
}