@charset "UTF-8";
/**
 * proform xml fa kezelés
 * $Id: xmltree.css,v 1.3 2005/10/05 07:43:28 gyuris Exp $
 */

.xml-tree UL {
	margin: 1px 0 6px 0;
	padding-left: 20px;
}
.xml-tree UL UL {
	margin-left: 10px;
	padding: 0;
	display: none;
}
.xml-tree LI {
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	clear: left;
}
.xml-tree LI STRONG {
	float: left;
	width: 17px;
	height: 19px;
	cursor: pointer;
	margin: 2px 2px 0 0;
	font-size: 0px;
}
.xml-tree LI STRONG.node {
	background: url(xmltree.gif) no-repeat 0px -18px;
}
.xml-tree LI STRONG.node-open {
	background: url(xmltree.gif) no-repeat 0px -37px;
}
.xml-tree LI STRONG.letter {
	background: url(xmltree.gif) no-repeat 0px 1px;
}
.xml-tree LI SPAN {
	min-width: 200px;
	font: 12px/22px Verdana, sans-serif;
	padding: 2px .5em;
	background-repeat: no-repeat;
	cursor: default;
}
.xml-tree LI SPAN.active {
	background-color: #FF8800;
	cursor: pointer;
}
.xml-tree LI SPAN.signed-letter {
	color: rgb(255, 143, 0);
}
.xml-tree LI SPAN.signed-path { /* már módosított - funkcionális */
	color: green;
}
.xml-tree LI SPAN EM { /* módosított signed-letter */
	padding-left: 12px;
	color: black;
}
.xml-tree LI SPAN a:hover {
	color: #FF7200;
	}


