.TreeNode 
{ 
	font-family: Tahoma;
	font-size: 11px; 
	color: #04465E;	
	padding-left: 3px;
	text-decoration: none;	
}

.TreeNodeOver 
{
	font-family: Tahoma;
	font-size: 11px;
	color: #04465E;
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;	
}

.TreeNodeSelect 
{     
	font-family: Tahoma; 
	font-size: 11px; 
	color: #04465E; 	
    cursor: pointer;
    text-decoration: underline; 
	cursor: hand;
	margin-left: 3px;
	font-weight: bold;
}

#CategoriesTree Div, .CategoriesTree Div
{
	background-color:#CCF2CC;
	color:#327D3C;
}

.TreeNodeTopLevel  
{ 
	background-color:#CCF2CC;
	color:#327D3C;
	
	font-family: Tahoma;
	font-size: 11px; 
	padding-left: 3px;
	text-decoration: none;
	font-weight:bold;
}

.TreeNodeOverTopLevel  
{
	font-family: Tahoma;
	font-size: 11px;
	color: #04465E;
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
	font-weight:bold;
}

.TreeNodeSelectTopLevel  
{     
	background-color:#CCF2CC;
	color:#327D3C;
	
	font-family: Tahoma; 
	font-size: 11px; 
	
    cursor: pointer;
	cursor: hand;
	margin-left: 3px;
	font-weight:bold;
}

.TreeNodeDisabled
{ 
	font-family: Tahoma;
	font-size: 11px; 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}

.TreeNodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;
  margin-left: 4px;  
}

.LoadingMessage
{
	font-family: Tahoma; 
	font-size: 11px; 
	background:LemonChiffon; 
	border: solid 1px;
	padding: 2px;
}

.LoadingMessageBlue
{
	font-family: Tahoma; 
	font-size: 11px; 
	color: Blue;
	padding: 2px;
}


.TreeContextItem
{ 
	font-family: Arial;
	font-size:10px;
	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:10px;
	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: tahoma; 
	font-size: 11px;
	margin-left: 3px;  
	text-align: left;
}