.TreeNode
{ 
	font-family: Tahoma;
	font-size: 8pt; 
	color: black;	
	padding-left: 3px;
	text-align: left;
	text-decoration: none;
}

.TreeNodeOver 
{ 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: black; 	
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;	
	text-align: left;
}

.TreeNodeSelect 
{ 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: white; 
	background: #316AC5; 	
    cursor: pointer;
	cursor: hand;
	margin-left: 3px;	
	text-align: left;
}

.TreeContextItem
{ 
	font-family: Arial;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#F6F6F6;
	background-image:url(itemsBg.gif); 
	background-repeat:repeat-y;
	width:100%;	
	text-align: left;
}

.TreeContextItemOver
{
	font-family: Arial;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;	
	background-color: #FFEEC2;	
	width:100%;
	text-align: left;
}

.TreeNodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 8pt;
  margin-left: 3px;  
  text-align: left;
}


.TreeNodeOverNoUnderline 
{ 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: black; 	
	text-decoration: none; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;	
	text-align: left;
}

.CurrentProfileNode
{ 
   font-family: Tahoma;
	font-size: 8pt; 
	color: black;	
	padding-left: 3px;
	text-align: left;
	text-decoration: none;
	font-weight:bold; 
}
.CurrentProfileNodeOver
{ 
   font-family: Tahoma;
   cursor: pointer;
	font-size: 8pt; 
	color: black;	
	padding-left: 3px;
	text-align: left;
	text-decoration: none;
	font-weight:bold; 
}
.CurrentProfileNodeSelect 
{ 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: white; 
	background: #316AC5; 	
   cursor: pointer;
	cursor: hand;
	margin-left: 3px;	
	text-align: left;
	font-weight:bold; 
}

.FolderNode
{ 
   font-family: Tahoma;
	font-size: 8pt; 
	color: black;	
	padding-left: 3px;
	text-align: left;
	text-decoration: none;
	font-weight:normal; 
}
.FolderNodeOver
{ 
   font-family: Tahoma;
   cursor: pointer;
	font-size: 8pt; 
	color: black;	
	padding-left: 3px;
	text-align: left;
	text-decoration: none;
	font-weight:normal; 
}
.FolderNodeSelect 
{ 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: white; 
	background: #316AC5; 	
   cursor: pointer;
	cursor: hand;
	margin-left: 3px;	
	text-align: left;
	font-weight:normal; 
}

.ItemNode
{ 
   font-family: Tahoma;
	font-size: 8pt; 
	color:  black;	
	padding-left: 3px;
	text-align: left;
	text-decoration: none;
	font-weight:normal; 
	text-decoration: underline; 
}
.ItemNodeOver
{ 
   font-family: Tahoma;
   cursor: pointer;
	font-size: 8pt; 
	color: black;	
	padding-left: 3px;
	text-align: left;
	text-decoration: none;
	font-weight:normal; 
	text-decoration: underline; 
}
.ItemNodeSelect 
{ 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: white; 
	background: #316AC5; 	
   cursor: pointer;
	cursor: hand;
	margin-left: 3px;	
	text-align: left;
	font-weight:normal; 
	text-decoration: underline; 
}
