/* -- Body -- */

body {
	overflow: hidden;
}

/* -- UI Tabs -- */

ul.dynatree-container {
	line-height: 1.5em;
}
/*span.dynatree-icon {
	background-image: url("../../../images/icons/book-closed.png") !important;
}
.dynatree-ico-cf span.dynatree-icon {
    background-position: 0px 0px !important;
}*/
.ui-tabs {
	position: static;
}
.ui-state-default {
	border-radius: 4px;
    height: 17px;
    padding: 7px;
    border-bottom: 1px solid #eaeaea;
    background-image: none;
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fff),color-stop(100%,#eaeaea));
    background-image: -moz-linear-gradient(top,#fff,#eaeaea);
    background-image: -o-linear-gradient(top,#fff,#eaeaea);
    background-image: -ms-linear-gradient(top,#fff,#eaeaea);
    background-image: linear-gradient(top,#fff,#eaeaea);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border-bottom: 3px solid #006186 !important;
}
#toc_header {
	padding-bottom: 0;
}
.ui-state-default {
    height: 23px;
    padding: 5px;
}
.ui-corner-top {
    font-size: 11px;
    font-weight: bold !important;
    font-family: tahoma,arial,verdana,sans-serif !important;
    color: #6f6f6f !important;
    line-height: 19px;
}
ul.dynatree-container a {
	color: #555555 !important;
}
#tabs .ui-tabs-nav {
	border: 0;
	border-bottom: 1px solid #ccc;
	padding-top: 1px;
	position: absolute;
	left: 0;
	width: 100%;
}

#tabs .ui-widget-header{
}

#tabs .ui-tabs-panel {
	overflow: auto;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
}

/* Search */

#search_value {
	width: 140px;
}

#search_results {
	padding-top: 10px;
}

/* -- 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;
}