/* This stylesheet is included only in online output and sets all exandable sections 
     to invisible, and Show All link to visible */
.hs-collapsed
{
	display: none;
}
.hs-expanded
{
	display: inline;
}
div#HSShowAll
{
	display: block;
}
div#HSHideAll
{
	display: none;	
}