/* Popup */

.popup {
	border: 1px solid #3d3d3d;
	position: absolute;
	background-color: white;
	z-index: 10;
}

.popup .popuptitle {
	font-size: 13pt;
	font-weight: bold;
	padding-right: 25px;
	white-space: nowrap;
	overflow: hidden;
	color: white;
	background-color: #3d3d3d;
	border-bottom: 5px solid #585858;
	height: 25px;
	line-height: 25px;
	padding-left: 2px;
}

.popup .popupx {
	background-image: url(../images/layouts/exp/X.gif);
	width: 21px;
	height: 21px;
	cursor: pointer;
	position: absolute;
	top: 2px;
	right: 2px;
}

.popup .popupcontent {
	padding: 10px 5px;
}

.popupdiv {
	padding: 2px;
	margin-bottom: 3px;
}

.hider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #555;
	filter: alpha(opacity=85);
	opacity: 0.85;
	z-index: 4	
}