/* TREE LAYOUT */
#tree {
	font-size:80%;
}

#tree ul {
	font-size:100%;
	margin:0 0 0 4px;
	padding:0;
	list-style-type:none;
}
#tree li {
	display:block;
	min-height:18px;
	line-height:18px;
	padding:0 0 0 14px;
	margin:0 0 0 0;
	clear:both;
	list-style-type:none;
}
#tree li a,
.dont_href,
#tree li span {
	display:inline;
	float:left;
	line-height:16px;
	padding:1px 4px 8px 5px !important;
	color:black;
	text-decoration:none;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:4px 1px; 
	-moz-border-radius:3px;
	border:0;
	margin:0;
}
#tree li a:hover, 
#tree li a.hover {
/*	background-color: #e7f4f9;
	border:1px solid #d8f0fa;
	padding:0px 3px 9px 4px !important;
	background-position:3px 0px; */
	text-decoration:underline;
}
#tree li a.clicked,
#tree li a.clicked:hover,
#tree li span.clicked 
#tree li .current 
{
	color:#FF6600;
/*	background-color: #CCCCCC;
	border:1px solid #EEEEEE;*/
	padding:0;/*0px 3px 10px 5px !important;*/
	background-position:3px 0px; 
}
#tree li span.clicked {
	padding:0px 3px 0px 20px !important;
}

#tree li a input,
#tree li span input {
/*	margin:0;
	padding:0 0;
	display:block;
	height:12px !important;
	border:1px solid white;
	background:white;*/
	font-size:10px;
	font-family:Verdana;
}
#tree li a input:not([class="xxx"]),
#tree li span input:not([class="xxx"]) {
	padding:1px 0;
}

.locked li a {
	color:gray;
}

/* FOR DOTS */
#tree ul {
	background:url("images/dot.gif") 6px 0px repeat-y;
}
#tree li {
	background:url("images/li.gif") 7px center no-repeat;
}
#tree li.last {
	background:url("images/lastli.gif") 5px top no-repeat;
	background-color:white !important;
}
/* NO DOTS */
.no_dots ul {
	background:transparent;
}
.no_dots li {
	background:transparent;
}
.no_dots li.last {
	background:transparent;
	background-color:transparent !important;
}

/* OPEN OR CLOSE */
#tree li.open {
	background:url("images/fminus.gif") 2px 5px no-repeat;
}
#tree li.open ul {
	display:block;
	clear:both;
}
#tree li.closed {
	background:url("images/fplus.gif") 2px 5px no-repeat;
}
#tree li.closed ul {
	display:none !important;
}



/* EXPLORER 6 */
#tree li {
	_width:100%;
	_margin-bottom:-7px;
}
#tree li ul {
	_padding-bottom:6px;
}

/* 
 * FF & OPERA FIXES
#tree li:not([class="xxx"]) {
	margin-bottom:0px;
}
html:first-child #tree li {
	margin-bottom:0px;
}
#tree li ul:not([class="xxx"]) {
	padding-bottom:0;
}
html:first-child #tree ul {
	padding-bottom:0;
}
*/
