﻿.TreeView 
{ 
  background-color: white; 
  cursor: pointer; 
  padding:5px 5px 5px 15px;
  border-right:1px solid #E6E6E6;
  border-bottom:1px solid #E6E6E6;
  width:219px;
  
} 

.TreeNode 
{ 
  font-family: arial, verdana; 
  font-size: 12px; 
  padding-left: 1px; 
  cursor: pointer; 
} 

.HoverTreeNode 
{ 
  font-family: arial, verdana; 
  font-size: 12px; 
  padding-left: 1px; 
  cursor: pointer; 
  color:#cf1111;
} 
.loadingFeedback
{
    width:16px;
    height:16px;
    background: #FFF url(/images/4-0.gif) repeat-x left top;
}
