@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
}

.tooltipContent
{
	width: 200px;
	height: 250px;
	overflow:hidden;
	color:#000;
	background-color: #ffffcc;
	border:1px dashed #000;
/*	background-image: url(../wp-content/themes/corporate-globe/images/chat-bubble.png);
	background-repeat: no-repeat;
*/
}
#jump_base {
  overflow-y:hidden;
  width: 180px;
  height: 250px;
  margin: 10px auto;
  font-size: .9em;
  font-family: Verdana, Arial, sans-serif;
  text-decoration:none;
}
#jump_base a {
  color: #000;
  text-decoration:none;
}
#jump_base a:hover {
  color: #000;
  text-decoration:none;
}

