/*
 *This file contains CSS style information for the index page of http://www.projecttree.com
 *This code maybe reused and modified so long as this note remains here
 *Copyright 2003-2004 Mike Radin
 */

.tree_node {
	padding-left: 2px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	font-family: sans-serif;
}
.node_desc{
	position: absolute;
	border:1px solid black;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	/*-moz-opacity: 90%;
	filter: alpha(opacity=90);*/
}
