/* -- Body -- */



/* -- UI Tabs -- */

ul.dynatree-container {
	line-height: 1.5em;
}

.ui-tabs {
	position: static;
}

#toc_header {
	padding-bottom: 0;
}

#tabs .ui-tabs-nav {
	border: 0;	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}



/* -- Tree -- */

ul.dynatree-container {
	border: 0;
	font-family: inherit;
	overflow: visible;
	padding: 0;
}

/* Selection color */
span.dynatree-active a {
    background-color: #999999 !important;
}

/* Remove folder boldness */
span.dynatree-folder a {
	font-weight: normal;
}