/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

div.maincontent div.rgaccord1-nest {
  background:url(images/malnutrition_content_bg.jpg) left top repeat-y;
}

/* Toggle default */

div.rgaccord1-nest {
  width:100%;
  margin-bottom:2px;
  background-color:#f0f0f0;
  /* border:1px solid #c5d893; */
}

div.rgaccord1-nest ul {
  margin:0;
  padding-top:5px;
}

div.rgaccord1-nest a.download {
  background:url(images/pdf.png) right 0 no-repeat;
  padding:0 21 1px 0;
  float:right;
}

div.rgaccord1-nest h3.rgaccord1-toggle {
  padding:10px 10px 10px 29px;  
  font-size:11px;
  line-height:13px;
  margin:0;
  background:url(images/plus.gif) 10px 10px no-repeat;
  cursor:pointer;
  color:#333333;
  text-transform:none;
  font-weight:bold;
}

div.rgaccord1-nest h3.rgaccord1-toggle a:hover {
  text-decoration:underline;
} 

div.rgaccord1-nest div.csc-default {
  padding:0;
}

td.newsroom_2cols p.bodytext {
  margin-bottom:5px;
}

/* Toggle act item */

div.rgaccord1-nest h3.act {
  color:#333333;
  background:url(images/minus.gif) 10px 10px no-repeat;
}

/* remove margin of a CE */

div.rgaccord1-content {
  padding:10px;
  background-color:#ecefe4;
}

div.rgaccord1-content p.bodytext {
  margin:0 0 10px 0;
}

div.rgaccord1-content .ce {
  margin-bottom:0;
}

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