@charset "UTF-8";
@import url("primary.css");
/* Secondary Stylesheet for Screen */
/* Special Styles for the Welcome Screen */
div {
	position: absolute;
	overflow: visible;
}
/* The following divs appear on the Welcome Screen */
#HtmlVersion {
	z-index: 10;
	top: 3em;
	left: 2em;
	width: 13em;
	height: 9em;
	background: #FFF;
	padding: 1em;
}
#Image {
	z-index: 0;
	top: 0px;
	left: -0.5em;
	height: 100%;
}
#JavaVersion {
	z-index: 9;
	top: 15%;
	left: 25%;
	width: 50%;
	height: 25%;
	visibility: hidden;
	background-color: #f5f5f5;
}
#PopJava {
	z-index: 8;
	position: fixed;
	top: 55%;
	left: 25%;
	width: 50%;
	height: 20%;
	visibility: visible;
}
#PopNormal,#PopFull {
	z-index: 7;
	position: fixed;
	top: 55%;
	left: 25%;
	width: 50%;
	height: 20%;
	visibility: hidden;
}
#PopBrowserHide {
	z-index: 6;
	top: 75%;
	left: 25%;
	width: 50%;
	height: 25%;
	background-color: #f5f5f5;
}
#PopBrowser {
	z-index: 5;
	position: fixed;
	top: 75%;
	left: 25%;
	width: 50%;
	height: 20%;
	overflow: hidden;
}
