/* Styles for the table of contents on /consolidated/notes.php */
.toc {
	color: #c9ccb2;
	margin-bottom:30px;
	margin-top: -3px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 586px;
}
.toc_item {
	border-bottom: 1px solid #c9ccb2;

	padding-bottom:3px;
	padding-top:3px;
}

.toc a {
	margin-left:31px;
	text-indent:-15px;
	display:block;
	width:485px;
}
.toc a:hover, .toc a:visited, .toc a:link  {
	color: #f15c22;
}

.toc h2 {
	color:#000000;
	margin-left:0px;
}
div.notes_content {
	padding-top: 20px;
	width: 525px;
	float: left;
}

div.notes_content h1 {
	font-size: 10pt;
}

div.notes_content h2 {
	font-size: 9pt;
}

div.notes_content h2.caps {
	font-size: 8pt;
	font-style: italic;
	text-transform: uppercase;
	padding-left: 3.2em;
	text-indent: -3.2em;
}

div.notes_content h3 {
	font-size: 8pt;
}

div.notes_content h3.indent {
	font-size: 8pt;
	padding-left: 3.6em;
	text-indent: -3.6em;
}

div.notes_popup_content {
	margin:0px;
	padding:0px;
}

div.notes_popup_content p, div.notes_popup_content h1, div.notes_popup_content h2, div.notes_popup_content h3, div.notes_popup_content h4, div.notes_popup_content table {
	margin-left:29px;
}

div.pop_up_top div.notes_content {
	padding-left: 29px;
}


div.notes_popup_content div.toc{
	background-color:#dcdfce;
	padding-left:29px;
}


.index {
	width:20px;
	text-align:right;
	float:left;
	margin-right:5px;
	padding-bottom:1px;
}

div.pop_up_top .toc_item {
	margin-left:25px;
	width: 535px;
}