.TreeNode 
{ 
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	padding: 0px 0px 0px 3px;
	text-decoration: none;
}

.TreeNodeOver 
{
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;	
}

.TreeNodeSelect 
{     
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	background: #FFFFFF; 	
    cursor: pointer;
	cursor: hand;
	margin-left: 3px;
}

.TreeNodeDisabled
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}

.TreeNodeEdit 
{
  border:1px gray solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  margin-left: 4px;  
}

.LoadingMessage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: solid 1px;
	padding: 2px;
}

.LoadingMessageBlue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Blue;
	padding: 2px;
}


.TreeContextItem
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#FFFFFF;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #e3e3e3;
}
 
.TreeContextItemOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#FFFFFF;
	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, Helvetica, sans-serif;
	font-size: x-small;
	margin-left: 3px;  
	text-align: left;
}