/* no utilitzat de moment
.TreeViewHeader
{
	border-right: #57566f 1px solid;
	padding-right: 1px;
	border-top: #57566f 1px solid;
	padding-left: 1px;
	font-weight: bold;
	font-size: 11px;
	background: url(images/treeview_headerBg.gif) #737294;
	padding-bottom: 1px;
	border-left: #57566f 1px solid;
	cursor: default;
	color: #ffffff;
	padding-top: 1px;
	border-bottom: #57566f 0px solid;
	font-family: tahoma;
}

/* caracteristicas generals des marc i fons: utlitzat
.TreeView
{
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	background-repeat: repeat-y;
	font-family: tahoma;
}
 no utlitzat
.TreeViewMargin
{
	border-right: #57566f 1px solid;
	border-top: #57566f 1px solid;
	padding-left: 1px;
	background-attachment: scroll;
	background-image: url(images/margin.gif);
	border-left: #57566f 1px solid;
	cursor: default;
	padding-top: 4px;
	border-bottom: #57566f 1px solid;
	background-repeat: repeat-y;
	background-color: transparent;
}
 Estil que definex cada node :utilitzat en general*/
.TreeNode
{
	background-position: left bottom;
	font-weight: bold;
	font-size: 11px;
	vertical-align: baseline;
	cursor: hand;
	color: #666666;
	font-family: tahoma;
	background-repeat: repeat-x;
	text-align: left;
}
/* celda des items en general:utilitzats*/
.TreeNodeRow
{
	background-position: left top;
	margin-top: 1px;
	font-size: 11px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	vertical-align: baseline;
	width: 88px;
	padding-top: 1px;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 10px;
	text-align: left;
}
/* Estil que definex cada node on hover :utilitzat en general*/

.HoverTreeNode
{
	background-position: left top;
	margin-top: 1px;
	font-size: 11px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	vertical-align: baseline;
    cursor: hand;
	height: 11px;
	background-color: #f0f8ff;
	text-align: left;
	padding-top: 1px;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 10px;

}

.SelecTreeNode
{	
	background-position: left top;
	margin-top: 1px;
	font-size: 11px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	vertical-align: baseline;
    cursor: hand;
	height: 11px;
	background-color: #f0f8ff;
	text-align: left;
	padding-top: 1px;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 10px;
}
/* Estil que definex cada childnode  :utilitzat en general*/

.TreeChildNode
{
	font-size: 11px;
	cursor: hand;
	color: #666666;
	font-family: tahoma;
	text-align: left;
}


.TreesubChildNode
{
	font-weight: normal;
	font-size: 10px;
	cursor: hand;
	color: dimgray;
	font-family: tahoma;
	text-align: left;
}