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;
}

#iframeContainer {
	background-color: #000;
	position: absolute;
	top: 2%;
	left: 5%;
	width: 90%;
	height: 90%;
	z-index:1002;
}

#iframeContent
{
	width: 100%;
	height: 100%;
	z-index: 900;
	padding: 0px;
	top: 0px;
}

#iframeHeader {
	height: 30px;
	background-color: #000000;
	font-family: "Humanst521 BT", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../grafx/lightbox_topbar_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	z-index: 1010;
}

#iframeHeaderButton{
	background-image: url(../grafx/lightbox_topbar_close.jpg);
	width: 100%;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	cursor: hand;
}

#iFrame
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#iframeHeader a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#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);
}

