@charset "UTF-8";
/* CSS Document */


body {
	width:100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #dedede;
	overflow: hidden;
	margin-top: -10px;
	margin-bottom: -10px;
	background-color: #EEEEEE;
}
.jmk #container {
	width: 120%;
	background: #f5f5f5;
	margin-left: -40px;
	margin-right: -40px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-transform: uppercase;
	overflow: hidden;
	z-index:1;
}
.jmk #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: hidden;
}

#screen {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	margin:auto;
	overflow:auto;
	z-index:200;
}

#ext {
	top:660px;
	position:absolute;
	z-index:190;
	width:50%;
	margin:auto;
	height:auto;
	left: 0px;
}

body,td,th {
	font-size: 12px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
}

#apDiv1 {
	width:950px;
	height:630px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-315px;
	margin-left:-475px;
	background: #f5f5f5;
	overflow:auto;
	visibility:visible;
	z-index:inherit;
}

