/*  This is for the HTML version of the public version of the R7 Land Mapper Help */

/* -- Body -- */

body {
	overflow: hidden;
    background-color: #3c3c3c;  /* THIS IS AN R7 CUSTOMIZATION */
}

/* -- UI Tabs -- */

ul.dynatree-container {
	line-height: 1.5em;
    background-color: #3c3c3c;  /* THIS IS AN R7 CUSTOMIZATION */
}

.ui-tabs {
	position: static;
}

#toc_header {
	/* DEFAULT: padding-bottom: 0; */
	padding-top: 0;  /* THIS IS AN R7 CUSTOMIZATION */
}

#tabs .ui-tabs-nav {
	border: 0;
	/* DEFAULT: border-bottom: 1px solid #ccc; */
	border-bottom: 1px solid #3c3c3c;  /* THIS IS AN R7 CUSTOMIZATION */
	/* DEFAULT: padding-top: 19px; */
	padding-top: 24px;  /* THIS IS AN R7 CUSTOMIZATION */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#tabs .ui-widget-header{
	/* DEFAULT: background: #fff url(../img/header-bg.png) left bottom repeat-x; */
    background: #fff url(../img/toc-header-bg5000.png);  /* THIS IS AN R7 CUSTOMIZATION */
}

#tabs .ui-tabs-panel {
	overflow: auto;
	position: absolute;
	/* DEFAULT: top: 43px; */
	top: 40px;  /* THIS IS AN R7 CUSTOMIZATION */
	left: 0;
	right: 0;
	bottom: 0;
}

/* Search */

#search_value {
	width: 140px;
}

#search_results {
	padding-top: 10px;
}

/* -- Tree -- */

ul.dynatree-container {
	border: 0;
	/* DEFAULT font-family: inherit; */
	font-family: Calibri;  /* THIS IS AN R7 CUSTOMIZATION */
	font-size: 14px;
	overflow: visible;
	padding: 0;
}

/* Selection color */
span.dynatree-active a {
    /* DEFAULT background-color: #999999 !important; */
    background-color: #000 !important;  /* THIS IS AN R7 CUSTOMIZATION - THIS IS THE COLOR OF THE BACKGROUND BEHIND THE LEVEL 1 TEXT IN THE TABLE OF CONTENTS*/
}

/* THIS SECTION AFFECTS THE LEVEL 1 TEXT IN THE TABLE OF CONTENTS */
span.dynatree-folder a {
	/* DEFAULT: font-weight: normal; */
	font-weight: bold;  /* THIS IS AN R7 CUSTOMIZATION - THIS MAKES THE LEVEL 1 TEXT IN THE TABLE OF CONTENTS TO BE BOLD*/
	color: #fff;  /* THIS IS AN R7 CUSTOMIZATION - THIS IS THE COLOR OF THE TEXT IN LEVEL 1 OF THE TABLE OF CONTENTS */
}