/* 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
{
	padding-right: 0px;
	background-position: left bottom;
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 7px 0px 0px;
	vertical-align: baseline;
	cursor: hand;
	color: #666666;
	border-top-style: none;
	padding-top: 7px;
	background-repeat: repeat-x;
	font-family: tahoma;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	border-bottom-style: none;
}
/* celda des items en general:utilitzats*/
.TreeNodeRow1
{
	padding-right: 0px;
	background-position: left bottom;
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 2px 0px 0px;
	vertical-align: baseline;
	color: #3181a8;
	border-top-style: none;
	text-indent: 0pt;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: tahoma;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	border-bottom-style: none;
}
.TreeNodeRow2
{
	padding-right: 0px;
	background-position: left bottom;
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 2px 0px 0px;
	vertical-align: baseline;
	color: #A35C72;
	border-top-style: none;
	text-indent: 0pt;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: tahoma;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	border-bottom-style: none;
}
.TreeNodeRow3
{
	padding-right: 0px;
	background-position: left bottom;
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 2px 0px 0px;
	vertical-align: baseline;
	color: #306266;
	border-top-style: none;
	text-indent: 0pt;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: tahoma;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	border-bottom-style: none;
}
/* Estil que definex cada node on hover :utilitzat en general*/

.HoverTreeNode
{
	padding-right: 0px;
	background-position: left bottom;
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 2px 0px 0px;
	vertical-align: baseline;
	color: #999999;
	border-top-style: none;
	text-indent: 0pt;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: tahoma;
	border-right-style: none;
	border-left-style: none;
	background-color: #ffffff;
	text-align: left;
	border-bottom-style: none;
}

.SelecTreeNode
{
	padding-right: 0px;
	background-position: left bottom;
	padding-left: 0px;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: baseline;
	cursor: hand;
	
	padding-top: 0px;
	background-color: #f0f8ff;
	text-align: left;
}
/* Estil que definex cada childnode  :utilitzat en general*/

.TreeChildNode
{
	border-right: 1px;
	background-position: left bottom;
	border-top: 1px;
	margin-top: 0px;
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	vertical-align: baseline;
	border-left: 1px;
	cursor: hand;
	color: #999999;
	border-bottom: 1px;
	background-repeat: repeat-x;
	font-style: normal;
	font-family: verdana;
	letter-spacing: normal;
	background-color: transparent;
	text-align: left;
}

.TreesubChildNode
{
	background-position: left bottom;
	font-weight: normal;
	font-size: 10px;
	vertical-align: baseline;
	cursor: hand;
	color: dimgray;
	
	background-repeat: repeat-x;
	font-style: normal;
	font-family: tahoma;
	text-align: left;
}