﻿
.TreeNode 
{ 
	font-family: Arial;
	font-size: 9pt; 
	color: #297B3D;	
	text-decoration: none;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	display: -moz-inline-block;
    display:inline-block;
    font-weight:bold;
}

.TreeNodeOver 
{
	font-family: Arial;
	font-size: 9pt;
	color: #297B3D;
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;	
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	display: -moz-inline-block;
    display:inline-block;

	font-weight:bold;
}

.TreeNodeSelect 
{     
	font-family: Arial; 
	font-size: 9pt; 
	color: #297B3D;  	
    cursor: pointer;
	cursor: hand;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	display: -moz-inline-block;
    display:inline-block;
	font-weight:bold;
}

.TreeNodeDisabled
{ 
	font-family: Arial;
	font-size: 9pt; 
	color: gray;	
	padding-left: 1px;
	text-decoration: none;
	cursor: default;
}

.TreeNodeEdit 
{
  border:1px gray solid;
  font-family: Arial; 
  font-size: 9pt;
  margin-left: 4px;  
}

.LoadingMessage
{
	font-family: Arial; 
	font-size: 9pt; 
	background:LemonChiffon; 
	border: solid 1px;
	padding: 2px;
}

.LoadingMessageBlue
{
	font-family: Arial; 
	font-size: 9pt; 
	color: Blue;
	padding: 2px;
}
.TreeContextItem
{ 
	font-family: Arial;
	font-size:9px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#fdfdfd;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #e3e3e3;
}
 
.TreeContextItemOver
{
	font-family: Arial;
	font-size:9px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#f3f3f3;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #d4d4d4;
}
 
.TreeNodeEdit 
{
	border:1px gray solid;
	font-family: Arial; 
	font-size: 9pt;
	margin-left: 3px;  
	text-align: left;
}
