﻿.tree, .tree-item table.tree-table 
{ 
	color: #333333;

	font-family: Verdana;
}

.tree-item A:link
{	
	color: #000000;
	text-decoration: none;
}

.tree-item A:visited
{
	color: #333333;
	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("../../img/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("../../img/plus.gif") no-repeat 0 50%;
}

.tree-item .minus 
{
	  padding-right: 7px;
	  background: transparent url("../../img/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 
{ 
	color: black;
}

