body {
	background-color: ButtonFace;
}
.panel_raised,.field_inset {
	border-top: 1px solid threedhighlight;
	border-left: 1px solid threedhighlight;
	border-right: 1px solid threedshadow;
	border-bottom: 1px solid threedshadow;
}
.panel_inset,.pane_inset,.field_inset {
	border-top: 1px solid threedshadow;
	border-left: 1px solid threedshadow;
	border-right: 1px solid threedhighlight;
	border-bottom: 1px solid threedhighlight;
}
.pane,.pane_inset {
	background-color: white;
   /* border: 1px solid #7B9EBD; */
}
.field_inset {
	padding: 1px;
}
.tab_page {
	margin: 3px;
}
#browser {
	clear: both;
}
#browser_contents {
}
#browser_contents_list {
	cursor: default;
	overflow: auto;
}

.treenode {
	-moz-user-select: none;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top left;
}
.treenode_collapsed {
	background-image: url(images/collapsed.gif);
}
.treenode_expanded {
	background-image: url(images/expanded.gif);
}
.treechildren {
	padding-left: 16px;
}
.treenode_caption,.treenode_caption_selected {
	padding: 1px;
}
.treenode_caption_selected {
	background-color: highlight;
	color: white;
}
#browser_index_term {
	margin-bottom: 3px;
	margin-top: 3px;
}
#browser_index_form {
	padding-top: 2px;
}
#browser_index_list {
	overflow: auto;
}
#browser_search_term {
	margin-bottom: 3px;
	margin-top: 3px;
}
#browser_search_form {
	padding-top: 2px;
}
#browser_search_list {
	overflow: auto;
}

#resizegrip {
	float: left;
}
.resize_grip, .resize_splitter {
	border-top: 1px solid threedhighlight;
	border-left: 1px solid threedhighlight;
	border-right: 1px solid threedshadow;
	border-bottom: 1px solid threedshadow;
	background-color: buttonface;
	width: 3px;
	font-size: 0px;
	cursor: w-resize;
    -moz-user-select:none;
}
.resize_grip {
}
.resize_splitter {
	top: 0px;
	position: absolute;
	z-index: 250;
}
#loading,.notice {
	position: absolute;
	
	background-color: white;
	border: 1px solid #999999;
	color: black;
	z-index: 250;
	text-align: center;
	
	display: none;
}
#loading {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
}
.notice {
	background-color: #EEEE88;
	border: 1px solid #BBBB55;
	padding-top: 2px;
	padding-bottom: 2px;
}
#title {
	padding: 5px;
	padding-top: 4px;
	font-weight: bold;
	float: right;
}
#manual_list {
	padding: 2px;
}
.navitem,.navbutton,.separator {
	float: left;
}
.navitem {
	padding: 5px 2px 0px 2px;
}
.separator {
	margin: 0px 2px 0px 2px;
	border-left: 1px solid threedshadow;
	border-right: 1px solid threedhighlight;
	height: 24px;
}
.navbutton {
	margin-top: 1px;
	padding: 3px;
	font-size: 0px;
}
.navbutton_over {
	padding: 2px;
	border-top: 1px solid threedhighlight;
	border-left: 1px solid threedhighlight;
	border-right: 1px solid threedshadow;
	border-bottom: 1px solid threedshadow;	
}
.navbutton, .navbutton a {
	cursor: default;
}
.navbutton_down {
	padding: 2px;
	border-right: 1px solid threedhighlight;
	border-bottom: 1px solid threedhighlight;
	border-top: 1px solid threedshadow;
	border-left: 1px solid threedshadow;	
}

