body
{
	background-color:#E4E5E6;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}

.TreeView 
{ 
  
 overflow:hidden; 
 line-height:20px;
 padding: 2px 2px;
 padding-bottom:2px;
 padding-top: 50px;
 width: 100%;
}

.TreeNode, .TreeNode table
{ 
  font-family: Trebuchet MS; 
  font-size: 12px; 
  padding: 2px 2px;
  cursor:hand;
  color: #000080;
 background:#E4E5E6 url(immagini/RootItemBkg.gif)left top repeat-x;
  /*border:0px solid #000066;*/
  padding-bottom:2px;
   background-color: #2e3c79;
   color: #FFFFFF;
} 

.SelectedTreeNode, .SelectedTreeNode table
{ 
  font-family: Trebuchet MS; 
  font-size: 12px; 
  padding: 2px 2px; 
  cursor: default; 
  color: #000066;
  background: orange;
  padding-bottom:2px;
  
} 

.HoverTreeNode, .HoverTreeNode table
{
	font-family: Trebuchet MS;
	font-size: 12px;
	padding: 2px 2px;
	cursor: hand;
	color: #000066;
	background: orange;
	padding-bottom:2px;
}

.TreeNodeRow 
{ 
	height:20px;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	background:#E4E5E6 url(immagini/GroupBkg2.gif) repeat-y;
	margin:0px;
	padding:0px 0px;
	background-color: #2e3c79;
	width: 100%;
}	

.headerObject
{
	
	font-size: 12pt;
	color: #2e3c79;
	font-family: Trebuchet MS;
}

.headerObjectTitolo1
{
	
	font-size: 12pt;
	color: #2e3c79;
	font-family: Trebuchet MS;
}
