.aboutnr{ width:197px;
margin-left:7px; margin-top:0px;}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; }

.treeview .hover { color: #000000; cursor: pointer; }

.treeview li a:active  {
	FONT-SIZE: 12px; COLOR:#666; TEXT-DECORATION: none
}
.treeview li { background: url(../images/manage/tv-item.gif) 0 0 no-repeat; }
.treeview li a{ color:#319703; font-size:12px}
.treeview li a:visited{ color:#319703; font-size:12px}  
.treeview .collapsable { background-image: url(../images/manage/tv-collapsable.gif); }
.treeview .expandable { background-image: url(../images/manage/tv-expandable.gif); }
.treeview .last { background-image: url(../images/manage/tv-item-last.gif); }
.treeview .lastCollapsable { background-image: url(../images/manage/tv-collapsable-last.gif); }
.treeview .lastExpandable { background-image: url(../images/manage/tv-expandable-last.gif); }

.filetree li { padding: 3px 0 1px 16px; }
.filetree span.folder, .filetree span.file { padding-left: 16px; display: block; width:100px; height: 15px; }
.filetree span.folder { background: url(../images/manage/folder.gif) 0 0 no-repeat;cursor:pointer}
.filetree span.file { background: url(../images/manage/file.gif) 0 0 no-repeat; cursor:pointer}
.linkall{ font-size:12px; text-decoration:none; color:#000000; font-weight:normal}
.linkallB{ font-size:12px; text-decoration:none; color:#0099CB; margin-right:10px;}
