*{
outline:none;
}
.wrapper {
	margin: 0;
	padding: 0px;
	width: 100%;
}
.wrapper a {
	text-decoration: none;
}

.expand_top
{
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3F768D;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
expand_wrapper
{
	padding:0px;
	margin:0px 0px 5px 0px;
	float:left;
}
.wrapper h2.expand_heading {
	background: url(expand_collapse.png) no-repeat;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: none;
	color: #26478C;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8;
}
.expand_all
{
	cursor:default;
	text-align: right;
}
.wrapper h2.expand_heading a{
	color: #24458A;
	text-decoration: none;
	display: block;
}
.wrapper h2.expand_heading a:hover {
	color: #1D366B;
}
.wrapper h2.active {
	background-position: left bottom;
	background-color: #ADD6E7;
	border: 1px solid #81BFDA;
	text-decoration: none;
}
.toggle_container {
	overflow: hidden;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d6d6d6;
	border-bottom-color: #3D6BCB;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 6;
	padding-left: 0;
}
.toggle_container .box {
	padding: 0px;
}
.toggle_container .box p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {
	font: 2.0em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
	padding: 0 0 5px 0;
	color:#000000;
	border-bottom: 1px dotted #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}
.expand_all
{
width:116px;
height:29px;
background:url(extra_buttons.png) no-repeat top left;
float:right;
cursor: pointer; 
}
.expanded
{
background-position:bottom left;
}
