﻿.TreeView
{
	font-weight: normal;	
	/*background: #E2E2E2 url(Images/treeBg1.gif) repeat-x;*/

	font-size: 10px;	
	text-decoration: none;
}

.TreeViewItem
{
	background: #E2E2E2 url(Images/treeBg1.gif) repeat-x;
	width: 100%;	
	text-decoration: none;
}

.TreeViewItem a
{	
	text-decoration: none;
}

.TreeViewItem2
{
	background-color: #f6dec6;
	width: 100%;
	padding-left: 5px;
}

.TreeViewItem3 a
{
	font-weight: normal;
	text-decoration: none;		
}

.NodeStyle
{
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	padding-left: 5px;
}

.NodeStyle a
{
	text-decoration: none;
}

.LeafNode
{
	text-decoration: none;
}

.RootNode
{	
	text-decoration: none;
}

.TreeViewItemHover
{
	color: #F89135;
}


.TreeViewItemSelected
{	
	font-weight: bold;	
	color: #F89135;	
	width: 100%;
	background: #F89135 url(Images/treeBg2.gif) repeat-x;		
}



