/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landro               |
|--------------------------------------------------*/
/*
 a.nodeFdUrl	        Namespace with url link (headpage)	        js
 a.node 	        Namespace without url link        	        js
 a.nodeUrl	        Page	                                        js
 a.nodeSel 	        Last visited page            	                js
 a.navSel 	        Current page            	                js
 a.indexmenu_idx_head	link style of a namespace with url (headpage)	nojs
 a.indexmenu_idx	link style of a namespace without url	        nojs
 */ 

/* dtree properties. No need to change*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: __text__;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: top;
}

/*Properties that can be edit*/

/*Link properties*/
.dtree a {
	color: __existing__;
	text-decoration: none;
}
/*Link properties*/
.dtree a.node, .dtree a.nodeSel a.navSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
/* Last visited page highlighting*/
.dtree a.nodeSel {
	background-color:  __background_alt__;
}
/* Current page highlighting*/
.dtree a.navSel {
        background-color: __highlight__;
}

.dtree .clip {
}

/*Namespace without page link in nojs mode. !important has to be used*/
div.li a.indexmenu_idx {
        color: __missing__ !important;
        text-decoration: none !important;
}

/*Namespace with page link (headpage) in nojs mode. !important has to be used*/
div.li a.indexmenu_idx_head {

}

/*Style for admin panel interface*/
div.dokuwiki div.indexmenu_list_themes { 
  clear: both;
  border-top: 2px solid __border__;
  padding-left: 1em;
}

/*Mouseover property*/
.dtree a.nodeFdUrl:hover, .dtree a.nodeSel:hover, a.navSel:hover, .dtree a.nodeUrl:hover {
	color: __existing__;
	text-decoration: underline;
	background-color:  __background_alt__;
}
/*Mouseover property*/
.dtree a.node:hover {
        text-decoration: none;
}
