@charset "UTF-8";
/* CSS Document */

a#On, a#Off {
	padding: 0.1em 0.5em 0.1em 0.5em;
	margin:  0 0.5em 0 0;
	text-decoration:none;
	color: #FFFFFF;
	font-weight:bold;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	background-color: #008FD5;
   }

.hideIfNoJS {
	display: none;
	}



.triggerOpen {
	background:url(http://www.w3.org/International/icons/open-thin.gif)
              no-repeat left 2px #fffaf0;
	}

.triggerClosed {
	background:url(http://www.w3.org/International/icons/close-thin.gif)
              no-repeat left 2px #fffaf0;
	}

.triggerOpen a, .triggerClosed a {
	padding-left:14px;
	color:#000;
	text-decoration: none;
	cursor: pointer;
	}

.triggerOpen a:hover, .triggerClosed a:hover {
	color:#00f;
	}



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