/*
 * $Id: moreLessLinks.css,v 1.1.4.1 2008/01/28 14:16:11 tcouch Exp $
 * must be the first style sheet on any site that uses activSearch/buckets.js for more/less links. 
 * reason being: toggleNodes() on buckets.js modifys this file using an array that it doesn't iterate over, 
 * it assumes that this file is [0], it saves performance that way, which is important on IE. 
 */
 
.bucketDrillDownShowHideNode {
	display: none;
}

.dyansShowHideNode {
	display: none;
}

.alfShowHideNode {
	display: none;
}

.iFoundShowHideNode {
	display: none;
}