/* PukiWiki - Yet another WikiWikiWeb clone.
// $Id: treeview.css,v 1.00 2012/10/14 00:00:00 acompass.net Exp $
// Copyright (C)
//   2012-2014 acompass.net
// License: GPL v2 or (at your option) any later version
*/

.treeview ul {
	margin: 0 0 0 1em;
	padding-left: 0;
	cursor: default;
	font-size: 100%;
}

.treeview * ul {
	margin: 0 0 0 0.5em;
	font-size: 100%;
}

.treeview li,
.treeview * li {
	line-height: 120%;
	font-size: 100%;
	font-family:verdana, arial, helvetica, Sans-Serif;
	margin: 0 0 0 -12px;
	padding: 0 0 0 15px;
	list-style-type: none;
	background: transparent url(../image/leaf.gif) no-repeat 0 0.1em;
	background-position:left bottom;
}

.treeview * li.collapsed {
	background-image: url(../image/collapsed.gif);
	cursor: pointer;
	background-position:left top;
	font-weight:bold;
}

.treeview * li.expanded {
	background-image: url(../image/expanded.gif);
	cursor: pointer;
	background-position:left top;
}

.treeview * a {
	color: #000066;
	font-size: 100%;
	display: block;
	width: 90%;
	padding: 2px 0 3px 0;
	text-decoration: none;
/*	white-space: nowrap;*/
}

.treeview li a {
	margin-left: 4px;			/* (width of image) - (indent) */
}

* html .treeview a {
	padding-bottom: 1px;
}

.treeview a:hover {
	background: #ccddee;
}

.treeview a:visited {
	color: #990000;
}

.treeview span.count {
	margin-left: 0.5em;
	color: #880033;
	font-family: Arial, sans-serif;
	font-size: 90%;
}

.treeview h1,h2,h3,h4,h5,h6{
	width: auto;
}
