@charset "utf-8";
/* CSS Document */

.separador{
/*	height: 30px;*/
margin-top: 00px;
}

.zpTreeContainer{
	width: 145px;
}

/* Altura dos itens 1º nível */
.zpTreeContainer .tree-item .tree-table{
	height: 25px;
}

/* Altura dos subitens */
.zpTreeContainer .tree .tree .tree-table{
	height: 20px;
}

/* identar os submenus */
.zpTreeContainer .tree .tree {
	padding-left: 8px;
	padding-bottom: 5px;
}

/* custom icons for expanded and closed folder */
.zpTreeContainer div.tree-item-expanded td.customIcon {
  background: url("../imagens/menu_grupo_aberto.png") no-repeat 0 20%;
  line-height:25px;
  width:10px;
}

.zpTreeContainer div.tree-item-collapsed td.customIcon {
  background: url("../imagens/menu_grupo_fechado.png") no-repeat 0 20%;
  line-height:25px;
  width:10px;
}

.zpTreeContainer div td.customIcon {
  background: url("../imagens/menu_pagina.png") no-repeat 0 top;
  line-height:25px;
  width:10px;
}


.zpTreeContainer .tree .tree td.customIcon{
	background-position: top;

}
.zpTreeContainer .tree-item td.label {
	vertical-align: top;
}

.zpTreeContainer .tree-item .label { 
  cursor: pointer; 
  cursor: hand;
}

.zpTreeContainer .tree-item .icon { 
  cursor: pointer;
}
