/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

div.popup { 
	background: #FFF; 
	position: absolute; 
	visibility: hidden; 
	border: 1px solid #143D8F;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
	margin: 15px;
	padding-bottom: 10px;
	}
div.popup2 { 
	background: #FFF; 
	position: absolute; 
	z-index: 1000;
	display: none; 
	border: 1px solid #143D8F;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
	margin: 15px;
	padding-bottom: 10px;
	}
div.popup_cont {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

div.popup a { cursor:pointer; font-size: 12px; color: #666; }
div.popup a:hover { color: #ED7900; }
div.popup2 a { cursor:pointer; font-size: 12px; color: #666; }
div.popup2 a:hover { color: #ED7900; }
/* just a little gab */
#rgaccord2-nest {
  margin-top: 10px;
  margin-left: 28px;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  text-transform: uppercase;
  font-size: 12px;
  color:#ED7900;
  line-height: 26px;
  height: 23px;
  background: #FFF;
  background-image: url(../images/layout/boxO.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom:1px solid #ED7900;
  padding-left:55px;
  cursor:pointer;
}

/* Toggle act item */
h3:hover {
  color: #0E4097;
  background: #FFF;
  background-image: url(../images/layout/boxB.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom:1px solid #0E4097;

}
/* Toggle act item */
h3.act {
  color: #0E4097;
  background: #FFF;
  background-image: url(../images/layout/boxB.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom:1px solid #0E4097;

}

/* the content */
div.rgaccord2-content {
  width:100%;
  margin-bottom: 4px;
  padding-bottom: 25px;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
}


a.closelink { float: right; border: 1px solid #0E4097; padding: 2px 7px; font-size: 13px; font-weight: bold; color: #0E4097 !important; }
a.closelink:hover { border: 1px solid #ED7900; color: #ED7900 !important; }
