.dt_ajax_loading_message{
  background-color:#df0000;
  color:white;
  margin-left:20px;
  text-align:center;
  width:120px;
}

.dt_tree{
 padding:10px;

 /* Uncomment these lines for vertical scrolling:
 height:70px;
 overflow:auto;
 */

 /* Uncomment these lines to center the tree:

 margin-left:auto;
 margin-right:auto;
 */
}
.dt_divnode{
 border:solid 0px #D8DFEA;
 color:#333;
 cursor:default;
 padding-left:10px;
 margin-left:10px;
 margin-right:10px;
 margin-bottom:0px;
 font-size:8pt;
 text-align:left;
}
.dt_nolink{ 
 font-size:8pt;
 color:#333;
 text-decoration:none;
}
a:hover.dt_nolink{
 color:#777;
 text-decoration:none;
}
.dt_link{ 
 font-size:8pt;
 color:#1A88C4;
 font-family:Tahoma;
 font-style:normal;
 text-decoration:underline;
}
a:hover.dt_link{
 font-weight:normal;
 color:#999;
 text-decoration:underline;
}
