@charset "UTF-8";
/* CSS styles used for the expanding/collapsing sections */


.expand_head {
	width:383px;
	cursor:pointer;
	clear:both;
	color:#99CC33;
	background:url(../img/layout/collapsed.png) no-repeat left;
	padding-left:20px;
	position:relative;
	left:-20px;
}
.expand_body {
	margin-bottom:10px;
}

.expand_body table {
	width:835px;
}

.expand_text {
	width:383px;
	vertical-align:top;
}
.expand_img {
	padding-left:30px;
	padding-bottom:20px;
	text-align:right;
}

#content .collapse_button {
	cursor:pointer;
	border:none;
	width:10px;
	height:10px;
}





/* --- unsorted list with arrow dot points --- */
#left-pane .expand-list {
	margin-left:5px;
}
#left-pane .expand-list li {
	list-style-image:url(../img/layout/collapsed.png);
	padding-left:5px;
}
.expand-list li a {
	text-decoration:none;
}
.expand-list li a:hover {
	text-decoration:underline;
}
