#lightBox{
	display:none;
	position: absolute;
	z-index:9999;
}

#overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: ButtonFace;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
}


/* SEND EMAIL ********************************************************************************************* */
/*
.POPUP_SHOW{
	position:  absolute;
	visibility: visible;
	display: block;	
}

.POPUP_HIDE{
	position: absolute;
	visibility: hidden;
	display: none;	
}
*/
.POPUP_TABLE{
	background-color: ThreedFace;
	width: 700px;	
	height: 100%;
	border-bottom-color: #66697F;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #66697F;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: #66697F;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #66697F;
	border-top-style: solid;
	border-top-width: 1px;
}

.POPUP_TABLE_HEADER{
	background-color: #5984C9; /* #446CB1; #6981A5; ThreedFace; */
	height: 25px;
}

.POPUP_TABLE_HEADER_TEXT{
	font: bold 16px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	color: #FFFFFF;
}

.POPUP_TABLE_TEXT{
	font: normal 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	color: #66697F;
}

.POPUP_TABLE_DATA{
	font: normal 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	color: #66697F;
}

.POPUP_TABLE_BUTTON{
	cursor: default;	
}

.POPUP_TABLE_BUTTON_OVER{
	cursor: pointer;
}

.HIDDEN_BODY{
	background-color: Gray;
}
/* SEND EMAIL ********************************************************************************************* */
