
/* TODO: cursor:hand; was bullshit on firefox */

.son {
	position: relative;
	left: 10px;
}


.plus {
	font-weight: bold;
	cursor: pointer;
        /*cursor: hand;*/
	color: #000000;
	font-family: monospace;
}

.plusleaf {
	font-weight: normal;
	cursor: pointer;
        /*cursor: hand;*/
	color: #000000;
                font-family      : Trebuchet MS, Verdana, Arial;
}

.plus:hover {
	color: #FF0000;
}

.opened {
	display: block;
}

.closed {
	display: none;
}

/* link */
.l {
	padding: 2px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
     /*cursor: hand;*/
	white-space: nowrap;
                font-family      : Trebuchet MS, Verdana, Arial;
}

.l:hover {
	text-decoration: underline;
}


/* selected link */
.sl {
	padding: 2px;
	font-weight: bold;
      /* color: #0000FF; */
      color: #63699c;
	text-decoration: none;
	cursor: pointer;
      /*cursor: hand;*/
	white-space: nowrap;
                font-family      : Trebuchet MS, Verdana, Arial;
}

.sl:hover {
	text-decoration: underline;
}



