/** CSS Document */

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

.tree-csstree a { color: #666666; }

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

.tree-csstree div {
}

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

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

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

.tree-csstree a:hover, .tree-csstree a:hover {
	text-decoration: none;
	color: #99CCFF;
}

/*.tree-csstree #active_menu-csstree  {
	color: #399901;
	padding-left: 18px;
	margin-left: -30px;
	background: url(../images/greenArrow1.gif) no-repeat left;
}*/

.tree-csstree ul ul #active_menu-csstree  {
	color: #399901;
	background: none;
}

.tree-csstree ul ul ul .sublevel-csstree { padding-left: 48px; }
.tree-csstree ul ul ul #active_menu-csstree  {
	color: #399901;
	padding-left: 48px;
	background: url(../images/greenArrow1.gif) no-repeat left;
	background-position: 30px 0px;
}
.mainlevel-csstree { background: none; }
#active_menu-csstree.mainlevel-csstree { background: none;  /*background: url(../images/blueArrow1.gif) no-repeat;*/ }

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

a.mainlevel-csstree { color: #006699; }

.sublevel-csstree {
	background: none;
}

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

.tree-csstree ul, .tree-csstree li {
	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 ul, .tree-csstree ul li {
	list-style: none;
	background: none;
}

.tree-csstree .noline-csstree {
	float: left;
	width: 15px;
	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: 18px;
	height: 18px;
}

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

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

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

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

