/* FMC header */
.TreeViewHeader
{
	border-right: #57566f 1px;
	padding-right: 1px;
	background-position: center top;
	border-top: #57566f 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(/Imas/Mheader.gif);
	padding-bottom: 1px;
	vertical-align: baseline;
	text-transform: uppercase;
	border-left: #57566f 1px;
	width: 150px;
	cursor: default;
	color: #336699;
	line-height: normal;
	padding-top: 1px;
	border-bottom: #57566f 0px;
	background-repeat: repeat-x;
	font-family: Arial;
	text-align: left;
}

/* caracteristicas generals des marc i fons: utlitzat*/
.TreeView
{
	font-weight: bold;
	font-size: 11px;
	background-image: url(../menus/images/celdas.png);
	color: #5199ac;
	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: normal;
	font-size: 11px;
	vertical-align: baseline;
	cursor: hand;
	color: #44788d;
	text-indent: 2pt;
	background-repeat: repeat-x;
	font-family: tahoma;
	text-align: left;
}
/* celda des items en general:utilitzats*/
.TreeNodeRow
{
	background-position: left top;
	margin-top: 1px;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	vertical-align: baseline;
	width: 150px;
	color: #44788d;
	text-indent: 2pt;
	padding-top: 1px;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 10px;
	background-color: #ebf1f4;
	text-align: left;
}
/* Estil que definex cada node on hover :utilitzat en general*/

.HoverTreeNode
{
	background-position: left top;
	margin-top: 1px;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	vertical-align: baseline;
	width: 150px;
	cursor: hand;
	color: #5199ac;
	text-indent: 1pt;
	padding-top: 1px;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 10px;
	background-color: #deeff5;
	text-align: left;
}

.SelecTreeNode
{
	background-position: left top;
	margin-top: 1px;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	vertical-align: baseline;
	width: 150px;
	cursor: hand;
	color: #5199ac;
	text-indent: 1pt;
	padding-top: 1px;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 10px;
	background-color: #deeff5;
	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: 11px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	vertical-align: baseline;
	border-left: 1px;
	cursor: hand;
	color: #327088;
	text-indent: 2pt;
	padding-top: 2px;
	border-bottom: 1px;
	background-repeat: repeat-x;
	font-style: italic;
	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;
	text-indent: 2pt;
	background-repeat: repeat-x;
	font-style: normal;
	font-family: tahoma;
	text-align: left;
}