.TreeNode 
{ 
	font-family: Georgia, Garamond, Times New Roman, Serif;
	font-size: 9pt;
	font-weight: normal;
	color: black;	
	padding-left: 3px;
	text-decoration: none;	
}

.TreeNodeOver 
{
	font-family: Georgia, Garamond, Times New Roman, Serif;
	font-size: 9pt;
	font-weight: normal;
	color: #999933;
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;	
}

.TreeNodeSelect 
{     
	font-family: Georgia, Garamond, Times New Roman, Serif; 
	font-size: 9pt; 
	font-weight: normal;
	color: #999933; 
	background: #FFFF99; 	
    cursor: pointer;
	cursor: hand;
	margin-left: 3px;
}

.TreeNodeDisabled
{ 
	font-family: Georgia, Garamond, Times New Roman, Serif;
	font-size: 9pt; 
	font-weight: normal;
	color: #CCCC66;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}

.TreeNodeEdit 
{
  border:1px gray solid;
  font-family: Georgia, Garamond, Times New Roman, Serif; 
  font-size: 9pt;
  font-weight: normal;
  margin-left: 4px;  
}

.LoadingMessage
{
	font-family: Georgia, Garamond, Times New Roman, Serif; 
	font-size: 9pt; 
	font-weight: normal;
	background: #FFFF99; 
	border: solid 1px;
	padding: 2px;
}

.LoadingMessageBlue
{
	font-family: Georgia, Garamond, Times New Roman, Serif; 
	font-size: 9pt; 
	font-weight: normal;
	color: #336699;
	padding: 2px;
}


.TreeContextItem
{ 
	font-family: Georgia, Garamond, Times New Roman, Serif;
	font-size:9pt;
	font-weight: normal;
	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: Georgia, Garamond, Times New Roman, Serif;
	font-size:9pt;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color: #FFFF99;
	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: Georgia, Garamond, Times New Roman, Serif; 
	font-size: 9pt;
	font-weight: normal;
	margin-left: 3px;  
	text-align: left;
}
