/* A-Z shortcode */
.glossary-menu-atoz{
	background:#F2F1ED;
  text-transform: uppercase;
  list-style: none;
  margin: 10px 0 20px;
  padding: 10px;
  width: 572px;
  height: 25px;
	font-family: 'Crete Round', serif;
	font-size: 21px;
	font-style: italic;
	text-shadow: 0 2px 0 white;
}
.glossary-menu-item{
  /* display: inline; */
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.glossary-menu-item a{
  text-decoration: none;
}

.glossary-list {
	margin:0;
}

.glossary-item {
	list-style: none outside none;
	margin-bottom: 10px;
}

.glossary-item a {
	color:#ea2529;
	font-weight: bold;
	font-size: 15px;
}

.glossary-item a:hover {
	text-decoration: none;
}

.glossary-list-wrapper div.glossary-alpha {
	color:#006EBA;
	font-weight: bold;
	font-size: 18px;
  text-transform: uppercase;
  padding-bottom:15px;
}

.atozmenu-empty{
  color: #ccc;
}
.atozmenu-off{
  color: #333;
}

/* Popup tooltip */
.tooltip {
	display:      none;
	background:   #eee;
	font-size:    0.8em;
	height:       90px;
	width:        220px;
	padding:      15px;
	color:        #222;
	overflow:     hidden;
	border-top:   1px dotted #333;
	border-left:  1px dotted #333;
	border-right: 1px dotted #333;
}
