/*
 * Stylesheet for the CategoryTree extension, an AJAX based gadget 
 * to display the category structure of a wiki
 *
 * @package MediaWiki
 * @subpackage Extensions
 * @author Daniel Kinzler, brightbyte.de
 * @copyright © 2006 Daniel Kinzler
 * @licence GNU General Public Licence 2.0 or later
*/

.CategoryTreeChildren {
/* Patch by dELTA */
/*	margin-left: 1.5ex; */
	margin-left: 2.6ex; 
}

.CategoryTreeBullet a:link {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
    speak: none;
}

.CategoryTreeLabelPage {
	font-style: italic;
}

.CategoryTreeParents {
	margin-top: 1.5ex;
	font-style: italic;
}

.CategoryTreeResult {
	margin-top: 1.5ex;
}

.CategoryTreeTag {
	margin-top: 0.5ex;
        margin-bottom: 0.5ex;
}

/* Patch by dELTA */
.CategoryTreeTag a:visited {
	color: #002bb8;
}

/* Patch by dELTA */
.CategoryTreeLabelCurrent {
	font-weight: bold;
}

/* Patch by dELTA */
.CategoryTreeItemCurrent a {
	font-weight: bold;
}

.CategoryTreeNotice {
	font-style: italic;
}

