
a#On, a#Off {
   padding: 0.1em 0.5em 0.1em 0.5em;
   margin:  0 0.5em 0 0;
   text-decoration:none;
   background:#005a9c;
   color: #fc6;
   font-weight:bold;
   cursor: pointer;
   }

.hideIfNoJS {
	display: none;
	}



.triggerOpen   { background-image: url("open-thin.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: left 2px }

.triggerClosed   { background-image: url("close-thin.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: left 2px }

.triggerOpen a, .triggerClosed a    { color: #34637d; cursor: pointer; padding-left: 14px; width: 100% }

.triggerOpen a:hover, .triggerClosed a:hover   { color: #34637d; width: 100% }



.hiddenContent {
   display: none;
   }
   
#otherNews .revealedContent {
   padding-left: 14px;
   }
#otherNews ul.revealedContent {
   padding-left: 30px;
   margin-left: 0;
   }
