/* styles for a special type of tree which has html content as nodes - the expand and collapse treeviews */
.TreeView 
{ 
  padding-left: 0px;
} 

.TreeNodeContent
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0px 8px 5px 8px;
	width: 530px;
}

.TreeNodeContent nobr
{ 
	width: 530px;
	white-space: normal;
}

.HeaderNode
{
	font-family: Verdana, Arial, sans-serif; 
	font-size :12px; 
	color : #004394; 
	font-weight : bold;
	text-transform:lowercase;
	cursor: pointer;
	width: 530px;
	padding:5px 0;
}

.HeaderNode nobr
{
	width: 530px;
	white-space: normal;
}

/* end special tree styles*/

