.treeview
{
  background-color:White;
  font-size: 10pt;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {	
	margin-top: 2px;
}

.treeview .hitarea {  
  
  background-repeat: no-repeat;	
	height: 12px;
	width: 12px;
	margin-left: -11px;
  margin-top: 6px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	font-weight:normal;
	padding: 2px 0 2px 16px;
  white-space: nowrap;  
}

.treeview li a, .treeview li.selected ul a
{
  /*color:#333333;*/
}

.treeview li.selected {
	font-weight:bold;		
}

.treeview li.selected li{
	font-weight:normal;		
}

.treeview li.selected a
{
  /*color:Red;*/
}

#treecontrol { margin: 1em 0; display: none;}

.treeview .hover { cursor: pointer; }

/*.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }*/
/*.treeview li.collapsable, .treeview li.expandable { background-position: -456px -72px; }*/

.treeview .expandable-hitarea { background-position: 0 -11px; }
.treeview .collapsable-hitarea {background-position: 0 0; }

