body {font-family: Arial, Tahoma, Verdana;}
#accordionExample {
    border : 1px solid #4f4f4f;
    width: 650px;
}

.panelheader{
	background-image: url(../images/example1_panelBG.png);
  height: 22px;
	color : #ECECEC;
	font-weight : normal;
  padding-left: 5px;
}

.panelHover {
  background-image: url(../images/example1_panelBGHover.png);
  height: 22px;
	color : #ffffff;
  padding-left: 5px;
}

.panelClicked {
   background-image: url(../images/example1_panelBGClick.png);
   height: 22px;
   color : #ffffff;
   padding-left: 5px;
}

.panelSelected {
	background-image: url(../images/example1_panelBGSelected.png);
  height: 22px;
	color : #494949;
	font-weight : bold;
  padding-left: 5px;
}
.panelContent {
    background-image: url(../images/example1_contentBG);
    background: #f8f8f8;
    overflow: auto;
}
