#browser {
    font-family: Verdana, helvetica, arial, sans-serif;
    font-size: 68.75%;
  }
  

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;

}

.treeview, .treeview li { 
	padding: 0;
	margin: 0;
	list-style: none;
	

}

.treeview ul {
	background-color: white;
	margin-top: 4px;
	
}

.treeview .hitarea {
	background: url(/images/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 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable {  }  
.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(../Portals/0/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/images/treeview-red.gif); } 

.treeview-black li { background-image: url(../Portals/0/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(../Portals/0/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(../Portals/0/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(../Portals/0/images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 0px 0 0px 0px; }
.filetree span.folder  { padding: 8px 0 1px 16px;  display:block; font-size:11px; font-weight: bold; color:#646464; padding-bottom:8px; }

.filetree span.folder  a{ color:#646464; text-decoration:none;}
.filetree span.file { padding-bottom:2px; padding-left:5px;  display:block; font-size:12px; font-weight:normal; color:#000000;list-style-position:outside; }
.filetree span.file a{ color:#837a7a; text-decoration:none;  }
.filetree span.file a:hover{ color:#640e27; text-decoration:none;  }
.filetree span.folder { background: url(/images/general/subnav_expandedBG.gif) 0 0 no-repeat;  }
.filetree li.expandable span.folder { background: #e6e4e4 url(/images/general/subnav_collapsedBG.gif) 0 0 no-repeat; padding-top:8px; padding-bottom:11px; margin-bottom:2px;  }
.filetree li.expandable span.folder a{ font-size:11px; font-weight: bold; color:#646464;  padding-top:8px; }  
.filetree li.expandable span.folder a:hover{ font-size:11px; font-weight: bold; color:#0099cc; padding-top:8px;}
  
.filetree span.file { background: url(../Portals/0/images/file.gif) 0 0 no-repeat; }
.folder_sub  li a{ padding-left: 10px; }

.fileBg ul {background-color:#fafafb; margin-top:0px; width:226px;}

ul.filebg{background-color:#fafafb; margin-top:0px; width:226px;}
