.TreeNode
{
    font-family: Arial;
    font-size: 14px;
    color: #443724;
    padding-left: 3px;
    text-decoration: none;
    font-weight: bold;
}

.TreeNodeOver 
{ 
	font-family: Arial; 
	font-size: 14px; 
	color: #443724;
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
	/*font-weight: bold;*/
}

.TreeNodeSelect 
{ 
	font-family: Arial; 
	font-size: 12px; 
	color: white; 
	background: #316AC5; 	
    cursor: pointer;
	cursor: hand;
	/*margin-left: 30px;	*/
}

.TreeNodeDisabled
{ 
	font-family: Arial;
	font-size: 12px; 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}


.TreeContextItem
{ 
	font-family: Arial;
	font-size:12px;
	cursor: pointer;
	cursor: hand;
	padding-left:30px; /*4*/
	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:12px;
	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: Arial; 
	font-size: 12px;
	margin-left: 3px;  /*3*/
	text-align: left;
}
.TreeNodeNivel1
{
    /*border: 1px gray solid;*/
    font-family: Arial;
    font-size: 11px;
    margin-left: 3px; /*3*/
    text-align: left;
    color: #0f0a07;
}

.TreeNodeNivel2
{
    /*border: 1px gray solid;*/
    font-family: Arial;
    font-size: 12px;
    margin-left: 3px;/*3*/
    text-align: left;
    color:  Blue ;
}
.Articulos
{
    /*   border: 1px gray solid;*/
    font-family: Arial;
    font-size: 11px;
    margin-left: 3px; /*3*/
    text-align: left;
    color: #443724;
}


