body {
	color: #000000;
	background-color: #000000;
	font-family: "Trebuchet MS", sans-serif;
	cursor: default;
	text-align:center;
	padding:0px;
	margin:0px;
}

#context {
	margin: 100px 12%;
	margin-bottom: 5px;
	padding: 30px 25px;

	line-height: 170%;
	text-align: justify;
	font-size: 15px;
	letter-spacing: 1.5px;

	color: #000000;
	border: 1px #555 solid;
}

#topbar {
	position: fixed;
	z-index: 2000;
	margin: 0px;
	padding: 0px;

	width: 1px;
	height: 26px;
	top:0px;
	right: 50%;

	border-right: none;
	border-top: none;
	font-size: 9pt;
	text-align:left;
	
}
#innerbar {
	position: relative;
}

.bar {
	position: absolute;
	z-index: 2002;
	margin: 0px;
	padding-top: 4px;
	height: 18px;

	background-color: #000;
	color: #303030;
	border: 1px solid #303030;
	border-top: none;

	vertical-align: middle;
	text-align:center;
	font-size:8pt;
}

#bar_restart {
	left: 330px;
	width: 46px;
}

#bar_info {
	width: 36px;
	left: 380px;
}

#info {
	position:absolute;
	overflow: hidden;
	z-index: 2001;
	display:none;

	margin-top: 160px;
	margin-left: -120px;
	width: 220px;
	height: 140px;

	background-color:#111;
	border: 1px solid #444;

	text-align: left;
	cursor:default;

	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
}

#innerPop {
	margin: 15px;
}

#innerPopBar2 {
	position: absolute;
	overflow: hidden;
	height: 12px;
	z-index:5;

	bottom: 0px;
	left: 0px;
	width: 100%;

	background-color: #222;
}

#innerPopBar {
	position: absolute;
	padding-top:4px;
	overflow: visible;

	top: 0px;
	left: 0px;
	width: 100%;
	height: 24px;

	color: #500;
	background-color: #222;

	font-size: 10pt;
	text-align: center;
	font-weight:bold;
}

#innerPopBody {
	position: absolute;
	overflow: hidden;

	height: 220px;
	width:100%;
	padding: 24px;
	top: 20px;
	left: 0px;

	background-color: #111;
}

#infoBody {
	background-color: #111;
	color: #555;

	font-size: 9pt;
	letter-spacing: 1.5px;
	text-align: justify;
}

#x {
	margin-top:-2px;
	float:right;

	color:#555;
}