/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:black;
  line-height: 26px;
  height: 23px;
  background: white url(img/plus.gif) right center no-repeat;
  border-bottom:3px solid black;
  padding:2px 0 2px 0px;
  margin-right:32px;
  cursor:pointer;
  font-size: 120%;
}

/* Toggle act item */
h3.act {
  color:black;
  background:white url(img/minus.gif) right center no-repeat;
}

/* the content */
div.rgaccord1-content {
  
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}


dl.csc-menu-4 dt a {
  color: #005da8;
}

div.date {
  display:block;
  width:100px;
  float:left;
  font-weight: bold;
  font-size: 120%;
}

div.pageinfo {
  display:block;
  margin-left: 100px;
}

div.pageinfo .pagetitle{
  color: #005da8;
  font-weight: bold;
}

div.pageinfo .pageabstract {
  
}

.clearer {
  clear:both;
  line-height: 1px;
  height: 1px;
}

.pagerow {
  margin: 10px 0 10px 0;
}

