/*****************************************************************
 * HW-Shared CSS Stylesheet for TOC pages.
 *****************************************************************/
div.pagetype-content div#content-block h4 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/* 508 label */
#col-2 #issue-search-label {
	position: absolute;
	left: -9999px;
}

#content-block form {
margin-bottom: 1em
}

.toc-level a.toc-section-return {
    display:inline-block;
    height:14px;
    width:14px;
	background-image: url(../../../shared/img/toc/uparrow.gif);
	background-position:0 bottom;
	background-repeat: no-repeat;
	color: #003333;

}	

.toc-level a.toc-section-return:hover {
    border-bottom:0 none;
    text-decoration: none;
}

div#hovering-abs span.mml-math .mathjax-code {
	display:none;
}