.TreeInicio {
	overflow: auto;
	font-size: 8pt;
	font-family: verdana, Verdana;
}

.Tree {
	background: url(../img/i.gif) repeat-y top left;
	margin-left: 21px;
}

.TreeOculto {
	background: url(../img/i.gif) repeat-y top left;
	margin-left: 21px;
	display: none;
}

.TreeEnd {
	background-position: 0px -10px;
	background: url(../img/i_half.gif) no-repeat top left;
	margin-left: 21px;
}

.TreeEndOculto {
	background-position: 0px -10px;
	background: url(../img/i_half.gif) no-repeat top left;
	margin-left: 21px;
	display: none;
}

.TreeIHalf{
	background: url(../img/i.gif) no-repeat top left; 
        background-position: 3px 15px;
}

.TreeExpandPlus{
	background: url(../img/expand_plus.gif) no-repeat top left;
	margin-left: 0px;
	height: expression(this.scrollHeight <= "24" ? "24" : "auto");
	min-height: 20px;
}

.TreeClosed{
	background: url(../img/closed.gif) no-repeat top left;
	margin-left: 18px;
	height: expression(this.scrollHeight <= "24" ? "24" : "auto");
	min-height: 20px;
}

.TreeExpandMinus{
	background: url(../img/expand_minus.gif) no-repeat top left;
	margin-left: 0px;
	height: expression(this.scrollHeight <= "24" ? "24" : "auto");
	min-height: 20px;
}

.TreeExpandLeaf{
	background: url(../img/expand_leaf.gif) no-repeat top left;
	margin-left: 0px;
	height: expression(this.scrollHeight <= "24" ? "24" : "auto");
	min-height: 20px;
}

.TreeOpen{
	background: url(../img/open.gif) no-repeat top left;
	margin-left: 18px;
	height: expression(this.scrollHeight <= "24" ? "24" : "auto");
	min-height: 20px;
}

.TreeOpenI{
	background: url(../img/i_half.gif) no-repeat top left;
	margin-left: 0px;
	height: expression(this.scrollHeight <= "24" ? "24" : "auto");
	min-height: 20px;
}

.TreeLabel{
	margin-left: 18px;
	height: expression(this.scrollHeight <= "24" ? "24" : "auto");
	min-height: 20px;
}

.TreeImageClose {
	background: url("../img/pm.gif") no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	cursor: pointer;
	font-family: verdana;
	font-size: 8pt;
}

a.TreeImageClose:hover{
	text-decoration: none !important;
}

.TreeImageOpen {
	background: url("../img/pm.gif") no-repeat;
	background-position: 0px -9px;
	padding-left: 5px;
	cursor: pointer;
	font-family: verdana;
	font-size: 8pt;
}

.TreeSomenteTexto{
	padding-left: 10px;
	font-family: verdana;
	font-size: 8pt;
}