/*
 * Content Toggler 
 */

.toggler {
  margin: 0;
 /* padding: 2px 5px;*/
  font-size: 14px;
  cursor: pointer;
  cursor: hand;	
  width:341px;
  color:#00458D;
  text-align: left;
  background: #ffffff;
}

H3 .toggler {
  font-size: 75%;
  font-weight:700;	
  color: #00458D;	
  text-align: left;	
  cursor: pointer;
  cursor: hand;
}


.toggler2 {
  margin: 0;
 /* padding: 2px 5px;*/
  font-size: 14px;
  cursor: pointer;
  cursor: hand;	
  width:401px;
  height:24px;
  text-align: left;
  background: #00458D;
}

H3 .toggler2 {
  font-size: 75%;
  font-weight:700;	
  color: #00458D;	
  text-align: left;	
  cursor: pointer;
  cursor: hand;
}

.element {
/* padding:10px; 
 margin: 3px;
 margin-right:0px;*/
 clear: both;
}
 
.element p {
 margin: 0;
 padding: 4px;
}


DIV#accordion {
  width: 450px;	
  margin: 0 auto;
}

.accordian  {
	color:#000000;
	/*font-size:95%;
	font-weight:700;
	margin-top:15px;*/
}

DIV#accordion TD {
text-align:left;
}

/*
 * toggler colours
 */

.atstart {
 /* background: #900000 url('http://www.ebxpstaging.com/qe_soft/manager/pipeline/images/arrowdwn.png');*/
}


.togg {}
.fxText {
	display: inline;
	float: left;
	width:250px;
	font-size:87%;
	font-weight:800;
}
.fxText2 {
	display: inline;
	float: left;
	width:250px;
	font-size:87%;
	font-weight:800;
}
.fxArrow {
	display: inline;
	float:left;
	clear: left;
	width:15px;
	overflow:hidden;
	height:15px;
	margin-left:18px;
}

.tbgRed {
	background: blue;
	/*width:347px;
	height:33px;
	*/
	width:330px;
	height:22px;	
	padding-top:7px;
	padding-left: 10px;
	margin:0px;
}

.tbgBlue {
	background:#E0ECF8;
	color:#00458D;
	width:592px;
	height:22px;
	padding-top:7px;
	padding-left: 0px;
	margin:-1px 0px;
	margin-left:-10px;
	border: 1pt dashed #00458D;
	border-left:0px;
	border-right:0px;
}

.tbgOrange {
	background:#E0ECF8;
	color:#00458D;
	width:592px;
	height:22px;
	padding-top:7px;
	padding-left: 0px;
	margin:0px;
	margin-left:-10px;
	border:0px;	
	border-bottom: 1pt dashed #00458D;
}

.tbgGreen {
	background: blue;
	width:330px;
	height:22px;
	padding-top:7px;
	padding-left: 10px;
	margin:0px;
}

.accordian_item {
	margin-bottom:-1px;
	margin-top:4px;
	
}

