@import url("common_browser.css");
/*
html, body {
	background-color: #999999;
	margin: 10px;
	padding: 10px;
	color: #333;
	font-family: Verdana, Arial, sans-serif;

	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font: .9em verdana;
	color:#ccc;
	background-color: #333;
}*/	

a {
	text-decoration: none;
}

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


h2,h3 {
	font-size: 1em;
	padding:10px 5px 1px 5px;
	margin:0px 5px 1px 5px;
	border: 0;
}

#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:16;
}



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

div#choose {
	border:#ffffff solid 1px;
	position:absolute;
	top:86px;
	left:0px;
	width:300px;
	height:20px;
	padding:2px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	background-color:#333;
	overflow:hidden;
	color:#FFFFFF;
}

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


div#viewer {
	border:#fff solid 1px;
	position:absolute;
	top:90px;
	width:44%;
	height:86%;
	left:645px;
	right:2%;
}

#viewframe {
	background-color: inherit;
	width: 100%;
	height: 100%;
	border:#fff solid 0px;
}

div#thumbnail_view {
    border:#fff solid 1px;
	   position:absolute;
    top:9.5em;
	left:10px;
	width:800px;
    overflow:auto;
    background-color:#666;
	padding-right:70px;
	padding-left:2%;
	color:#FFFFFF;
	padding-top:180px;
}

div#thumbnail_view table{
	width:100%;
	color:#ccc;
	margin-bottom:20px;
}

div#thumbnail_view table td.mdata{
	color:#fff;
}

#toc_list {
	list-style: none;
	padding: 0px;
	margin: 1px 10px 1px -10px;
	border: none;
}

#toc_list li {
	list-style: none;
	padding: 2px 20px 2px 20px;
	font-size: 1em;
	line-height:1.2em;
}

#toc_list li a {
	color:#ccc; 
}

#toc_list li a:hover {
	color: #666;
	background-color:#ccc;

}

#toc_list li.selected {
	background-color:#993300;
	color: white;
}
