﻿/* global *//*div.ui-cluetip {  font-size: 1em;}    */.ui-cluetip-header,.ui-cluetip-content {  padding: 40px;}.ui-cluetip-header {  font-size: 1em;  margin: 0;  overflow: hidden;   }.cluetip-title .cluetip-close {  float: right;  position: relative;}.cluetip-close img {  border: 0;}#cluetip-waitimage {  width: 43px;  height: 11px;  position: absolute;  background-image: url(images/wait.gif);}.cluetip-arrows {  display: none;  position: absolute;  top: 0;  left: -11px;  width: 11px;  height: 22px;  background-repeat: no-repeat;  background-position: 0 0;  border-width: 0;}.cluetip-extra {  display: none;}/***************************************   =cluetipClass: 'glossary'-------------------------------------- */.cluetip-default,.cluetip-default .cluetip-outer {  background-color: #d9d9c2;}.cluetip-default .ui-cluetip-header {  background-color: #87876a;}div.cluetip-activity .cluetip-arrows,div.cluetip-glossary-tip .cluetip-arrows {  border-width: 0;  background: transparent none;}div.clue-right-activity .cluetip-arrows,div.clue-right-glossary-tip .cluetip-arrows {  /*background-image: url(images/darrowleft.gif); */        margin-left: 11px;}div.clue-left-activity .cluetip-arrows,div.clue-left-glossary-tip .cluetip-arrows {  /*background-image: url(images/darrowright.gif);*/  left: 100%;  margin-left: -11px;}div.clue-top-activity .cluetip-arrows,div.clue-top-glossary-tip .cluetip-arrows {    /*background-image: url(images/darrowdown.gif); */  top: 100%;    left: 50%;  margin-left: -11px;  width: 22px;  height: 11px;}div.clue-bottom-activity .cluetip-arrows,div.clue-bottom-glossary-tip .cluetip-arrows {      /*background-image: url(images/darrowup.gif);   top: -11px;  */  left: 50%;  margin-left: -11px;  width: 22px;  height: 11px;       }.xxarrow_box {	position: relative;	background: #ffffff;}/* Content on top of the arrow = show down-arrow */div.clue-top-activity .cluetip-arrows:after,div.clue-top-glossary-tip .cluetip-arrows:after{	/*top: 100%;*/	border: solid transparent;	content: " ";	height: 0;	width: 0;	position: absolute;	pointer-events: none;	border-color: rgba(255, 255, 255, 0);	border-top-color: #ffffff;	border-width: 10px;	left: 50%;	margin-left: -10px;    }div.clue-left-activity .cluetip-arrows:after,div.clue-left-glossary-tip .cluetip-arrows:after {	left: 100%;	border: solid transparent;	content: " ";	height: 0;	width: 0;	position: absolute;	pointer-events: none;	border-color: rgba(255, 255, 255, 0);	border-left-color: #ffffff;	border-width: 10px;	top: 50%;	margin-top: 0;}div.clue-right-activity .cluetip-arrows:after,div.clue-right-glossary-tip .cluetip-arrows:after {	right: 100%;	border: solid transparent;	content: " ";	height: 0;	width: 0;	position: absolute;	pointer-events: none;	border-color: rgba(255, 255, 255, 0);	border-right-color: #ffffff;	border-width: 10px;	top: 50%;	margin-top: 0;}div.clue-bottom-activity .cluetip-arrows:after,div.clue-bottom-glossary-tip .cluetip-arrows:after {	bottom: 100%;	border: solid transparent;	content: " ";	height: 0;	width: 0;	position: absolute;	pointer-events: none;	border-color: rgba(255, 255, 255, 0);	border-bottom-color: #ffffff;	border-width: 10px;	left: 50%;	margin-left: -10px;}