﻿/*.TreeView
{
	font-weight: normal;
}*/

.TreeViewItem
{	
	margin-top: 20px;
}

.TreeViewItem2
{
	/*padding: 0px !important;
	margin: 0px !important;*/
	
}

.TreeViewItem a
{
	font-weight: normal;
	text-decoration: none;
	color: #2e2d2e;
}

.TreeViewItem2 a
{
	font-weight: normal;
	text-decoration: none;
	color: #2e2d2e;
}

.TreeViewItem3 a
{
	font-weight: normal;
	text-decoration: none;
	color: #2e2d2e;
}

.LeafNode
{
	font-weight: normal;
}

.RootNode
{
	font-weight: bold;
	margin-top: 29px;
	/*border-bottom: solid 1px #D8D8D8;*/
}

.TreeViewItemHover
{
	color: #a7cfe8;
	/*font-weight: bold;*/
	/*border: solid 1px red;*/
}


.TreeViewItemSelected a
{
	color: #4c86ba;
	font-weight: bold;	
	text-decoration: none;
	/*text-decoration: underline;*/
}

/*.LeafNode
{
	font-weight: normal;
}*/
