/* CSS Document */
.panel{
	text-align: left;
	cursor:pointer;
	margin-bottom:0px;
}
.panel a{
	text-decoration:none;
	color:#000000;
}
 .panel-up{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image: url(backtitle-up.gif);
	background-repeat: no-repeat;
	background-position: left center;
 }
.panel-down{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image: url(backtitle-down.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.panel-target{
	padding:5px;
}
.panel-closed{
	display:none;
}

