/** Styles for popups **/

/* Aurora Popups */
.aurora-popup-blockout { background-color: black; }
.aurora-popup {
	background: url('/Resources/HF/Sites/HF/Images/Backgrounds/bg_paper.png') center center no-repeat;
	width: 640px;
	height: 650px;
	overflow: visible !important;
}
.aurora-popup .close {
	background: url('/Platforms/Aurora/Images/UI/PopupClose.png') top left no-repeat;;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 40px;
	text-indent: -999in;
	opacity: 0.5; 
}

.aurora-popup .close:hover { opacity: 1; }

/* Popup - light */
.popup-light { width: 470px; height: 500px; padding: 100px 50px 100px 70px; }

.popup-light .content { overflow: auto; height: 440px; margin: 0px 0px; padding: 0px 20px 0px 0px;  }
.popup-light h1 { font-size: 24px; color: #000; margin: 0px 0px 10px 0px; }
.popup-light h3 { font-size: 16px; margin: 0px 0px 10px 0px; color: #000; }
.popup-light p { color: #333; padding: 0px 0px 10px; }
.popup-light .quote { font-family: Georgia, Arial, sans-serif; font-style: italic; color: #000; }
