@charset "UTF-8";
/**
 * Zazar zGlossary Plugin
 *
 * Stylesheet: jquery.zglossary.css
 *
 * Version: 1.1.1
 * (C) 2011-2015 Zazar Ltd
 * 
 * Description: Stylesheet for the jquery.zglossary.js plugin
 *
 * History:
 * 1.0.0 - Initial release
 *
 **/

a.glossaryTerm, a.glossaryTerm:visited, a.glossaryTerm:link { text-decoration: none; color: inherit !important;}
a.glossaryTerm:hover { text-decoration: none; }

#glossaryTip {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	cursor: default;
}

#glossaryContent {
	text-align: left;
	font-size: 11px;
	line-height: 125%;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius:10px;
	-webkit-box-shadow: 6px 7px 10px 0px rgba(50,50,50,0.75);
	-moz-box-shadow: 6px 7px 10px 0px rgba(50,50,50,0.75);
	box-shadow: 6px 7px 10px 0px rgba(50,50,50,0.75);
}
#glossaryContent h6 {
	margin: 0 0 0.6em;
	font-size: 13px;
	font-weight: bold;
}
#glossaryContent p { margin: 0; }

#glossaryClose {
	position: absolute;
	right: -5px;
	top: -5px;
	width: 20px;
	height: 20px;
	background: url('ui_close_sm.gif') no-repeat;
	cursor: pointer;
}
#glossaryTip > #glossaryClose { 
	/*background: url('ui_close_sm.png') no-repeat; */
	background: none; 
}