/*
 * CSS for Standard tree layout
 * Copyright (C) 2005 SilverStripe Limited
 * Feel free to use this on your websites, but please leave this message in the fies
 * http://www.silverstripe.com/blog
 */
 
/*
 * ajaximrpg 5.00
 * AJAX Instant Messenger
 * Copyright (c) 2006-2008, 2010-2012 Daniel Howard
 * Do not remove this notice
 */
ul.tree {
   width: 500px;
   padding: 0px;
   margin: 0px;
}
.treetext {
   padding-left: 3px;
}