/* dynaXML TOC stylesheet */
body {
	font-size: small;
}
div.toc {
	margin: 10px 0 0 5px;
}
table.title {
	font-weight: bold;
}
.toc table td {
	padding: 3px;
/* border: 1px solid #ccc; */
}
.toc table .l1 {
}
td.hits {
	text-align: right;
	vertical-align: top;
}
td.expand img {
	margin-top: 3px;
}
.hit-count {
	color: red;
}
.toc-hi {
	/*background-color: #FFCC66;*/
	font-weight: bold;
}
div.hitSummary {
    border-top: 1px dotted #3F6DAD;
    border-bottom: 1px dotted #3F6DAD;
}
div.expandAll {
}
/* TABLE OF CONTENTS LIST ENTRY */
div.toc-line {
	display:table;
	width:100%;
}
div.hit-count {
	display:inline;
	padding-left:4px;
}
.expand {
	width: 15px;
	text-align: center;
	vertical-align: top;
	display:inline;
}
.divnum {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	width: 10px;
}
span.l1 {
	display:inline;
	margin-top: 0;
	margin-bottom: 0;
}
span.l2 {
	font-size: 95%;
	margin-top: 0;
	margin-bottom: 0;
}
span.l3, span.l4, span.l5, span.l6, span.l7 {
	font-size: 90%;
	margin-top: 0;
	margin-bottom: 0;
}