@CHARSET "ISO-8859-1";

ul.tree, ul.tree ul, ul.tree li {
	margin: 0;
	padding: 0;
}

ul.tree li.open ul {
	display: block;
}

ul.tree li.closed ul, ul.tree li.last-child-closed ul, ul.tree li.last-filtered-child-closed ul {
	display: none;
}

/* sublist indentation */
ul.tree ul {
	padding-left: 25px;
}

ul.tree li {
	/*width: 500px;*/
	padding-top: 1px;
	list-style-position: inside;
	list-style-image: url(../../imagens/tree/vertbranch.gif);
	background-image: url(../../imagens/tree/dotted.gif);
	background-repeat: repeat-y;
	cursor: default;
	font-size: 11px;
	white-space: nowrap;
}

ul.tree li.last-child, ul.tree li.last-filtered-child {
	background-repeat: no-repeat;
	list-style-image: url(../../imagens/tree/dottedend.gif);
}

ul.tree li.open {
	list-style-image: url(../../imagens/tree/minusmid.gif);
}

ul.tree li.last-child-open, ul.tree li.last-filtered-child-open {
	background-image: none;
	list-style-image: url(../../imagens/tree/minusend.gif);
}

ul.tree li.closed {
	list-style-image: url(../../imagens/tree/plusmid.gif);
}

ul.tree li.last-child-closed, ul.tree li.last-filtered-child-closed {
	background-image: none;
	list-style-image: url(../../imagens/tree/plusend.gif);
}

ul.tree span.node {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	cursor: pointer;
}

ul.tree span.Unchecked {
	background-image: url(../../imagens/tree/unchecked.png);
}

ul.tree span.Checked {
	background-image: url(../../imagens/tree/checked.png);	
}

ul.tree span.Semichecked {
	background-image: url(../../imagens/tree/semichecked.png);	
}

ul.tree span.Pasta {
	background-image: url(../../imagens/tree/pasta.png);
}

/* <span> so para o IE */
ul.tree span.ie {
	width: 9px;
}

ul.tree li > span.ie {
	display: none;
}


div.treeSelect {
	height: inherit;
	margin: inherit;
	width: inherit;
}

div.treeSelect div.treeMessage {
	margin-bottom: 10px;
	padding: 10px 0;
	background-color: #FFC;
	text-align: center;
}

div.treeSelect div.treeView {
	padding: 10px;
	overflow: auto;
	height: 350px;
	text-align: left;
}

/* IE only */
* html div.treeSelect div.treeView {
	width: 490px;
}

div.treeSelect div.popupBar {
	padding: 0 5px;
	background-color: #CCCCCC;
}

div.treeSelect input.smallButton {
	padding: 0;
	font-size: 10px;
}
