
/* 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;
}
.expander:hover {
	border-top:solid 1px #CC6600;
	border-bottom:solid 1px #CC6600;
}

.expander > dfn {
	font-style:normal;
}

.expander > dfn p {
	margin: 0 0 1em 18px;
}

.expander > dfn ul.playlist {
	margin: 0 0 1em 18px;
}

.expander .more {
	font-size:11pt;
	font-weight:bold;
	line-height: 1.3em;
	color:#006600;
	text-shadow: 1px 1px #DDFFDD;
}

.expander .more:hover {
	color:#800;
}

.expander .more > 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:-20px 0 0 18px;
}

/* Collapsed state for list element */
.collapsed .more > span:first-child {
	background:#fff url(/files/images/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/images/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:18px;
}

#audios .expander dfn > p,
#faq .expander dfn > p{
	margin-top: 1em;
}

#papers,
#faq,
#audios {
	margin-bottom:2em;
}

#papers h3 {
	margin-top:1.4em;
	color:#004400;
}
