.TreeTopPanel
{
	background-color:rgb(231, 231, 231);
	font-family:Verdana;
	font-size: 7.5pt; 
	padding:10px;
	border-bottom-width:1px;
	border-bottom-style:outset;
	z-index:500;
}
.TreeBottomPanel
{
	background-color:rgb(231, 231, 231);
	font-family:Verdana;
	font-size: 7.5pt; 
	padding:10px;
	border-top-width:1px;
	border-top-style:outset;
	z-index:500;
}
.TreeNodeTextColumn
{
	font-family:Verdana;
	font-size: 7.5pt; 
	border-style:solid;
	border-width: 1px;
	border-color:Green;
	text-align:left;
	width:300px;		
}
.TreeNodeSumColumn
{
	font-family:Verdana;
	font-size: 7.5pt; 
	border-style:solid;
	border-width: 1px;
	border-color:Green;
	text-align:right;
	width:300px;		
}

.TreeView 
{ 
	background-color: white; 
	border: 1px solid black; 
	cursor: default; 
} 
.TreeNode 
{ 
	font-family: verdana, Arial;
	font-size: 7.5pt; 
	padding-left: 0px; 
	cursor: default; 
} 
.SelectedTreeNode 
{ 
	font-family: verdana, Arial;
	font-size: 7.5pt; 
	padding-left: 0px; 
	font-weight:bold;
	text-decoration:Underline;
	color:Black;
	cursor: default; 
	
} 
.HoverTreeNode 
{ 
	font-family: verdana, Arial;
	font-size: 7.5pt; 
	padding-left: 0px; 
	font-weight:bold;
	color:Black;
	cursor: default; 
} 
._StyleNodeText
{
	font-family: verdana, Arial;
	font-size: 7.5pt;
	background-color:white;
	color:Black;
	border-style:solid;	
	border-width:1px;
	border-color:rgb(231, 231, 231);
	height:16px;	
	width:530px;
	text-indent:4px;
	margin-left: 8px;
}
._StyleNodeSum
{
	font-family: verdana, Arial;
	font-size: 7.5pt; 
	background-color:white;
	color:Black;
	border-style:solid;	
	border-width:1px;
	border-color:rgb(231, 231, 231);
	height:16px;	
	width:130px;
	text-indent:4px;
	text-align:right;
}
.StyleNodeText
{
	font-family: verdana, Arial;
	font-size: 7.5pt;
	background-color:rgb(225, 231, 230);
	color:Black;
	border-style:outset;	
	height:16px;	
	width:330px;
	display:inline;
	text-indent:4px;
	border-width:1px;
}
.StyleNodeSum
{
	font-family: verdana, Arial;
	font-size: 7.5pt; 
	background-color:rgb(225, 231, 230);
	color:Black;
	border-style:outset;		
	height:16px;	
	width:130px;
	display:inline;
	text-indent:4px;
	border-width:1px;
	text-align:right;
}


