/* -- Body -- */

body {
	overflow: hidden;
}

/* -- UI Tabs -- */

ul.dynatree-container {
	background: #fff;
	line-height: 1.5em;
}

.ui-tabs {
	position: static;
}

#toc_header {
	padding-bottom: 0;
}

#tabs .ui-tabs-nav {
	border: 0;
	padding-top: 19px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: red;
}

#tabs .ui-widget-header{
	background: #1565C0 !important; /*url(../img/header-bg.png) left bottom repeat-x;*/
	-webkit-box-shadow: 1px 1px 5px black;
	-moz--box-shadow: 1px 1px 5px black;
}

#tabs .ui-tabs-panel {
	overflow: auto;
	position: absolute;
	top: 43px;
	left: 0;
	right: 0;
	bottom: 0;
}

/* Search */

#search_results {
	padding-top: 10px;
	color: white;
	font-weight: bold;
}

/* -- Tree -- */

ul.dynatree-container {
	border: 0;
	font-family: inherit;
	overflow: visible;
	padding: 0;
	height: auto;

}

/* Selection color */
span.dynatree-active a {
	/*border-radius: 5px;*/
}

/* Remove folder boldness */
span.dynatree-folder a {
	font-weight: normal;
}