
/* Toggle default */
h3.rgaccord1-toggle {
    font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	font-weight:normal;
	color:#504E53;
    text-align: left;
    text-decoration: none;
    line-height: 20px;
    background-image: url(./img/more.gif);
    background-position: left  bottom;
    background-repeat: no-repeat;
    background-color:#EDF5F6;
    padding: 0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    cursor:pointer;
}

/* Toggle act item */
h3.act {
  background-color:#EDF5F6;
  padding: 0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}



/* the content */
div.rgaccord1-content {
  background-color:#EDF5F6;
  width:450px;
  margin:0px 0px 0px 0px;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  background-color:#EDF5F6;
  margin:0px 0px 0px 0px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  background-color:#EDF5F6;
  display:none;
}

