@charset "utf-8";
/* CSS Document */
#parentlink {
	border:1px solid #FCC872;
	background-color: #F7F1C1;
	/*	float: left;
	clear:none;*/
	margin-left: 20px;
	margin-bottom: 10px;
	padding:5px;
/*	padding-left: 10px; 
*/}
#children
{
	border:1px solid #FCC872;
	background-color: #F7F1C1;
	margin-left: 10px;
	margin-bottom: 10px;
	padding:5px;
}

#children ul {
	list-style: none;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -2em;
	}
#children ul li{
	padding-top: 1em;
}

/*div#children a {
	text-decoration:underline;
	color: #49572A;
}*/
/*div#children a:hover {
	text-decoration:none;
	color: #D97C18;
 }*/
 .author-line {font-size: x-small; 
 }

		.trigger{
	cursor:pointer;
	font-weight: bold;
		}	
		.trigger img {
	display: none;
	float: left;
	margin-right: 2px;
	border: none;
	vertical-align: bottom;
}

		.trigger:hover{
	cursor:pointer;
	font-weight: bold;

		}		
		.expanded{
	cursor:pointer;
		font-weight: bold;

	
		}
		.expanded img {
			display: none;
			float: left; 
			margin-right: 2px;
			border: none;}	
		.expanded-indent {
/*	margin-left: 10px;
	border: 1px solid #C57400;
	padding: 5px;*/
		}	
		.expanded-noindent {
			margin-left: 1px;
		}	
		.expanded:hover{
	cursor:pointer;
	text-decoration: underline;
		}
		.show{
     position:static;
/*     display: table;
*/		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}


