
/* Expandable Blocks  */

.expander {
	text-indent:0px;
	background-position: 1px 8px;
	padding-left: 15px;
	background-repeat: no-repeat;
	margin: 0 0 7px 0;
	border-top:solid 1px white;
	border-bottom:solid 1px white;
	cursor: pointer;
	clear: both;
	padding-left: 0;
	display: contents;
}
.expander:hover {
	border-top:solid 1px #CC6600;
	border-bottom:solid 1px #CC6600;
}

.expander > dfn {
	font-style:normal;
	display: contents;
}

.expander > dfn p {
	margin: 0 0 1em 18px;
}

.expander > dfn ul.playlist {
	margin: 0 0 1em 18px;
}

.expander .more {
	font-weight:bold;
	line-height: 1.3em;
	color: #171;
}

.expander .more:hover {
	color:#059;
}


.expander > div > span:first-child {
	display:inline-block;
	width:10px;
	height:10px;
	margin-right:5px;
}


/* for indenting the second line of a title */
.expander .more span + div {
	margin:-22px 0 1.4rem 18px;
}
.papers .expander .more span + div {
	margin:-22px 0 0 18px;
}

/* Collapsed state for list element */
.collapsed .more > span:first-child {
	background:#fff url(/files/icons/collapsed.png) no-repeat left top;
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
.expanded .more > span:first-child {
	background:#fff url(/files/icons/expanded.png) no-repeat left top;
}

.listControl{
	margin:0 0 1em 0;
}
.listControl a {
	border: 1px solid #cccccc;
	color: #666666;
	cursor: pointer;
	height: 1.5em;
	line-height: 1.5em;
	margin-right: 5px;
	padding: 1px 10px;
	text-decoration:none;
}
.listControl a:hover {
	background-color:#006600;
	color:#ffffff; 
	font-weight:normal;
	text-decoration:none;
}



/*_________________________________________________ list overrides */


#audios .expander .more {
	font-size: 16px;
	padding-left: 2rem;
}

#audios .expander dfn > p,
#faq .expander dfn > p{
	margin-top: 1em;
}

#papers,
#faq,
#audios {
	margin-bottom:2em;
}

#papers h6 {
	margin-top:1.4em;
}
