﻿.TreeView
{
	font-weight: normal;	
}

.TreeView a:active
{
	color: #A30046;
	text-decoration: underline;
}

.TreeView a:hover
{
	color: #A30046;
	text-decoration: underline;
}

.TreeViewItem a
{
	font-weight: normal;
	text-decoration: none;
	color: #4D4D4D;	
}

.TreeViewItem
{
	border-bottom: dotted 1px #D8D8D8;
}

.TreeViewItem2 a
{
	text-decoration: none;
	color: #4D4D4D;
	background: url("Images/pil.gif") no-repeat;
	padding-left: 20px;
}

.TreeViewItem2
{
	border: solid 1p green;
	/*background-color: Blue;*/
}

.TreeViewItem3 a
{
	font-weight: normal;
	text-decoration: none;	
	color: #A30046;
	padding-left: 20px;
}

.NodeStyle
{
	padding-top: 4px;
	padding-bottom: 4px;	
/*	border-bottom: dotted 1px #D8D8D8;*/
}

.LeafNode
{
	font-weight: normal;	
	width: 100%;	
	/*border: none;*/
	/*border-bottom: dotted 1px #D8D8D8;*/
}

.RootNode
{		
	margin-top: 29px;
	width: 100%;	
	/*border-bottom: dotted 1px #D8D8D8;			*/
}

/*.RootNode a
{
	color: Green;
}*/

.TreeViewItemHover
{

	/*font-weight: bold;*/
	/*border: solid 1px red;*/
}

.TreeViewItemSelected
{
	border-bottom: none;
}

.TreeViewItemSelected a
{	
	font-weight: bold;	
	color: #A30046;
	border-bottom: solid 2px #000000;	
}

