@import url("common_browser.css");

#wrapper {
	height:98%;
	width:98%;
	overflow:hidden;
	left:1%;
	top:1%;
	z-index:1;
	right:1%
}


#page_head {
	position:absolute;
	height:8em;
	left:10px;
	top:4px;
	width:98%;
	font:Georgia, "Times New Roman", Times, serif;
	z-index:3;
	overflow:visible;
}

#page_body {
	position:absolute;
	left:1%;
	top:9em;
	height:80%;
	width:98%;
	overflow:hidden;
}

a {
	text-decoration: none;
}

a:link { color: white;}
a:visited { color: whitesmoke; }
a:hover { color: #300; }
a:active { color: orange; }

h4 {
	font-size: .9em;
	font-weight:200;	
	padding:0px 5px 1px 5px;
	margin:0px 5px 1px 5px;
	border: 0;
	color:#FFFFFF;
}


.pane_header {
	background-color: #666;
	border-bottom:#ccc solid 1px;
	color:#fff;
	top:0px;
}


#block_a {

}

#site_plan {
	position:absolute;
	width:50%;
	height:98%;
	overflow:hidden;
	left:0px;
	color:#ccc; 
	border:#fff solid 1px;
	z-index:10;
	background-color:#999;
}

#iframe_flash {position:absolute; height:95%; width: 100%; z-index:10; display: none;} 

#flashtarget1 {
	position:relative;
	height:95%;
	width: 85%;
	overflow:hidden;
	margin:20px 20px 20px 20px;
	float:right;
	z-index:11;
}

#description_block {
	margin-left: 51%;
	position:absolute;
	width:48%;
	height:65%;
	border:#fff solid 1px;
	background-color:#999;
	color:#333;
	line-height: 1.5em;
	overflow:auto;
	left:0px;
	z-index:12;
}

#description_block_default {
	margin-left: 51%;
	position:absolute;
	width:48%;
	height:98%;
	border:#fff solid 1px;
	background-color:#999;
	color:#333;
	line-height: 1.5em;
	overflow:auto;
	left:0px;
	z-index:12;
}

div.description {
	padding: 0px;
	font-size:.95em;
	padding: 2px 20px 2px 20px;
	text-align: left;
}


#block_b {
	margin-left: 51%;
	border: 1px solid white;
	position:absolute;
	width:48%;
	height:31%;
	top:67%;
	overflow:auto;
	background-color:#999;
	color:#FFFFFF;
}

div.context {
clear: both;
}

div.head {
	background-color: #666;
border-bottom:#ccc solid 1px;
color:#ccc;
}

div.head h3 {
	color: white;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
}

div.thumbnail {
	padding: 2px 20px 2px 20px;
	min-height: 85px;
}

div.thumbnail img {
	max-width: 80px;
	max-height: 80px;
	float: left;
}

div.thumbnail div.dmd {
	margin-left: 80px;
	padding-left: 5px;
}

div.thumbnail div.dmd span.title {
	display: block;
	font-weight: bold;
}

ul#context_jumplinks {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:.9em;
}

ul#context_jumplinks li {
	list-style: none;
margin: 0;
padding-right: 1.3em;
padding-left: 1.3em;
padding-bottom: 1.3em;
display: inline;
}

div.context ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.context ol li {
	clear: both;
}

div.context ol li img.thumbnail {
	float: left;
	max-width: 80px;
	max-height: 80px;
	padding: 5px 10px 10px 20px;
}

div.context ol li span.label {
	font-size: smaller;
	padding-left: 0px;
}