h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(/images/changelist/h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 850px;

	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(/images/changelist/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;

	width: 900px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(/images/changelist/toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}


	.odd{ background-color:#E0E0E0;}
	.even{}
	
h2.trigger2 {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(/images/changelist/h2_trigger_b.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 850px;

	float: left;
}
h2.trigger2 a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger2 a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/