﻿@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, a.glossaryTerm:hover{
    border-bottom: 2px dotted #8f8f8f; 
    text-decoration: none; 
    font-weight:bold;
    color: #333;
}

.no-bold a.glossaryTerm, .no-bold a.glossaryTerm:visited, 
.no-bold a.glossaryTerm:link, .no-bold a.glossaryTerm:hover
{
    font-weight: normal;
}

#Prevention a.glossaryTerm, #Prevention a.glossaryTerm:visited, 
#Prevention a.glossaryTerm:link, #Prevention a.glossaryTerm:hover
{
    border-bottom-color: #8f8f8f;
}

#Testing a.glossaryTerm, #Testing a.glossaryTerm:visited, 
#Testing a.glossaryTerm:link, #Testing a.glossaryTerm:hover
{
    border-bottom-color: #8f8f8f;
}

#Treatment a.glossaryTerm, #Treatment a.glossaryTerm:visited, 
#Treatment a.glossaryTerm:link, #Treatment a.glossaryTerm:hover
{
    border-bottom-color: #8f8f8f;
}

#glossaryTip {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	cursor: default;
	
    
}

#glossaryContent {
	text-align: left;
	text-decoration:none;
	color: #484848;
	font: normal normal 400 14px/24px 'Roboto', sans-serif;
	background-color: #fff;
    padding: 0.834em;
	cursor: default;
    line-height:normal;
    
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 20px -3px #000;
	-webkit-box-shadow: 0 0 20px -3px #000;
	-o-box-shadow: 0 0 20px -3px #000;
	-ms-box-shadow: 0 0 20px -3px #000;
	box-shadow: 0 0 20px -3px #000;
    /* Added PIE for border radius and box shadows */
    behavior: url("/Content/js/lib/PIE.htc");
}

#glossaryClose {
    background: url("/Content/img/glossary-arrow.png") 0 0 no-repeat;  
    position: absolute;
	top: -6px;
    left: 40px;
	width: 14px;
	height: 6px;
    
}
#glossaryContent h6 {
    display:none;
}
#glossaryContent p { margin: 0; }

#glossaryClose {}
#glossaryTip > #glossaryClose { }
