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