﻿.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.white_content {
	display: none;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 5%;
	left: 5%;
	width: 750px;
	height: 580px;
	padding: 0px;
	border: 2px #0099FF solid;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

#iframe, #iframeBody {
   float: left;
   width: 750px;
   height: 550px;

	
}

#close{
   border-top: 1px #0099FF solid;
   float: left;
   padding-left: 10px;
   padding-top: 10px;	
   	width: 740px;
}

#iframeBody {
    background-color: #E3ECF1; 
	background-position: top left;
	margin: 0;
	background-image: url('../portal_preview_images/portal_preview_bg.gif');


}

#iframeMenu {
	position: absolute;
	margin-top: 105px;
	width: 750px;
	text-align: center;
	font-size: 14px;
}

#iframeMenu a {
	font-weight: bold;
	text-decoration: none;

}

#iframeMenu a:hover {
	text-decoration: underline;
	
}

#iframeMenuCurrent{
	color: #0099FF;
}

#iframeContent {
	position: absolute;
	margin-top: 150px;
	padding-left: 30px;
	padding-right: 30px;
	width: 690px;
	height: 386px;
	overflow: hidden;
}

#iframeContent H1 {
	font-size: 18px;
	
}




















