/* CSS Document */
.panel{
	text-align: left;
	height:22px;
	padding-top:1px;
	padding-left:30px;
	cursor:pointer;
	margin-bottom:0px;
	font-family: "trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.panel a{
	text-decoration:none;
	color:#666666;
	background:none;
}
 .panel-up{
	background-attachment: scroll;
	background-image: url(../../images/accodion-01.gif);
	background-repeat: no-repeat;
	height:22px;

 }
.panel-down{
	background-attachment: scroll;
	background-image: url(../../images/accodion-02.gif);
	background-repeat: no-repeat;
	height:22px;
}
.panel-target{
	padding:4px;
	background-color:#ffffff;
}
.panel-closed{
	display:none;
}


