﻿body {
}

.selectedNodeStyle
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #9E6450;
	font-weight: bolder;
	height: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	margin-left:3px;
}
.rootNodeStyle
{
	width: 125px;
	border-bottom: solid 1px #E8E8E8;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #3E3E3E;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	height: 20px;
	margin-left:3px;
}
.leafNodeStyle
{
	width: 125px;
	height: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #3E3E3E;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: solid 1px #E8E8E8;
	margin-left:3px;
}

