/* $Id: visitor_stylesheet.css,v 1.7 2005/10/12 12:14:40 davel Exp $ */

span.ss_leaf_classification {
	font-weight: bold;
	white-space: nowrap;
}

div.ss_non_leaf_classification {
}

a.ss_show_hide_button {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	color: red;
}

a.ss_show_hide_button:hover {
	text-decoration: none;
}

div.ss_hide_sub {
	display: none;
}

div.ss_show_sub {
	padding-left: 60px;
}


