﻿/* Start style for tree */
.treeNodeText
{
	padding: 1px;
	font-size:8pt;
	font-family:Verdana;
	color: black;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

.treeNodeText.TNHover
{
	color: #000080;
	text-decoration: underline;
}

.treeNodeText.TNSelected
{
	background-color: #316ac5;
	color: white;
}

.treeNodeText.TNSelectedHover
{
	background-color: #316ac5;
	color: white;
	text-decoration: underline;
}

.treeNodeIcon, .treeNodeSign
{
	cursor: pointer;
	cursor: hand;
}

.treeNodeText.TNLoading
{
	color: #7f7c73;
}

.treeViewMain
{
	font-size:8pt;
	font-family:Verdana;
}

.treeViewNode
{
	font-family:Arial;
	font-size:8pt;
	color:blue;
	padding-left:5;
}

.treeViewSelectedNode
{
	
}

.treeViewRootNode
{
	font-weight:bold;
	font-size:9pt;
}

.treeViewHover
{
	font-style:italic;
}

.treeViewParent
{
}
/* Style for tree */