﻿.IVETree
{
	background-color:#EBF2F8;
	border-style:none;
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;  
	display:block;
	overflow:auto; 

}

.IVEWebTreeIsland
{
	Cursor:Default;
	font-size:10px;
	font-family:Verdana,Arial;
	font-weight:normal;  
	background-color:#EBF2F8; 


}

.IVEWebTreeNode
{
	cursor:pointer;
	font-size:10px;
	font-family:Verdana,Arial;
	font-weight:normal;  
	background-color:#EBF2F8; 
	color:#0066CC;
	
}


.IVEWebTreeSelectedNode
{
	Cursor:Default;
	font-size:10px;
	font-family:Verdana,Arial;
	font-weight:bold;  
	background-color:#EBF2F8; 
	color:#333333;
}

.IVEWebTreeHoverNode
{
	Cursor:Default;
	font-size:10px;
	font-family:Verdana,Arial;
	font-weight:normal;  
	background-color:#EBF2F8; 
	color:#0066CC;
}


.IVEWebTreeHiliteNode
{
	Cursor:Default;
	font-size:10px;
	font-family:Verdana,Arial;
	font-weight:normal;  
	background-color:#EBF2F8; 
	color:#0066CC;
}


.IVEWebTreeRootNode
{
	Cursor:default;
	font-size:10px;
	font-family:Verdana,Arial;
	background-color:#EBF2F8; 
	color:#0066CC;
	font-weight:bold;  
	
}


.IVEWebTreeRootHiliteNode
{
	Cursor:default;
	font-size:10px;
	font-family:Verdana,Arial;
	background-color:#EBF2F8; 
	color:#666666;
	font-weight:bold;  
	
}

.IVEWebTreeRootHoverNode
{
	Cursor:default;
	font-size:10px;
	font-family:Verdana,Arial;
	background-color:#EBF2F8; 
	color:#666666;
	font-weight:bold;  
	
}


.IVEWebTreeFamilyAssignment
{ 
	Cursor:Default;
	font-size:7pt;
	font-family:Verdana,Arial;
	color:Green; 
}

.IVEWebTreeChildAssignment
{
	color:Blue;	
	Cursor:Default;
	font-size:7pt;
	font-family:Verdana,Arial;
}

.IVEWebTreeAdminAssignment
{
	color:Yellow;	
	Cursor:Default;
	font-size:7pt;
	font-family:Verdana,Arial;
}

.IVEWebTreePrimaryAssignment
{
	color:Red;	
	Cursor:Default;
	font-size:7pt;
	font-family:Verdana,Arial;
}

.IVEWebTreeSecondaryAssignment
{
	color:Olive;	
	Cursor:Default;
	font-size:7pt;
	font-family:Verdana,Arial;
}





