@charset "UTF-8";
/**
 * Zazar zGlossary Plugin
 *
 * Stylesheet: jquery.zglossary.css
 *
 * Version: 1.0.1
 * (C) 2011-2012 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; 
/*    border-bottom: 1px dotted #999; 
    padding-bottom: 0px;*/ 
}
a.glossaryTerm:hover { border-bottom: none; text-decoration: none; }

#glossaryTip {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	cursor: default;
}

#glossaryContent {
	text-align: justify;
	font-size: 11px;
	line-height: 125%;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #ccc;
}
#glossaryContent h6 {
	margin: 0 0 0.6em;
	font-size: 16px;
	font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
}
#glossaryContent p { margin: 0; }



#glossaryContent {
    border: 5px solid #FFF;
    box-shadow: 0 .0625em .1875em rgba(0,0,0,0.4),inset 0 -1px rgba(255,255,255,0.3);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0px, rgba(255, 255, 255, 0) 100%);
    background: #eee;
}

#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; }