#popBackground,
#popBackground_ajax {
	position:			absolute;
	top:				0;
	left:				0;
	z-index:			1001;
	width:				100%;
	height:				100%;
	filter:				alpha(opacity=50);
	-moz-opacity:		0.50;
	opacity:			0.50;
	display:			none;
	background-color:	#FFFFFF;
}
#popWindow,
#popWindow_ajax {
	position:			fixed;
	_position:			absolute;
	top:				0px;
	left:				0px;
	z-index:			2001;
	display:			none;
	padding:			0px;
	margin:				0px;
}
#popClose {
	float:				right;
	cursor:				pointer;
	cursor:				hand;
}
#popButtonClose {
	background:			url(../Images/icon.Close.gif) no-repeat 50% 50%;
	border:				1px solid #FFFFFF;
	width:				16px;
	height:				16px;
}
#popControls,
#popControls_ajax {
	height:				30px;
	text-align:			center;
	vertical-align:		middle;
}

#popControls_ajax {
	display: none;
}
#popPropsTable {
	width:				100%;
}
#popPropsTable td {
	padding:			3px;
}

#popErrorPicture {
	background:			url(../Images/icon-32-error.gif) no-repeat 5px 5px;
	width:				56px;
	height:				56px;
	float:				left;
}

.popErrorText {
	padding-top:		10px;
}

#popAdvicePicture {
	background:			url(../Images/icon-32-done.gif) no-repeat 5px 5px;
	width:				56px;
	height:				56px;
	float:				left;
}

.popAdviceText {
	padding-top:		10px;
}

.popAjaxPicture {
	background:			url(../Images/loading_big.gif) no-repeat 5px 5px;
	width:				56px;
	height:				56px;
	float:				left;
}


#popContent,
#popContent_ajax {
	overflow:			auto;
}