﻿.treeNode
{ 
	font-family: Arial,Helvetica,sans-serif;
	color: #363636;	
	padding-left: 0px;
	text-decoration: none;
}

.treeNode:visited
{
	color: #F58025;
}

/*.treeNode:visited
{
	font-family: Arial,Helvetica,sans-serif;
	padding-left: 0px;
	text-decoration: none;
}

.treeNode:hover
{
	font-family: Arial,Helvetica,sans-serif;
	padding-left: 0px;
	text-decoration: none;
}*/

.treeNodelvl1
{
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}

/*.TreeNodeOver 
{ 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px; 
	color: #363636; 	
	text-decoration: none; 
	cursor: pointer;
	cursor: hand;
	padding-left:0px;
}*/

.TreeNodeSelect 
{ 
	color: #F58025;
	cursor: pointer;
	cursor: hand;
}

.TreeNodeDisabled
{ 
	font-family: Arial, Tahoma;
	font-size: 12px; 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}
