
body {
	font: 12px sans-serif;
	background: #FFFFFF;
	margin: 5px;
}

a {
	color: #000044;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #000044;
	text-decoration: underline;
}

div#TOC {

	position: fixed;
	top: 0px;
	right: 0px;
	_position: expression( "absolute");
	_top: expression( document.body.scrollTop+"px");
	_left: expression( document.body.scrollLeft +document.body.clientWidth -this.offsetWidth+"px");

	background: #CCDDFF;
	padding: 0;
}

div#TOC span {
	text-align: center;
	display: block;
	color: #000044;
	margin: 2px;
	width: 100%;
	padding: 0 5px 0 5px;
	font-weight: bold;
	cursor: pointer;
}

div#TOC div {
	background-color: #FFFFFF;
	margin: 2px;
	padding: 0px 5px 2px 5px;
	max-height: 540px;
	overflow: auto;
	width: auto;
}	

div#TOC a {
	display: block;
	white-space: nowrap;
}
div#TOC a.TOC_h1 {
	font-weight: bold;
	margin-top: 3px;
}



div.JSDoc div.JSDoc {
	background: #FFFFFF;
	border: 1px solid #CCDDFF;
	padding: 5px;
}

div.JSDoc .xampl {
	cursor: pointer;
}