/* This is stylesheet for hTree */

/* WITHOUT JavaScript */
.hTree { }
.hTree li { }
.hTree ul li { }
.hTree a { }

.htree .main {
 font-weight:bold;
}

.htree li.main li {
 font-weight:normal;
}

.hTree a {
	padding:.1em .5em .1em .1em;
	text-decoration:none;
	color:black;
}
.hTree a:focus,
.hTree a:active {
	background: #316ac5;
	color:#fff;
}
.hTree a:hover {
	color:#000080;
	text-decoration:underline;
}
.hTree a:focus:hover {
	color:#fff;
}

.hTree .main a:focus,
.hTree .main a:active {
	background:inherit;
	color:#000;
}
.hTree .main a:hover {
	background:inherit;
	color:#000;
	text-decoration:none;
	cursor:default;
}
.hTree .main a:focus:hover {
	background:inherit;
	color:#000;
}

/* WITH JavaScript */
.hTreeJS, .hTreeJS ul, .hTreeJS li {
	margin:0;
	padding:0;
}

.htreeJS li.main {
 font-weight:bold;
}

.htreeJS li.main li {
 font-weight:normal;
}

.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;
	color:black;
}
.hTreeJS a:focus,
.hTreeJS a:active {
	background: #316ac5;
	color:#fff;
}
.hTreeJS a:hover {
	color:#000080;
	text-decoration:underline;
}
.hTreeJS a:focus:hover {
	color:#fff;
}

/* "main"-punkter skal ikke vises som links */
.hTreeJS .main a:focus,
.hTreeJS .main a:active {
	background:inherit;
	color:#000;
}
.hTreeJS .main a:hover {
	background:inherit;
	color:#000;
	text-decoration:none;
	cursor:default;
}
.hTreeJS .main a:focus:hover {
	background:inherit;
	color:#000;
}

/* underpunkter *skal* vises som links */
.hTreeJS .main li a:focus,
.hTreeJS .main li a:active {
	background: #316ac5;
	color:#fff;
}

.hTreeJS .main li a:hover {
	background:inherit;
	color:#000080;
	text-decoration:underline;
	cursor:pointer;
}

.hTreeJS .main li a:focus:hover {
	background:inherit;
	color:#fff;
}
