/**
* styles used for pop-up references
*/

/* -------------------------------------------------------------- */
/* Glossary popup styles */

.reference, a.reference, a.reference:link, a.reference:active, a.reference:visited, a.reference:hover  {
  color: #0054A6;
  font-weight: bold;
  text-decoration:none;
}
span a.reference
{
color: #0054A6;
  font-weight: bold;
  

}
#tooltip {
  border-width: 1px;
  border-style: solid; 
  border-color: #BFB5C7;
  background-color: #F7EFFB;
  padding: 10px;
  width: 250px;
  font-size: 13px;
  line-height: 19px;
  color: #666;
}
span.tip {
  color: #0054A6;
  font-weight: bold;
  font-style:italic;
}

.definitions {
	display:none;
	padding: 10px;
}

#referenceContainer {
	display: none;
	font-family:Arial;
    position: absolute;
	z-index: 100;
	width: 270px;
	background-color: #F7EFFB;
	color: #572D88;
	border: solid 1px #BFB5C7;
	font-size: 13px;
	line-height: 19px;
	padding: 10px 0;
	color: #666;
	overflow: auto;
}
#referenceContainer h4 {
  color: #de2387;
  font-family:Arial;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: -18px;
  line-height: 17px;
}

#refControls {
	position:relative;
	top:0px;
	font-size: 9px;
	text-align: right;
	height: 17px;
	background-color: #572D88;
}

#refClose {
	float: right;
}
	#refClose a {color: #de2387;}


#defContainer {
	
	width: 250px;
	margin: 0 auto;
	text-align:left;
}

#refTitle {
	float: left;
	font-weight: bold;
	color: #FFFFFF;
}
