/*body { font: 12px Tahoma, Geneva, sans-serif; }*/

/* panel */
.panel, .panelcollapsed 
{
	background: #eee;
	margin: 0px;
	margin-bottom:0px;
	padding: 0px 0px 5px;
	border: 0px solid #999;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
}

/* panel heading */
.panel h2, .panelcollapsed h2 
{
	font-size: 12px;
	font-weight: bold;
	
	margin: 0px;
	padding: 4px;
	background: #CCC url(arrow-up.gif) no-repeat 210px;
	border-bottom: 1px solid #999;
	/*-moz-border-radius: 0px; /* 3 */
	/*-webkit-border-radius: 0px;*/
	border-top: 1px solid #FFF;
	border-right: 0px solid #FFF;
	border-left: 0px solid #FFF;
}

/* panel heading on rollover */
.panel h2:hover, .panelcollapsed h2:hover { background-color: #A9BCEF; }


/* heading of a collapsed panel */
.panelcollapsed h2 
{
	background: #CCC url(arrow-dn.gif) no-repeat 210px;
	border-color: #CCC;
	border-bottom: 1px solid #999;
}

/* panel content - do not set borders or paddings */
.panelcontent 
{ 
	background: #EEE; 
	overflow: hidden;
}

/* collapsed panel content */
.panelcollapsed .panelcontent { display: none; }

