/** CONTAINERS **/
#popupMask {
	position: fixed;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #666666;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	border: 5px solid #738EAD;
}
#popupInner {
	background-color: #ffffff;
}

#popupFrame 
{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #738EAD;
	height: 1.3em;
	padding-bottom: 5px;
	border-bottom: 1px solid #8EB9F3;
	border-top: 1px solid #8EB9F3;
	border-left: 1px solid #8EB9F3;
	border-right: 1px solid #8EB9F3;
	border:none; 
	position: relative;
	z-index: 203;
}
#popupTitle 
{
	float:left;
	font-size: 10pt;
	cursor:pointer;
	font-weight: bold;
	color: #FFFFFF;
}


#popupControls {
	float: right;
	cursor: pointer;
}


a[data-popup="true"].image-loading-status {
    background:url(../images/patience.gif) no-repeat center;
    width: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 0;
}


a[data-popup="true"].image-loading-status img {
    width: 0px;
    height: 0px;
}