@charset "UTF-8";


.dyn-treesection {
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

.treesection {
	visibility: visible;
	zoom: 100%; /* Help IE clip content */
	position: relative; /* Help IE clip content */
}

/*
	TREE BUTTON
*/
.treesection .tree-button {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 4px center;
	padding: 3px 5px 3px 16px;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	zoom: 100%; /* Help IE render image background changed */
}

/* The properties for the following 2 classes are parsed by Javascript. Keep them to a minimum */

.dyn-treesection .tree-button-closed,
.treesection .tree-button-closed { 
	background-color: #DCDCDC;
	background-image: url("/ubi/template/identity/adobe/Tree/treesection/sm-arrow-right.png");
}

.dyn-treesection .tree-button-opened,
.treesection .tree-button-opened { 
	background-color: #F5F5F5;
	background-image: url("/ubi/template/identity/adobe/Tree/treesection/sm-arrow-down.png");
}

.treesection .tree-button a {
	display: block;
	margin-left: -20px;
	padding-left: 20px;
	-moz-outline: none;
	text-decoration: none;
	color: #444444;
}

.treesection .tree-button-opened a:hover {
	text-decoration: none;
}

/*
	TREE PANEL
*/

.treesection .tree-panel {
	margin: 0 0 0 16px;
	padding: 0;
	overflow: hidden;
/* The following attaches layout mode in IE 
before it's triggered by setting a height with Javascript, 
This helps child elements render (#97058) and, 
for those also in layout mode (#97222), to be successfully hidden */
	position: relative; /* help IE position child elements using positioning,   */
	zoom: 100%; /* help IE clip elements in layout mode */
}

/* The properties for the following 2 classes are parsed by Javascript. Keep them to a minimum */

.dyn-treesection .tree-panel {
	top: 5px;
}

.treesection .tree-panel-closed {
	visibility: hidden;
}

.treesection .tree-panel-closed {
	top: 0;
}

.treesection .tree-panel-opened {
	top: 5px;
}