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

body,td,th {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
body, html {
	height:100%;
	font:12px Arial, Helvetica, sans-serif normal;
	margin:0px;
	padding:0px;
}
a:link {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #9900FF;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

/* ADDED: 2007-11-20 - DRU
   SOURCE: http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */

#outer {
	height: 100%;
	width: 100%;
	overflow: visible;
}
 
#middle {
	position: absolute;
	top: 50%;
}
#centered, #map {
	width: 570px;
	height: 450px;
}
#centered {
	position: relative;
	margin: 0 auto;
	background-color: #888888;
	top: -50%;
	left: -50%;
	border-top:1px #666666 solid;
	border-right:1px #666666 solid;
	border-left:1px #666666 solid;
	border-bottom: 2px #000000 solid;
}

#guide, #key, #side_bar {
    
	position: relative;
	width: 570px;
	height: 35px;
	text-align:center;
}

#guide {
	/*margin:0 auto;*/
	position: relative;
	margin: 0 auto;
	overflow:hidden;
	border-left:1px #666666 solid;
	border-right:1px #666666 solid;
	border-bottom: 1px #666666 solid;
}

#key {
	float:left;
	width:99px;
	background-color: #EFEFEF;
	border-right:1px #666666 solid;
	padding: 4px 0;
}

#side_bar {
	color:#000000;
	float:right;
	width:470px;
	background-color: #FFFFFF;
	padding: 9px 0;
}

#map {
	background-color: #EEEEEE;
}

.clear {
	clear:both;
}

#outer[id] {
	display: table;
	position: static;
}

#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#centered[id] {
	position: static;
}

#white_papers_bar {
	padding:0;
	margin:0 0 5px 0;
}
