body { font: 12px Tahoma, Geneva, sans-serif; }

/* panel */
.panel, .panelcollapsed 
{
	background: #eee;
	color: blue;
	text-align: center;
	margin: 5px;
	padding: 0px 0px 5px;
	width: 400px;
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* panel heading */
.panel h2, .panelcollapsed h2 
{
	font-size: 18px;
	font-weight: bold;
	color: blue;
	text-align: center;
	font-family: Verdana;
	margin: 0px;
	padding: 4px;
	background-color: #CCC;
	background-image: url(images/arrow-up.gif);
	background-repeat: no-repeat;
	background-position: 380px;
	border-bottom: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

/* panel heading on rollover */
.panel h2:hover, .panelcollapsed h2:hover { background-color: #A9BCEF; }

/* heading of a collapsed panel */
.panelcollapsed h2 
{
	background: #CCC url(images/arrow-dn.gif) no-repeat 380px;
	border-color: #CCC;
}

/* panel content - do not set borders or paddings */
.panelcontent 
{ 
	background: #EEE; 
	overflow: hidden;
}

/* collapsed panel content */
.panelcollapsed .panelcontent { display: none; }
