body { font: 10px Georgia,Rockwell; }

/* panel */
.panel, .panelcollapsed 
{
	background: #eee;
	margin: 2px;
	padding: 0px 0px 6px;
	width: 190px;
	border: 4px solid #FF3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* panel heading */
.panel h3, .panelcollapsed h3 
{
	font-size: 13px;
	font-weight: bold;
	margin: 2px;
	padding: 4px;
	background: #FFF url(/images/arrow-up.gif) no-repeat 160px;
	border-bottom: 2px solid #F00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-top: 2px solid #F00;
	border-right: 2px solid #F00;
	border-left: 2px solid #F00;
}

/* panel heading on rollover */
.panel h3:hover, .panelcollapsed h3:hover { background-color: #A9BCEF; }

/* heading of a collapsed panel */
.panelcollapsed h3 
{
	background: #FFF url(/images/arrow-dn.gif) no-repeat 160px;
	border-color: #F00;
}

/* panel content - do not set borders or paddings */
.panelcontent 
{ 
	background: #EEE; 
	overflow: hidden;
}

/* collapsed panel content */
.panelcollapsed .panelcontent { display: none; }
