.tree, .tree-item table.tree-table 
{ 
	background-color: #ffffff;
	color: #000000;
    	font-size: 9pt; /* font-size: 8pt; */ /* font-size: 10pt; */
	font-family: Arial;
}

.tree-item A:link
{
	color: #000000;
	text-decoration: none;
}

.tree-item A:visited
{
	color: #660033;
	text-decoration: none;
}

.tree-item A:hover
{
	color: #0000ff;
	text-decoration: underline;
}

.tree 
{ 
	padding-left: 20px; 
}

.tree-top 
{ 
	padding-left: 5px;
}

.tree-item 
{ 
  	padding-left: 17px;
	padding-top: 7px;
	padding-bottom: 0px;
  	background: transparent url("../images/dot.gif") no-repeat 1px 50%;
}

.tree-item-more 
{
  	padding-left: 1px;
}
.tree-item td.label 
{ 
	cursor: pointer; 
}

.tree-item table.tree-table 
{ 
}

.tree-item table.tree-table td.label span.label 
{ 
	padding: 0 2px; 
}

.tree-item .tgb 
{
  	width: 9px; 
	height: 9px; 
	vertical-align: middle; 
	cursor: default;
}

.tree-item .plus 
{
  	padding-right: 7px;
  	background: transparent url("../images/plus.gif") no-repeat 0 50%;
}

.tree-item .minus 
{
	  padding-right: 7px;
	  background: transparent url("../images/minus.gif") no-repeat 0 50%;
}

.tree-item .icon 
{ 
	padding-right: 4px; 
	cursor: pointer; 
	width: 18px; 
	height: 18px; 
	text-align: center; 
	vertical-align: middle; 
}

.tree-item-selected table.tree-table td.label 
{ 
	background-color: white; 
	color: black;
}

