
a#On, a#Off {
   padding: 0.1em 0.5em 0.1em 0.5em;
   margin:  0 0.5em 0 0;
   text-decoration:none;
   background: #ffeec2;
   color: black;
   border: thin gray solid;
   cursor: pointer;
   }

.hideIfNoJS {
	display: none;
	}



.triggerOpen a, .triggerClosed a {
	padding-left:20px;
	text-decoration: none;
	cursor: pointer;
	display: block;
	}

.triggerOpen a:link, .triggerOpen a:visited {
	color: #fff;
	background: url(http://www.w3c.es/img/bullet-2nd-unfold.gif) no-repeat 4px 0 #005A9C;
	}

.triggerOpen a:hover, .triggerOpen a:active {
	color: #c0c0c0;
	background: url(http://www.w3c.es/img/bullet-2nd-unfold-dim.gif) no-repeat 4px 0 #005A9C;
    }

.triggerClosed a:link, .triggerClosed a:visited {
	color: #fff;
	background: url(http://www.w3c.es/img/bullet-2nd-fold.gif) no-repeat 4px 0 #005A9C;
	}

.triggerClosed a:hover, .triggerClosed a:active {
	color: #c0c0c0;
	background: url(http://www.w3c.es/img/bullet-2nd-fold-dim.gif) no-repeat 4px 0 #005A9C;
}

.hiddenContent {
   display: none;
   }
   
#activitylist .revealedContent {
   padding-left: 14px;
   }

#activitylist ul.revealedContent {
   padding-left: 30px;
   margin-left: 0;
   }
   
   


