.tm_txt{
	text-align:center;
	line-height:160%;
	font-size:9pt;
	color:#fff;
}

.tm_title{
	text-align:center;
	font-size:15pt;
	font-weight:bold;
}
.treeview, .treeview ul { 
	padding: 0px;
	margin: 0px;
	margin-top:-10px;
	list-style: none;
	direction:ltr;
	padding-top:15px;
	margin-left:0px;
}

.treeview ul {
	background-color: inherit;
	margin-top: -5px;
}

.treeview .hitarea {
	/*background: url(../images/treeview-default-rtl.gif) -16px -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 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: 1a80df; cursor: pointer; }

.treeview li {  }
.treeview li.collapsable, .treeview li.expandable { }

.treeview .expandable-hitarea { background-position: 0px -3px; }

.treeview li.last { }
.treeview li.lastCollapsable { }  
.treeview li.lastExpandable {}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }


.filetree li { padding: 3px 0px 2px 16px;  }
.filetree span.folder, .filetree span.file { padding: 1px 0px 1px 26px; display: block; }
.filetree span.folder { background: url(../images/folder.gif) left no-repeat;  }
.filetree li.expandable span.folder { background: url(../images/folder-closed.gif) left no-repeat; }
.filetree span.file { background: url(../images/right_menu.gif) left no-repeat; padding-left:20px; }
