html {
height: 100%;
overflow: hidden;
}

#flashcontent {
height: 100%;
overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	overflow: hidden;
}

.nojava {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #666666;
vertical-align: middle;
text-align: center;
margin: 200px;
}
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
a:hover {
color: #CCCCCC;
}
a:active {
color: #FFFFFF;
}
.visualforce {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}

#container
{
text-align: center;
}

#iframeContentold
{
	width: 800px;
	height: 600px;
	margin-top: -310px;
	margin-left: -400px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#iframeContainer {
	background-color: #000;
	border: 3px solid #333;	
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	z-index:1002;
}

#iframeContent
{
	width: 100%;
	height: 100%;
}

#iframeHeader {
	height: 25px;
	background-color: #000000;
	font-family: "Humanst521 BT", Verdana, Arial, sans-serif;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}



#iFrameold
{
	width: 800px;
	height: 600px;
}

#iFrame
{
	width: 100%;
	height: 100%;
}

#iframeHeader a {
	text-decoration: none;
}

#black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
#white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
