/*
.sitemapTree div div div img
{
	display: none;
	border: 2px solid green;
}

.sitemapTree div div div div img
{
	border: none;
}
*/

.TreeNode 
{ 
	padding-left: 3px;
	text-decoration: none;
	font-weight: bold;
}

.TreeNodeOver 
{
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;	
}

.TreeNodeSelect 
{
	color: #ffffff;
	background: #990000;	
    cursor: pointer;
	cursor: hand;
	margin-left: 3px;
}

.TreeNodeDisabled
{ 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}

.TreeNodeEdit 
{
  border: 1px gray solid;
  margin-left: 4px;  
}

.LoadingMessage
{
	color: #990000;
	border: solid 1px;
	padding: 2px;
}

.LoadingMessageBlue
{
	color: #990000;
	padding: 2px;
}

.TreeNodeEdit 
{
	border: 1px gray solid;
	margin-left: 3px;  
	text-align: left;
}

.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;
}
