﻿
#treecontrol a{
	color: #58533C;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#treecontrol img{
	padding: 2px;
	margin: 2px;
	border: 1px solid #000000;
}
.treeview { 
	padding: 5px 0 5px 0px;
	margin: 0;
	list-style: none;
	/*background: transparent url(../images/tran_black_03.png) repeat;
	border: 3px double #000000;*/
}
.treeview ul {  
	padding: 0;
	margin: 0;
	list-style: none;
	/*background: transparent url(../images/tran_black_03.png) repeat;*/
}

.treeview ul {
/*	background-color: white; */
	margin-top: 4px;
}
.treeview li a{
	display: block;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}
.treeview li a:hover{
	display: block;
	color: #000000;
	/*background-color: #6666CC;
	padding-left: 5px;*/
	letter-spacing: 0.1em;
}
.treeview li span{
	background-color: #666666;
	padding: 5px 5px;
	width: 135px;
	display: block;
	/*border: 2px double #000000;*/
	font-size: 12px;
	color: #000000;
	background: transparent url(../pattern/knapp2.png) no-repeat center center;
	padding-left: 25px;
}
/*.treeview li ul li:hover span{
	background-color: #705EF4;
}*/
.treeview li ul li span{
	background-color: #666666;
	/*padding: 5px 10px;*/
	display: block;
	/*border: 1px solid #000000;*/
	font-size: 12px;
	color: #000000;
	background: transparent url(../pattern/knapp3B.png) no-repeat center center;
	width: 120px;
	margin: -10px auto;
	padding-left: 30px;
}
.treeview li ul li ul li span{
	/*border: 5px double #333333;*/
	width: 90px;
}

.treeview .hitarea {
	background: url(../images2/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float: none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0px 3px 6px;
	/*color: #C6C286;
	border: 2px double #000000;*/
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { 
	margin: 2px 0 10px 0; 
	display: none; 
}

#treecontrol a.open {
	padding-left: 5px;	
}

.treeview .hover {
	color: #785FEF;
	cursor: pointer;
}

.treeview li { 
	background: url(../images2/treeview-default-line.gif) 0 0 no-repeat; 
	/*background-color: #333322;*/
	padding: 5px;
	/*margin-left: 5px;*/
}

.treeview li ul li{
	background: url(../images2/treeview-default-line.gif) 0 0 no-repeat;
	margin-top: 10px;
	/*background-color: #CCCCFF;*/
}

.treeview li.collapsable, .treeview li.expandable { 
	/*background-position: 0 -176px; */
	background-position: 0 -176px; 
}

.treeview .expandable-hitarea { 
	background-position: -80px -3px;
}

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images2/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(../images2/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../images2/treeview-red.gif); } 

.treeview-black li { background-image: url(../images2/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../images2/treeview-black.gif); }  
/*
.treeview-gray li { background-image: url(../../images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../../images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(../../images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../../images/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(../../images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../../images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../../images/file.gif) 0 0 no-repeat; }
*/

