﻿.clsPopup 
{
	position: absolute;
	top: 1px;
	left: 1px;
	display: none;
	padding: 0 0 0 0;
	background-color: White;
	border-right: buttonface 2px outset;
	border-top: buttonface 1px outset;
	border-left: buttonface 2px outset;
	border-bottom: buttonface 2px outset;
	filter: revealTrans(DURATION=0.5, TRANSITION=5);
	visibility: hidden;
}
.clsPopupMask
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-moz-opacity:0.4;
	filter: alpha(opacity=20);
	background-color:transparent;
	background-color:#333333;
	background-image:none;
	background-repeat: repeat;
	display:none;
}
.clsPopupHeader
{
	font-size: 9pt;
	font-family: Arial;
	color: white;
	background-color:transparent !important;
	
}
.clsPopupTitle
{
	font-size: 8pt;
	font-family: Arial;
	font-weight:bold;
	color: white;
	background-color: transparent !important;
	padding: 2 2 3 2;
	
}
.clsPopupTitleClear
{
	background-color:white  !important;
	
	
	
}