/* CSS Document */
.panel{
	height:23px;
	padding-top:5px;
/*	border:1px solid #CCCCCC; */
	cursor:pointer;
	margin-bottom:0px;
	}
	
.panel a{
	text-decoration:none;
	color:#000000;
}
 .panel-up{
	background:url(images/arr_down.gif) no-repeat scroll;
	background-position:right;
	
 }
.panel-down{
	background:url(images/arr_up.gif) no-repeat scroll;
	background-position:right;
}
.panel-target{
	padding:0px;
	background-color:#ffffff;
	border:none;
}
.panel-closed{
	display:none;
}

.grey666 {
color: #666666;

}