/* CSS Document */
.panel{
	text-transform: uppercase;
	height:20px;
	padding-top:3px;
	cursor:pointer;
	margin-bottom:0px;
	border-top: 1px dotted #002e73;
	border-bottom: 1px dotted #002e73;
	padding-left: 40px;
	color: #002e73;
}
 .panel-up{
	background:url(../images_slidepanel/backtitle-up.gif) no-repeat scroll 13px 3px;
 }
.panel-down{
	background:url(../images_slidepanel/backtitle-down.gif) no-repeat scroll 13px 3px;
}
.panel-target{
	padding:5px;
	background:transparent;
	margin-bottom: 10px;
}
.panel-closed{
	display:none;
}
