/** CSS Document */

.tree-csstree {
	font-size: 1px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.tree-csstree * {
	font-size: 1px;
	padding: 0;
	margin: 0;}

.tree-csstree div {
}

.tree-csstree img {
	border: 0px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.tree-csstree a, .tree-csstree em {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	white-space: normal;
	vertical-align: middle;
}

.tree-csstree a {
	padding: 1px 2px 1px 2px;
}

.tree-csstree a:hover, .tree-csstree a:hover {
	text-decoration: underline;
}

.tree-csstree #active_menu-csstree {
	color: #333;
	background-color: #C0D2EC;
}

.tree-csstree em {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.tree-csstree ul, .tree-csstree li {
	white-space: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
}


.tree-csstree a.plus-csstree, .tree-csstree a.plus_last-csstree {
	padding: 0;
	border: none;
}

a.plus-csstree {
	font-size: 1px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	text-decoration: none;
}


.tree-csstree .start-csstree {
/*

 background: url(../images/base.gif)no-repeat;
	width: 16px;
	height: 16px; */
}

.tree-csstree .line-csstree {
	float: left;
	background: url(../images/line.gif) repeat-y;
	width: 18px;
	height: 18px;
}

.tree-csstree .noline-csstree {
	float: left;
	width: 10px;
	height: 10px;
}

.tree-csstree .join-csstree {
	float: left;
	background: url(../images/join.gif) no-repeat;
	width: 18px;
	height: 18px;
}

.tree-csstree .join_last-csstree {
	float: left;
	background: url(../images/joinbottom.gif) no-repeat;
	width: 18px;
	height: 18px;
}

.tree-csstree .document-csstree {
	float: left;
	
/*
	
	background: url(../images/page.gif) no-repeat;
	width: 16px;
	height: 16px;
	
*/	
	}

.tree-csstree .document_open-csstree {
	float: left;
	
/*
	
	background: url(../images/page.gif) no-repeat;
	width: 16px;
	height: 16px; 
	
*/
}


.tree-csstree .folder-csstree {
	float: left;
/*	background: url(../images/folder.gif) no-repeat;
	width: 16px;
	height: 16px; */
}

.tree-csstree .folder_open-csstree {
	float: left;
/*	background: url(../images/folderopen.gif) no-repeat;
	width: 16px;
	height: 16px; */
}

.tree-csstree span.plus-csstree {
	float: left;
	background: url(../images/plus.gif) no-repeat;
	width: 16px;
	height: 16px;
}

.tree-csstree .plus_last-csstree {
	float: left;
	background: url(../images/plusbottom.gif) no-repeat;
	width: 16px;
	height: 16px;
}

.tree-csstree .minus-csstree {
	float: left;
	background: url(../images/minus.gif) no-repeat;
	width: 16px;
	height: 16px;
}

.tree-csstree .minus_last-csstree {
	float: left;
	background: url(../images/minusbottom.gif) no-repeat;
	width: 16px;
	height: 16px;
}
