/*****************************************************************************
 * File:		help/contents.css
 * Function:	StyleSheet for Navigation Menu
 * 
 * History:		05/31/2005	sjw	Original Version
 *****************************************************************************/

.treeItemCollapsed {
	background-image: url(images/tree_arrow_right.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0px 0px 4px 4px;
	margin: 0;
	width: 135px;
	height: 18px;
	white-space: nowrap;
	letter-spacing: 1px; 
}
.treeItemExpanded {
	background-image: url(images/tree_arrow_down.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0px 0px 4px 4px;
	margin: 0; 
	width: 135px;
	height: 18px;
	white-space: nowrap;
	letter-spacing: 1px; 
}
.treeItemBranch {
	background-image: url(images/tree_middle_no_arrow.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0px 0px 0px 4px;
	margin: 0; 
	height: 18px;
	width: 135px;
	white-space: nowrap; 
}
.treeItemBranchLong {
	background-image: url(images/tree_middle_no_arrow_long.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0px 0px 0px 1px;
	margin: 0; 
	height: 32px;
	width: 135px;
	white-space: nowrap;
}
.treeEndNoArrow {
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 135px;
	height: 18px;
	white-space: nowrap; 
}
.treeEndNoArrowLong {
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 135px;
	height: 29px;
	white-space: nowrap;
}

.treeItemBlank {
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 135px;
	height: 1px;
	white-space: nowrap;
	font-size: 1pt;
}
.treeNoGuide {
	background-image: url(images/tree_empty.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0px 0px 4px 12px;
	margin: 0;
	width: 135px;	
	white-space: nowrap;
	letter-spacing: 1px; 
}
