/* This is stylesheet for hTree */
html, body {
	margin:1;padding:0;
	font:100% verdana;
}
/* WITHOUT JavaScript */
.hTree { }
.hTree li { }
.hTree ul li { }
.hTree a { }

/* WITH JavaScript */
.hTreeJS, .hTreeJS ul, .hTreeJS li {
	margin:0;
	padding:0;
}
.hTreeJS li {
	list-style-type:none;
	list-style-position: outside;
	list-style-image: none;
}
.hTreeJS li img {
	border:0;
	color:#f00; /* color for alt-text when img fail to load */
	font-weight:bold;
	cursor:pointer;
}
.hTreeJS ul li {
	margin-left:1em;	/* Indent */
}
.hTreeJS a {
	padding:.1em .5em .1em .1em;
	text-decoration:none;
	font-family:'verdana','Tahoma','Arial';
	color:white;
	font-size:13px;
}
.hTreeJS a:focus,
.hTreeJS a:active {
	background: #316ac5;
	color:#ffffff;
}
.hTreeJS a:hover {
	font-size:12px;
	color:#FF9900;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
.hTreeJS a:focus:hover {
	color:#ffffff;
}

