﻿/* popup master */
.popMasterWrapper { padding:10px 20px 20px 20px; }
.popMasterHeader { position: relative; height: 30px; border-bottom: 1px #d4e0e7 solid; margin: 0 0 10px 0; }
.popMasterContent { max-height: 500px; overflow: auto; overflow-x: hidden; }
.popMasterContent .ms-WPBorder { border:none; }
.popMasterClose { position: absolute; top: 0; right: 0; display: block; height: 19px; padding: 6px 0 0 27px; background: url('/design/popClose.png') left no-repeat; font-size: 10px; }
.popMasterClose:hover { text-decoration: none; color: #356b89; }
.popMasterActions { position: absolute; top: 50px; right: 0; }

#lightbox {
	position: absolute;
	top: 0;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	background: #fff;
	z-index: 1001;
	display: none;
}
#lightbox-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}

.ms-pagebreadcrumb { display:none; }
.ms-MenuUIPopupBody { z-index:1000; }
