/* for IE6 fixed positioning support */
* html {overflow-x:auto; overflow-y:hidden;}
* html #toc_container {position:absolute; margin-right:15px;}
body {
	margin:0; 
	padding:0 10px 0 10px;
	height:100%; 
	overflow-y:auto;
}
/* end fixes */

#toc_container {
	font-family:sans-serif;
	font-size: 0.9em;
	position:fixed;
	right:0;
	top:0em;
	background: #fff;
}
#toc_header {
	font-family:sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	background: #ddd;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	padding-left:10px;
}
#toc_content {
	border: 1px solid #333;
	padding: 0 20px 5px 20px;
	display: none;
	overflow: auto;
}
#toc_content a {
	display: list-item;
	text-decoration: none;
	color: #03c;
}
#toc_content a:hover {
	color: #26f;
}
#toc_content a.indent {
	list-style-type: circle;
}
.toc_top {
	float: right;
}
.toc_top a {
	color: purple;
}