/* css especial para tipo simples  */

/* componentes da extrutura */
div.jstree.jstree_simple {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

/* metodo de alocacao lado a lado e propriedades globais */
.jstree.jstree_simple a, .jstree.jstree_simple span {display: table-cell; margin: 0px; padding: 0px;}

/* item mestre */
.jstree.jstree_simple .jstree_node_root {padding: 1px 0 0 0;}

/* conteudo interno do no que contem seus subordinados */
.jstree.jstree_simple div.clip_show { display: block; }
.jstree.jstree_simple div.clip_hide { display: none; }

/* no da linha */
.jstree.jstree_simple div.jstree_node {
	height: 18px;
	overflow: hidden;
	vertical-align: middle;
}

/* link de clique no nome do no */
.jstree.jstree_simple a {
	margin: 0px;
	padding: 0px 3px 0px 1px;
	height: 16px;
	border: 1px solid transparent;
	text-decoration: none;
	line-height: 16px;
	white-space: nowrap;
	vertical-align:top;
}


/* no selecionado */
.jstree.jstree_simple a.node_selected, .jstree.jstree_simple .node_unselected:hover {
	border: 1px solid #06C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* preenchimento do no selecionado */
.jstree.jstree_simple a.node_selected, .jstree.jstree_simple a.node_selected:hover {
	text-decoration: none;
	background-color: #dffeff;
}

.jstree.jstree_simple a.node_selected:active, .jstree.jstree_simple .node_unselected:active{
		background-color: #cfeeef;
}

/* figuras basicas de montagem da arvore */
.jstree.jstree_simple .jstree_icon_root {
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.jstree.jstree_simple .jstree_node_folder_closed { background: url(../ui/jstree_simple_folder-closed.png) 0px 0px no-repeat;}
.jstree.jstree_simple .jstree_node_folder_opened {
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.jstree.jstree_simple .jstree_icon_root, .jstree.jstree_simple .jstree_node_folder_opened {
	background-image: url(../ui/jstree_simple_folder-opened.png);
};

.jstree.jstree_simple .jstree_node_page { background: url(../ui/jstree_simple_page.png) 0px 0px no-repeat;}
.jstree.jstree_simple .jstree_node_empty { background: url(../ui/jstree_simple_empty.gif) 1px 1px no-repeat;}
.jstree.jstree_simple .jstree_node_connect_line { background: url(../ui/jstree_simple_connect_line.gif) 1px 0px no-repeat;}
.jstree.jstree_simple .jstree_node_join { background: url(../ui/jstree_simple_middle_join.gif) 1px 0px no-repeat;}
.jstree.jstree_simple .jstree_node_bottom_join { background: url(../ui/jstree_simple_bottom_join.gif) 1px 0px no-repeat;}
.jstree.jstree_simple .jstree_node_plus { background: url(../ui/jstree_simple_middle_plus.gif) 1px 0px no-repeat;}
.jstree.jstree_simple .jstree_node_bottom_plus { background: url(../ui/jstree_simple_bottom_plus.gif) 1px 0px no-repeat;}
.jstree.jstree_simple .jstree_node_middle_minus { background: url(../ui/jstree_simple_middle_minus.gif) 1px 0px no-repeat;}
.jstree.jstree_simple .jstree_node_bottom_minus { background: url(../ui/jstree_simple_bottom_minus.gif) 1px 0px no-repeat;}
.jstree.jstree_simple .jstree_node_nolines_plus { background: url(../ui/jstree_simple_nolines_plus.gif) 1px 0px no-repeat;}
.jstree.jstree_simple .jstree_node_nolines_minus { background: url(../ui/jstree_simple_nolines_minus.gif) 1px 0px no-repeat;}
.jstree.jstree_simple .jstree_tp {width: 16px; height: 18px; min-width: 16px; min-height: 18px;}


/* label e icone */
.jstree.jstree_simple .jstree_icon {
	float: left;
	width: 16px;
	height: 16px;
	margin: 0px 2px 0px 0px;
}

/* label comum */
.jstree.jstree_simple .jstree_label {
	float: left;
	width: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
/* label selecionado */
.jstree.jstree_simple a.node_selected .jstree_label {color: black;}
/* label nao selecionado mouse-over */
.jstree.jstree_simple a.node_selected:hover .jstree_label {color: #336;}
/* label nao selecionado mouse-over */
.jstree.jstree_simple a.node_unselected:hover .jstree_label { text-decoration: underline;}


.jstree.jstree_simple .jstree_node_root, .jstree.jstree_simple .jstree_label_icon {
	background-repeat: no-repeat;
	min-height: 18px;
	display: table-cell;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.jstree.jstree_simple .jstree_label_icon {
	padding-left: 25px;
	padding-right: 5px;
	background-position: 4px 0px;
}


/*
.jstree.jstree_simple a {
	background-repeat: no-repeat;
	min-height: 18px;
	display: table-cell;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

*/




