/***************************
 *  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 ul {
	margin:0;
	padding-top:5px;
}

div.rgaccord1-nest h3.rgaccord1-toggle {	
	font-size:12px;
	line-height:19px;
	/*font-weight:bold;*/
	font-weight:normal;
	margin:0;
	padding-left:13px;
	background:url(images/plus.gif) left 4px no-repeat;
	cursor:pointer;
	color:#004673;
	/*position:relative;
	top:-31px;
	right:5px;
	float:right;*/
}

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:#004673;
	background:url(images/minus.gif) left 4px no-repeat;
}

/* remove margin of a CE */

div.rgaccord1-content {
	padding-bottom:10px;
}
  
div.rgaccord1-content .ce {
	margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
	display:none;
}