html,
body {
	font-family: Arial;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
code {
	font-size: 14px;
}
a.wiki {
	color: green;
	text-decoration: none;
}
a.niki {
	color: red;
	text-decoration: none;
}
#main,
#frame {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.toolBar {
	background-color: lightgray;
	padding: 4px;
	padding-top: 5px;
	border-bottom: 1px solid gray;
}
.toolBar a {
	border: 1px solid gray;
	padding: 4px;
}
.toolBar a.active {
	background-color: white;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
}
.image {
	display: inline-block;
	width  : 32px;
	height : 16px;
	background-image: URL(icons.gif);
	position: relative;
	top: 2px;
	margin-right: 2px;
}
.node {
	background-position: 0px -32px;
}
.node.open {
	background-position: 0px -48px;
}
.leaf {
	background-position: 0px -64px;
}
.number1 {
	background-position: 0px 0px;
}
.number1.open {
	background-position: 0px -16px;
}
h1 {
	border-bottom: 1px solid purple;
}
ul.menu {
	padding: 0px;
	margin : 0px;
	position: relative;
}
ul.menu li {
	list-style-type: none;
	padding: 0px;
	margin : 0px;
	text-align: left;
	position: relative;
}
ul.menu li.g {
	color: green;
	cursor: pointer;
	padding: 10px;
	float: left;
	position: relative;
}
ul.menu li.u span {
	border-bottom:1px dotted green;
}
ul.menu li.g li {
	color: black;
	padding: 4px 16px;
}
ul.menu li.g ul {
	display: none;
	padding: 4px;
	margin : 0px;
	border: 1px solid gray;
	background-color: white;
	position: absolute;
	left: 10px;
	top : 30px;
}
pre.code {
	border: 1px solid silver;
	border-left: 10px solid silver;
	padding-left: 10px;
	font-size: 1em;
	font-family: Courier;
	overflow: auto;
}