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

.hideIfNoJS {
	display: none;
	}



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

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

.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;
   }
     
div.indented {
	padding-left: 8px;
	}

div.indented p {
	text-indent: 8px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

div.blogtitle {
//	padding-top: 5px;
//	padding-bottom: 6px;
	}

div.entry {
	font-size: 0.8em;
	}

iframe { display: none; }
