/* tree */
/* UNDO standard <li /> styling for the Telerik tree */
li.rtLI
{
	padding: 0px !important;
}

.RadTreeView,   
.RadTreeView_Default a.rtIn,   
.RadTreeView_Default .rtEdit .rtIn input
{  
/*	font-size: 11px !important;
	font-family: Verdana, Helvetica, Arial !important;*/
  line-height: 14px !important;
} 

.RadTreeView span.rtIn, .RadTreeView .rtHover span.rtIn, .RadTreeView .rtSelected span.rtIn, .RadTreeView_Default a, .RadTreeView_Default a:hover
{
    background: none !important;
    border: none !important;
    padding: 3px 2px 2px 2px !important;
}

.RadTreeView_Default a, .RadTreeView_Default a:visited
{
    text-decoration: underline !important;
}

/* tooltip */
.RadToolTip
{
  border: solid 1px;
  top: 10px !important;
  left: 10px !important;
}

.RadToolTip a.rtCloseButton
{
  line-height: 10px !important;
  height: 10px !important;
  font-size: 10px !important;
  text-indent: 0px !important;
  margin-right: 25px !important;
  margin-top: 9px !important;
  right: 0px !important;
  top: 0px !important;
}
