﻿/*----------------- Tree ---------------------*/
div.tree
{	
	visibility: hidden;	
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
}
div.node
{
	display:inline;
}
div.nodeitem
{
	/*margin-left: 20px;*/
	display: block;
}
nodeimgArr
{
	cursor: hand;
	text-decoration: none;
	width:6px;
	height:6px;	
	background-image:url('treemenu/bullet_arrow.jpg');
	color: #1F4F77;
	font-family:Microsoft Sans Serif;
	font-size: 11px;
	
}
nodeimg
{
	cursor: hand;
	border: None 0px;
	text-decoration: none;
	width:6px;
	height:6px;
	background-image:url('treemenu/bullet_point.jpg');	
	color: #1F4F77;
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	
}
a.nodetext, a.nodetext:hover
{
	cursor: hand;
	border: None 0px;
	text-decoration: none;
	/* color: #1F4F77; */
	color: #125088;
	font-family: Microsoft Sans Serif;
	font-size: 12px;
}
div.nodechild
{
	margin-left: 20px;
	display: block;
}
div.nodechildhiden
{
	visibility: hidden;
	overflow: hidden;
	margin-left: 20px;
	display: block;
}
div.treeheader
{
	color: #7BA6CA;
	font-family: Tahoma;
	font-size: 24pt;
	text-align:center;
	vertical-align:middle;
	height: 42pt;
} 

.treeCaption
{
	font-size:20px;
	font-family: Microsoft Sans Serif;
}
