﻿/******************************************
 * gigagit.com
 *
 * tinytooltip.js jQuery Plugin 
 *
 * @copyright       Copyright (c) 2020 GIGAGIT.
 * @license         License info
 * @link            https://www.gigagit.com
 * @version         Version 3.0.0
 *
 ******************************************/
.tinytooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-align: justify;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;

}
.tinytooltip .clearfix {
  clear: both;
}
.tinytooltip.fade {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.tinytooltip.in,
.tinytooltip.fade.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tinytooltip.no-border .tinytooltip-inner {
  border-width: 0;
}
.tinytooltip .tinytooltip-inner h4 {
  margin: 0;
  padding: 4px;
  font-size: 14px;
}
.tinytooltip .tinytooltip-inner p {
  padding: 4px;
  margin: 0;
  display: block;
  /*width: 100%;*/
  float: left;
  clear: both;
}
.tinytooltip .tinytooltip-inner ul,
.tinytooltip .tinytooltip-inner ul {
  margin: 0;
  padding: 5px;
  list-style-position: inside;
  /*width: 100%;
        float: left;
        clear: both;*/
}
.tinytooltip .tinytooltip-inner .image-right {
  float: right;
  margin: 0px 0px 0px 5px;
  padding: 2px;
}
.tinytooltip .tinytooltip-inner .image-left {
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 2px;
}
.tinytooltip .tinytooltip-video-wrapper {
  padding-bottom: 56.26%;
  position: relative;
  width: 500px;
}
.tinytooltip .tinytooltip-video-wrapper iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0px;
  position: absolute;
}
.tinytooltip.top,
.tinytooltip.top-left,
.tinytooltip.top-right {
  padding: 10px 0;
  margin-top: -3px;
}
.tinytooltip.right,
.tinytooltip.right-top,
.tinytooltip.right-bottom {
  padding: 0 10px;
  margin-left: 3px;
}
.tinytooltip.bottom,
.tinytooltip.bottom-left,
.tinytooltip.bottom-right {
  padding: 10px 0;
  margin-top: 3px;
}
.tinytooltip.left,
.tinytooltip.left-top,
.tinytooltip.left-bottom {
  padding: 0 10px;
  margin-left: -3px;
}
.tinytooltip .tinytooltip-inner {
  padding: 3px 8px;
  text-align: center;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.tinytooltip .tinytooltip-arrow,
.tinytooltip .tinytooltip-arrow-border {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tinytooltip.top .tinytooltip-arrow,
.tinytooltip.top .tinytooltip-arrow-border {
  bottom: 1px;
  left: 50%;
  margin-left: -8px;
  border-width: 10px 8px 0 8px;
}
.tinytooltip.top-left .tinytooltip-arrow,
.tinytooltip.top-left .tinytooltip-arrow-border {
  left: 15px;
  bottom: 1px;
  margin-left: -8px;
  border-width: 10px 8px 0 8px;
}
.tinytooltip.top-left .tinytooltip-arrow {
  left: 0;
}
.tinytooltip.top-right .tinytooltip-arrow,
.tinytooltip.top-right .tinytooltip-arrow-border {
  bottom: 1px;
  right: 15px;
  margin-right: -8px;
  border-width: 10px 8px 0 8px;
}
.tinytooltip.top-right .tinytooltip-arrow {
  right: 0;
}
.tinytooltip.top .tinytooltip-arrow-border,
.tinytooltip.top-left .tinytooltip-arrow-border,
.tinytooltip.top-right .tinytooltip-arrow-border {
  bottom: 0;
}
.tinytooltip.right .tinytooltip-arrow,
.tinytooltip.right .tinytooltip-arrow-border {
  top: 50%;
  left: 1px;
  margin-top: -8px;
  border-width: 8px 10px 8px 0;
}
.tinytooltip.right-top .tinytooltip-arrow,
.tinytooltip.right-top .tinytooltip-arrow-border {
  bottom: 15px;
  left: 1px;
  margin-bottom: -8px;
  border-width: 8px 10px 8px 0;
}
.tinytooltip.right-top .tinytooltip-arrow {
  bottom: 0;
}
.tinytooltip.right-bottom .tinytooltip-arrow,
.tinytooltip.right-bottom .tinytooltip-arrow-border {
  top: 15px;
  left: 1px;
  margin-top: -8px;
  border-width: 8px 10px 8px 0;
}
.tinytooltip.right-bottom .tinytooltip-arrow {
  top: 0;
}
.tinytooltip.right .tinytooltip-arrow-border,
.tinytooltip.right-top .tinytooltip-arrow-border,
.tinytooltip.right-bottom .tinytooltip-arrow-border {
  left: 0;
}
.tinytooltip.left .tinytooltip-arrow,
.tinytooltip.left .tinytooltip-arrow-border {
  top: 50%;
  right: 1px;
  margin-top: -8px;
  border-width: 8px 0 8px 10px;
	
}
.tinytooltip.left-top .tinytooltip-arrow,
.tinytooltip.left-top .tinytooltip-arrow-border {
  bottom: 15px;
  right: 1px;
  margin-bottom: -8px;
  border-width: 8px 0 8px 10px;
}
.tinytooltip.left-top .tinytooltip-arrow {
  bottom: 0;
}
.tinytooltip.left-bottom .tinytooltip-arrow,
.tinytooltip.left-bottom .tinytooltip-arrow-border {
  top: 15px;
  right: 1px;
  margin-top: -8px;
  border-width: 8px 0 8px 10px;
}
.tinytooltip.left-bottom .tinytooltip-arrow {
  top: 0;
}
.tinytooltip.left .tinytooltip-arrow-border,
.tinytooltip.left-top .tinytooltip-arrow-border,
.tinytooltip.left-bottom .tinytooltip-arrow-border {
  right: 0;
}
.tinytooltip.bottom .tinytooltip-arrow,
.tinytooltip.bottom .tinytooltip-arrow-border {
  top: 1px;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 10px 8px;
}
.tinytooltip.bottom-left .tinytooltip-arrow,
.tinytooltip.bottom-left .tinytooltip-arrow-border {
  top: 1px;
  left: 15px;
  margin-left: -8px;
  border-width: 0 8px 10px 8px;
}
.tinytooltip.bottom-left .tinytooltip-arrow {
  left: 0;
}
.tinytooltip.bottom-right .tinytooltip-arrow,
.tinytooltip.bottom-right .tinytooltip-arrow-border {
  top: 1px;
  right: 15px;
  margin-right: -8px;
  border-width: 0 8px 10px 8px;
}
.tinytooltip.bottom-right .tinytooltip-arrow {
  right: 0;
}
.tinytooltip.bottom .tinytooltip-arrow-border,
.tinytooltip.bottom-left .tinytooltip-arrow-border,
.tinytooltip.bottom-right .tinytooltip-arrow-border {
  top: 0;
}
.tinytooltip .tinytooltip-menu {
  padding: 0;
  margin: 0;
}
.tinytooltip .tinytooltip-menu ul,
.tinytooltip .tinytooltip-menu ol {
  margin: 0;
  padding: 0;
}
.tinytooltip .tinytooltip-menu li {
  padding: 1px 0 1px 0;
  margin: 0;
  list-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.tinytooltip .tinytooltip-menu li.last-child {
  border-bottom: none;
}
.tinytooltip .tinytooltip-menu a {
  display: block;
  text-decoration: none;
  padding: 5px;
  margin: 0px;
  -webkit-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.tinypopover {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tinypopover.fade {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.tinypopover.no-border .tinypopover-inner {
  border-width: 0;
}
.tinypopover .tinypopover-inner {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.tinypopover .tinypopover-title {
  padding: 8px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 5px 5px 0 0;
}
.tinypopover .tinypopover-content {
  padding: 9px 14px;
}
.tinypopover .tinypopover-content h4 {
  margin: 0;
  padding: 4px;
  font-size: 14px;
}
.tinypopover .tinypopover-content p {
  padding: 4px;
  margin: 0;
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
.tinypopover .tinypopover-content ul,
.tinypopover .tinypopover-content ul {
  margin: 0;
  padding: 5px;
  list-style-position: inside;
}
.tinypopover .tinypopover-content .image-right {
  float: right;
  margin: 0px 0px 0px 5px;
  padding: 2px;
}
.tinypopover .tinypopover-content .image-left {
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 2px;
}
.tinypopover .tinypopover-content .tinytooltip-video-wrapper {
  padding-bottom: 56.26%;
  position: relative;
  width: 500px;
}
.tinypopover .tinypopover-content .tinytooltip-video-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
}
.tinypopover.top,
.tinypopover.top-left,
.tinypopover.top-right {
  padding: 9px 0;
  margin-top: -3px;
}
.tinypopover.right,
.tinypopover.right-top,
.tinypopover.right-bottom {
  padding: 0 9px;
  margin-left: 3px;
}
.tinypopover.bottom,
.tinypopover.bottom-left,
.tinypopover.bottom-right {
  padding: 9px 0;
  margin-top: 3px;
}
.tinypopover.left,
.tinypopover.left-top,
.tinypopover.left-bottom {
  padding: 0 9px;
  margin-left: -3px;
}
.tinypopover .tinypopover-arrow,
.tinypopover .tinypopover-arrow-border {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tinypopover.top .tinypopover-arrow,
.tinypopover.top .tinypopover-arrow-border {
  bottom: 1px;
  left: 50%;
  margin-left: -8px;
  border-width: 10px 8px 0 8px;
}
.tinypopover.top-left .tinypopover-arrow,
.tinypopover.top-left .tinypopover-arrow-border {
  left: 15px;
  bottom: 1px;
  margin-left: -8px;
  border-width: 10px 8px 0 8px;
}
.tinypopover.top-left .tinypopover-arrow {
  left: 0;
}
.tinypopover.top-right .tinypopover-arrow,
.tinypopover.top-right .tinypopover-arrow-border {
  bottom: 1px;
  right: 15px;
  margin-right: -8px;
  border-width: 10px 8px 0 8px;
}
.tinypopover.top-right .tinypopover-arrow {
  right: 0;
}
.tinypopover.top .tinypopover-arrow-border,
.tinypopover.top-left .tinypopover-arrow-border,
.tinypopover.top-right .tinypopover-arrow-border {
  bottom: 0;
}
.tinypopover.right .tinypopover-arrow,
.tinypopover.right .tinypopover-arrow-border {
  top: 50%;
  left: 1px;
  margin-top: -8px;
  border-width: 8px 10px 8px 0;
}
.tinypopover.right .tinypopover-arrow-border {
  margin-top: 0;
}
.tinypopover.right-top .tinypopover-arrow,
.tinypopover.right-top .tinypopover-arrow-border {
  bottom: 15px;
  left: 1px;
  margin-bottom: -8px;
  border-width: 8px 10px 8px 0;
}
.tinypopover.right-top .tinypopover-arrow {
  bottom: 0;
}
.tinypopover.right-bottom .tinypopover-arrow,
.tinypopover.right-bottom .tinypopover-arrow-border {
  top: 15px;
  left: 1px;
  margin-top: -8px;
  border-width: 8px 10px 8px 0;
}
.tinypopover.right-bottom .tinypopover-arrow {
  top: 0;
}
.tinypopover.right .tinypopover-arrow-border,
.tinypopover.right-top .tinypopover-arrow-border,
.tinypopover.right-bottom .tinypopover-arrow-border {
  left: 0;
}
.tinypopover.left .tinypopover-arrow,
.tinypopover.left .tinypopover-arrow-border {
  top: 50%;
  right: 1px;
  margin-top: -8px;
  border-width: 8px 0 8px 10px;
}
.tinypopover.left .tinypopover-arrow-border {
  margin-top: 0;
}
.tinypopover.left-top .tinypopover-arrow,
.tinypopover.left-top .tinypopover-arrow-border {
  bottom: 15px;
  right: 1px;
  margin-bottom: -8px;
  border-width: 8px 0 8px 10px;
}
.tinypopover.left-top .tinypopover-arrow {
  bottom: 0;
}
.tinypopover.left-bottom .tinypopover-arrow,
.tinypopover.left-bottom .tinypopover-arrow-border {
  top: 15px;
  right: 1px;
  margin-top: -8px;
  border-width: 8px 0 8px 10px;
}
.tinypopover.left-bottom .tinypopover-arrow {
  top: 0;
}
.tinypopover.left .tinypopover-arrow-border,
.tinypopover.left-top .tinypopover-arrow-border,
.tinypopover.left-bottom .tinypopover-arrow-border {
  right: 0;
}
.tinypopover.bottom .tinypopover-arrow,
.tinypopover.bottom .tinypopover-arrow-border {
  top: 1px;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 10px 8px;
}
.tinypopover.bottom-left .tinypopover-arrow,
.tinypopover.bottom-left .tinypopover-arrow-border {
  top: 1px;
  left: 15px;
  margin-left: -8px;
  border-width: 0 8px 10px 8px;
}
.tinypopover.bottom-left .tinypopover-arrow {
  left: 0;
}
.tinypopover.bottom-right .tinypopover-arrow,
.tinypopover.bottom-right .tinypopover-arrow-border {
  top: 1px;
  right: 15px;
  margin-right: -8px;
  border-width: 0 8px 10px 8px;
}
.tinypopover.bottom-right .tinypopover-arrow {
  right: 0;
}
.tinypopover.bottom .tinypopover-arrow-border,
.tinypopover.bottom-left .tinypopover-arrow-border,
.tinypopover.bottom-right .tinypopover-arrow-border {
  top: 0;
}
#thc-tabs.nav-tabs .nav-link {
  margin-left: 5px;
}
.thc-hotspot-wrapper .thc-hotspot-container img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
#thc-image-hotspots-container .hotspot,
.thc-hotspot-wrapper .thc-hotspot-container .hotspot {
  cursor: pointer;
}
.thc-hotspot-wrapper .thc-hotspot-container .hotspot {
  position: absolute;
  z-index: 3;
}
#thc-image-hotspots-container .hotspot.blink,
.thc-hotspot-wrapper .thc-hotspot-container .hotspot.blink {
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-animation: blink normal 0.6s infinite ease-in-out;
  -webkit-animation: blink normal 0.6s infinite ease-in-out;
  animation: blink normal 0.6s infinite ease-in-out;
}
@keyframes blink {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}
.tinytooltip .dark {
  background-color: #000;
  color: #ffffff;
}
.tinytooltip .light {
  background-color: #fff;
  color: #000;
}
/* tinytooltip default skin */
.tinytooltip.default .tinytooltip-inner {
  color: #fff;
  background-color: #c21a00;
  border-color: #fff;
}
.tinytooltip.default.top .tinytooltip-arrow,
.tinytooltip.default.top .tinytooltip-arrow-border,
.tinytooltip.default.top-left .tinytooltip-arrow,
.tinytooltip.default.top-left .tinytooltip-arrow-border,
.tinytooltip.default.top-right .tinytooltip-arrow,
.tinytooltip.default.top-right .tinytooltip-arrow-border {
  border-top-color: #fff;
}
.tinytooltip.default.top .tinytooltip-arrow,
.tinytooltip.default.top.no-border .tinytooltip-arrow-border,
.tinytooltip.default.top-left .tinytooltip-arrow,
.tinytooltip.default.top-left.no-border .tinytooltip-arrow-border,
.tinytooltip.default.top-right .tinytooltip-arrow,
.tinytooltip.default.top-right.no-border .tinytooltip-arrow-border {
  border-top-color: #000;
}
.tinytooltip.default.right .tinytooltip-arrow,
.tinytooltip.default.right .tinytooltip-arrow-border,
.tinytooltip.default.right-top .tinytooltip-arrow,
.tinytooltip.default.right-top .tinytooltip-arrow-border,
.tinytooltip.default.right-bottom .tinytooltip-arrow,
.tinytooltip.default.right-bottom .tinytooltip-arrow-border {
  border-right-color: #fff;
}
.tinytooltip.default.right .tinytooltip-arrow,
.tinytooltip.default.right.no-border .tinytooltip-arrow-border,
.tinytooltip.default.right-top .tinytooltip-arrow,
.tinytooltip.default.right-top.no-border .tinytooltip-arrow-border,
.tinytooltip.default.right-bottom .tinytooltip-arrow,
.tinytooltip.default.right-bottom.no-border .tinytooltip-arrow-border {
  border-right-color: #000;
}
.tinytooltip.default.left .tinytooltip-arrow,
.tinytooltip.default.left .tinytooltip-arrow-border,
.tinytooltip.default.left-top .tinytooltip-arrow,
.tinytooltip.default.left-top .tinytooltip-arrow-border,
.tinytooltip.default.left-bottom .tinytooltip-arrow,
.tinytooltip.default.left-bottom .tinytooltip-arrow-border {
  border-left-color: #fff;
}
.tinytooltip.default.left .tinytooltip-arrow,
.tinytooltip.default.left.no-border .tinytooltip-arrow-border,
.tinytooltip.default.left-top .tinytooltip-arrow,
.tinytooltip.default.left-top.no-border .tinytooltip-arrow-border,
.tinytooltip.default.left-bottom .tinytooltip-arrow,
.tinytooltip.default.left-bottom.no-border .tinytooltip-arrow-border {
  border-left-color: #fff;
}
.tinytooltip.default.bottom .tinytooltip-arrow,
.tinytooltip.default.bottom .tinytooltip-arrow-border,
.tinytooltip.default.bottom-left .tinytooltip-arrow,
.tinytooltip.default.bottom-left .tinytooltip-arrow-border,
.tinytooltip.default.bottom-right .tinytooltip-arrow,
.tinytooltip.default.bottom-right .tinytooltip-arrow-border {
  border-bottom-color: #fff;
}
.tinytooltip.default.bottom .tinytooltip-arrow,
.tinytooltip.default.bottom.no-border .tinytooltip-arrow-border,
.tinytooltip.default.bottom-left .tinytooltip-arrow,
.tinytooltip.default.bottom-left.no-border .tinytooltip-arrow-border,
.tinytooltip.default.bottom-right .tinytooltip-arrow,
.tinytooltip.default.bottom-right.no-border .tinytooltip-arrow-border {
  border-bottom-color: #fff;
}
/* tinytooltip PacificBlue skin */
.tinytooltip.PacificBlue .tinytooltip-inner {
  color: #fff;
  background-color: #0099cc;
  border-color: #fff;
}
.tinytooltip.PacificBlue.top .tinytooltip-arrow,
.tinytooltip.PacificBlue.top .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.top-left .tinytooltip-arrow,
.tinytooltip.PacificBlue.top-left .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.top-right .tinytooltip-arrow,
.tinytooltip.PacificBlue.top-right .tinytooltip-arrow-border {
  border-top-color: #fff;
}
.tinytooltip.PacificBlue.top .tinytooltip-arrow,
.tinytooltip.PacificBlue.top.no-border .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.top-left .tinytooltip-arrow,
.tinytooltip.PacificBlue.top-left.no-border .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.top-right .tinytooltip-arrow,
.tinytooltip.PacificBlue.top-right.no-border .tinytooltip-arrow-border {
  border-top-color: #0099cc;
}
.tinytooltip.PacificBlue.right .tinytooltip-arrow,
.tinytooltip.PacificBlue.right .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.right-top .tinytooltip-arrow,
.tinytooltip.PacificBlue.right-top .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.right-bottom .tinytooltip-arrow,
.tinytooltip.PacificBlue.right-bottom .tinytooltip-arrow-border {
  border-right-color: #fff;
}
.tinytooltip.PacificBlue.right .tinytooltip-arrow,
.tinytooltip.PacificBlue.right.no-border .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.right-top .tinytooltip-arrow,
.tinytooltip.PacificBlue.right-top.no-border .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.right-bottom .tinytooltip-arrow,
.tinytooltip.PacificBlue.right-bottom.no-border .tinytooltip-arrow-border {
  border-right-color: #0099cc;
}
.tinytooltip.PacificBlue.left .tinytooltip-arrow,
.tinytooltip.PacificBlue.left .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.left-top .tinytooltip-arrow,
.tinytooltip.PacificBlue.left-top .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.left-bottom .tinytooltip-arrow,
.tinytooltip.PacificBlue.left-bottom .tinytooltip-arrow-border {
  border-left-color: #fff;
}
.tinytooltip.PacificBlue.left .tinytooltip-arrow,
.tinytooltip.PacificBlue.left.no-border .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.left-top .tinytooltip-arrow,
.tinytooltip.PacificBlue.left-top.no-border .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.left-bottom .tinytooltip-arrow,
.tinytooltip.PacificBlue.left-bottom.no-border .tinytooltip-arrow-border {
  border-left-color: #0099cc;
}
.tinytooltip.PacificBlue.bottom .tinytooltip-arrow,
.tinytooltip.PacificBlue.bottom .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.bottom-left .tinytooltip-arrow,
.tinytooltip.PacificBlue.bottom-left .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.bottom-right .tinytooltip-arrow,
.tinytooltip.PacificBlue.bottom-right .tinytooltip-arrow-border {
  border-bottom-color: #fff;
}
.tinytooltip.PacificBlue.bottom .tinytooltip-arrow,
.tinytooltip.PacificBlue.bottom.no-border .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.bottom-left .tinytooltip-arrow,
.tinytooltip.PacificBlue.bottom-left.no-border .tinytooltip-arrow-border,
.tinytooltip.PacificBlue.bottom-right .tinytooltip-arrow,
.tinytooltip.PacificBlue.bottom-right.no-border .tinytooltip-arrow-border {
  border-bottom-color: #0099cc;
}
/* tinytooltip PurpleHeart skin */
.tinytooltip.PurpleHeart .tinytooltip-inner {
  color: #fff;
  background-color: #6633cc;
  border-color: #fff;
}
.tinytooltip.PurpleHeart.top .tinytooltip-arrow,
.tinytooltip.PurpleHeart.top .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.top-left .tinytooltip-arrow,
.tinytooltip.PurpleHeart.top-left .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.top-right .tinytooltip-arrow,
.tinytooltip.PurpleHeart.top-right .tinytooltip-arrow-border {
  border-top-color: #fff;
}
.tinytooltip.PurpleHeart.top .tinytooltip-arrow,
.tinytooltip.PurpleHeart.top.no-border .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.top-left .tinytooltip-arrow,
.tinytooltip.PurpleHeart.top-left.no-border .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.top-right .tinytooltip-arrow,
.tinytooltip.PurpleHeart.top-right.no-border .tinytooltip-arrow-border {
  border-top-color: #6633cc;
}
.tinytooltip.PurpleHeart.right .tinytooltip-arrow,
.tinytooltip.PurpleHeart.right .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.right-top .tinytooltip-arrow,
.tinytooltip.PurpleHeart.right-top .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.right-bottom .tinytooltip-arrow,
.tinytooltip.PurpleHeart.right-bottom .tinytooltip-arrow-border {
  border-right-color: #fff;
}
.tinytooltip.PurpleHeart.right .tinytooltip-arrow,
.tinytooltip.PurpleHeart.right.no-border .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.right-top .tinytooltip-arrow,
.tinytooltip.PurpleHeart.right-top.no-border .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.right-bottom .tinytooltip-arrow,
.tinytooltip.PurpleHeart.right-bottom.no-border .tinytooltip-arrow-border {
  border-right-color: #6633cc;
}
.tinytooltip.PurpleHeart.left .tinytooltip-arrow,
.tinytooltip.PurpleHeart.left .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.left-top .tinytooltip-arrow,
.tinytooltip.PurpleHeart.left-top .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.left-bottom .tinytooltip-arrow,
.tinytooltip.PurpleHeart.left-bottom .tinytooltip-arrow-border {
  border-left-color: #fff;
}
.tinytooltip.PurpleHeart.left .tinytooltip-arrow,
.tinytooltip.PurpleHeart.left.no-border .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.left-top .tinytooltip-arrow,
.tinytooltip.PurpleHeart.left-top.no-border .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.left-bottom .tinytooltip-arrow,
.tinytooltip.PurpleHeart.left-bottom.no-border .tinytooltip-arrow-border {
  border-left-color: #6633cc;
}
.tinytooltip.PurpleHeart.bottom .tinytooltip-arrow,
.tinytooltip.PurpleHeart.bottom .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.bottom-left .tinytooltip-arrow,
.tinytooltip.PurpleHeart.bottom-left .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.bottom-right .tinytooltip-arrow,
.tinytooltip.PurpleHeart.bottom-right .tinytooltip-arrow-border {
  border-bottom-color: #fff;
}
.tinytooltip.PurpleHeart.bottom .tinytooltip-arrow,
.tinytooltip.PurpleHeart.bottom.no-border .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.bottom-left .tinytooltip-arrow,
.tinytooltip.PurpleHeart.bottom-left.no-border .tinytooltip-arrow-border,
.tinytooltip.PurpleHeart.bottom-right .tinytooltip-arrow,
.tinytooltip.PurpleHeart.bottom-right.no-border .tinytooltip-arrow-border {
  border-bottom-color: #6633cc;
}
/* tinytooltip DarkMagenta skin */
.tinytooltip.DarkMagenta .tinytooltip-inner {
  color: #fff;
  background-color: #990099;
  border-color: #fff;
}
.tinytooltip.DarkMagenta.top .tinytooltip-arrow,
.tinytooltip.DarkMagenta.top .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.top-left .tinytooltip-arrow,
.tinytooltip.DarkMagenta.top-left .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.top-right .tinytooltip-arrow,
.tinytooltip.DarkMagenta.top-right .tinytooltip-arrow-border {
  border-top-color: #fff;
}
.tinytooltip.DarkMagenta.top .tinytooltip-arrow,
.tinytooltip.DarkMagenta.top.no-border .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.top-left .tinytooltip-arrow,
.tinytooltip.DarkMagenta.top-left.no-border .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.top-right .tinytooltip-arrow,
.tinytooltip.DarkMagenta.top-right.no-border .tinytooltip-arrow-border {
  border-top-color: #990099;
}
.tinytooltip.DarkMagenta.right .tinytooltip-arrow,
.tinytooltip.DarkMagenta.right .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.right-top .tinytooltip-arrow,
.tinytooltip.DarkMagenta.right-top .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.right-bottom .tinytooltip-arrow,
.tinytooltip.DarkMagenta.right-bottom .tinytooltip-arrow-border {
  border-right-color: #fff;
}
.tinytooltip.DarkMagenta.right .tinytooltip-arrow,
.tinytooltip.DarkMagenta.right.no-border .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.right-top .tinytooltip-arrow,
.tinytooltip.DarkMagenta.right-top.no-border .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.right-bottom .tinytooltip-arrow,
.tinytooltip.DarkMagenta.right-bottom.no-border .tinytooltip-arrow-border {
  border-right-color: #990099;
}
.tinytooltip.DarkMagenta.left .tinytooltip-arrow,
.tinytooltip.DarkMagenta.left .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.left-top .tinytooltip-arrow,
.tinytooltip.DarkMagenta.left-top .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.left-bottom .tinytooltip-arrow,
.tinytooltip.DarkMagenta.left-bottom .tinytooltip-arrow-border {
  border-left-color: #fff;
}
.tinytooltip.DarkMagenta.left .tinytooltip-arrow,
.tinytooltip.DarkMagenta.left.no-border .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.left-top .tinytooltip-arrow,
.tinytooltip.DarkMagenta.left-top.no-border .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.left-bottom .tinytooltip-arrow,
.tinytooltip.DarkMagenta.left-bottom.no-border .tinytooltip-arrow-border {
  border-left-color: #990099;
}
.tinytooltip.DarkMagenta.bottom .tinytooltip-arrow,
.tinytooltip.DarkMagenta.bottom .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.bottom-left .tinytooltip-arrow,
.tinytooltip.DarkMagenta.bottom-left .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.bottom-right .tinytooltip-arrow,
.tinytooltip.DarkMagenta.bottom-right .tinytooltip-arrow-border {
  border-bottom-color: #fff;
}
.tinytooltip.DarkMagenta.bottom .tinytooltip-arrow,
.tinytooltip.DarkMagenta.bottom.no-border .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.bottom-left .tinytooltip-arrow,
.tinytooltip.DarkMagenta.bottom-left.no-border .tinytooltip-arrow-border,
.tinytooltip.DarkMagenta.bottom-right .tinytooltip-arrow,
.tinytooltip.DarkMagenta.bottom-right.no-border .tinytooltip-arrow-border {
  border-bottom-color: #990099;
}
/* tinytooltip NavyBlue skin */
.tinytooltip.NavyBlue .tinytooltip-inner {
  color: #fff;
  background-color: #0066cc;
  border-color: #fff;
}
.tinytooltip.NavyBlue.top .tinytooltip-arrow,
.tinytooltip.NavyBlue.top .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.top-left .tinytooltip-arrow,
.tinytooltip.NavyBlue.top-left .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.top-right .tinytooltip-arrow,
.tinytooltip.NavyBlue.top-right .tinytooltip-arrow-border {
  border-top-color: #fff;
}
.tinytooltip.NavyBlue.top .tinytooltip-arrow,
.tinytooltip.NavyBlue.top.no-border .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.top-left .tinytooltip-arrow,
.tinytooltip.NavyBlue.top-left.no-border .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.top-right .tinytooltip-arrow,
.tinytooltip.NavyBlue.top-right.no-border .tinytooltip-arrow-border {
  border-top-color: #0066cc;
}
.tinytooltip.NavyBlue.right .tinytooltip-arrow,
.tinytooltip.NavyBlue.right .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.right-top .tinytooltip-arrow,
.tinytooltip.NavyBlue.right-top .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.right-bottom .tinytooltip-arrow,
.tinytooltip.NavyBlue.right-bottom .tinytooltip-arrow-border {
  border-right-color: #fff;
}
.tinytooltip.NavyBlue.right .tinytooltip-arrow,
.tinytooltip.NavyBlue.right.no-border .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.right-top .tinytooltip-arrow,
.tinytooltip.NavyBlue.right-top.no-border .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.right-bottom .tinytooltip-arrow,
.tinytooltip.NavyBlue.right-bottom.no-border .tinytooltip-arrow-border {
  border-right-color: #0066cc;
}
.tinytooltip.NavyBlue.left .tinytooltip-arrow,
.tinytooltip.NavyBlue.left .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.left-top .tinytooltip-arrow,
.tinytooltip.NavyBlue.left-top .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.left-bottom .tinytooltip-arrow,
.tinytooltip.NavyBlue.left-bottom .tinytooltip-arrow-border {
  border-left-color: #fff;
}
.tinytooltip.NavyBlue.left .tinytooltip-arrow,
.tinytooltip.NavyBlue.left.no-border .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.left-top .tinytooltip-arrow,
.tinytooltip.NavyBlue.left-top.no-border .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.left-bottom .tinytooltip-arrow,
.tinytooltip.NavyBlue.left-bottom.no-border .tinytooltip-arrow-border {
  border-left-color: #0066cc;
}
.tinytooltip.NavyBlue.bottom .tinytooltip-arrow,
.tinytooltip.NavyBlue.bottom .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.bottom-left .tinytooltip-arrow,
.tinytooltip.NavyBlue.bottom-left .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.bottom-right .tinytooltip-arrow,
.tinytooltip.NavyBlue.bottom-right .tinytooltip-arrow-border {
  border-bottom-color: #fff;
}
.tinytooltip.NavyBlue.bottom .tinytooltip-arrow,
.tinytooltip.NavyBlue.bottom.no-border .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.bottom-left .tinytooltip-arrow,
.tinytooltip.NavyBlue.bottom-left.no-border .tinytooltip-arrow-border,
.tinytooltip.NavyBlue.bottom-right .tinytooltip-arrow,
.tinytooltip.NavyBlue.bottom-right.no-border .tinytooltip-arrow-border {
  border-bottom-color: #0066cc;
}
/* tinytooltip PersianRed skin */
.tinytooltip.PersianRed .tinytooltip-inner {
  color: #fff;
  background-color: #cc3333;
  border-color: #fff;
}
.tinytooltip.PersianRed.top .tinytooltip-arrow,
.tinytooltip.PersianRed.top .tinytooltip-arrow-border,
.tinytooltip.PersianRed.top-left .tinytooltip-arrow,
.tinytooltip.PersianRed.top-left .tinytooltip-arrow-border,
.tinytooltip.PersianRed.top-right .tinytooltip-arrow,
.tinytooltip.PersianRed.top-right .tinytooltip-arrow-border {
  border-top-color: #fff;
}
.tinytooltip.PersianRed.top .tinytooltip-arrow,
.tinytooltip.PersianRed.top.no-border .tinytooltip-arrow-border,
.tinytooltip.PersianRed.top-left .tinytooltip-arrow,
.tinytooltip.PersianRed.top-left.no-border .tinytooltip-arrow-border,
.tinytooltip.PersianRed.top-right .tinytooltip-arrow,
.tinytooltip.PersianRed.top-right.no-border .tinytooltip-arrow-border {
  border-top-color: #cc3333;
}
.tinytooltip.PersianRed.right .tinytooltip-arrow,
.tinytooltip.PersianRed.right .tinytooltip-arrow-border,
.tinytooltip.PersianRed.right-top .tinytooltip-arrow,
.tinytooltip.PersianRed.right-top .tinytooltip-arrow-border,
.tinytooltip.PersianRed.right-bottom .tinytooltip-arrow,
.tinytooltip.PersianRed.right-bottom .tinytooltip-arrow-border {
  border-right-color: #fff;
}
.tinytooltip.PersianRed.right .tinytooltip-arrow,
.tinytooltip.PersianRed.right.no-border .tinytooltip-arrow-border,
.tinytooltip.PersianRed.right-top .tinytooltip-arrow,
.tinytooltip.PersianRed.right-top.no-border .tinytooltip-arrow-border,
.tinytooltip.PersianRed.right-bottom .tinytooltip-arrow,
.tinytooltip.PersianRed.right-bottom.no-border .tinytooltip-arrow-border {
  border-right-color: #cc3333;
}
.tinytooltip.PersianRed.left .tinytooltip-arrow,
.tinytooltip.PersianRed.left .tinytooltip-arrow-border,
.tinytooltip.PersianRed.left-top .tinytooltip-arrow,
.tinytooltip.PersianRed.left-top .tinytooltip-arrow-border,
.tinytooltip.PersianRed.left-bottom .tinytooltip-arrow,
.tinytooltip.PersianRed.left-bottom .tinytooltip-arrow-border {
  border-left-color: #fff;
}
.tinytooltip.PersianRed.left .tinytooltip-arrow,
.tinytooltip.PersianRed.left.no-border .tinytooltip-arrow-border,
.tinytooltip.PersianRed.left-top .tinytooltip-arrow,
.tinytooltip.PersianRed.left-top.no-border .tinytooltip-arrow-border,
.tinytooltip.PersianRed.left-bottom .tinytooltip-arrow,
.tinytooltip.PersianRed.left-bottom.no-border .tinytooltip-arrow-border {
  border-left-color: #cc3333;
}
.tinytooltip.PersianRed.bottom .tinytooltip-arrow,
.tinytooltip.PersianRed.bottom .tinytooltip-arrow-border,
.tinytooltip.PersianRed.bottom-left .tinytooltip-arrow,
.tinytooltip.PersianRed.bottom-left .tinytooltip-arrow-border,
.tinytooltip.PersianRed.bottom-right .tinytooltip-arrow,
.tinytooltip.PersianRed.bottom-right .tinytooltip-arrow-border {
  border-bottom-color: #fff;
}
.tinytooltip.PersianRed.bottom .tinytooltip-arrow,
.tinytooltip.PersianRed.bottom.no-border .tinytooltip-arrow-border,
.tinytooltip.PersianRed.bottom-left .tinytooltip-arrow,
.tinytooltip.PersianRed.bottom-left.no-border .tinytooltip-arrow-border,
.tinytooltip.PersianRed.bottom-right .tinytooltip-arrow,
.tinytooltip.PersianRed.bottom-right.no-border .tinytooltip-arrow-border {
  border-bottom-color: #cc3333;
}
/* tinytooltip IslamicGreen skin */
.tinytooltip.IslamicGreen .tinytooltip-inner {
  color: #fff;
  background-color: #009900;
  border-color: #fff;
}
.tinytooltip.IslamicGreen.top .tinytooltip-arrow,
.tinytooltip.IslamicGreen.top .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.top-left .tinytooltip-arrow,
.tinytooltip.IslamicGreen.top-left .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.top-right .tinytooltip-arrow,
.tinytooltip.IslamicGreen.top-right .tinytooltip-arrow-border {
  border-top-color: #fff;
}
.tinytooltip.IslamicGreen.top .tinytooltip-arrow,
.tinytooltip.IslamicGreen.top.no-border .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.top-left .tinytooltip-arrow,
.tinytooltip.IslamicGreen.top-left.no-border .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.top-right .tinytooltip-arrow,
.tinytooltip.IslamicGreen.top-right.no-border .tinytooltip-arrow-border {
  border-top-color: #009900;
}
.tinytooltip.IslamicGreen.right .tinytooltip-arrow,
.tinytooltip.IslamicGreen.right .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.right-top .tinytooltip-arrow,
.tinytooltip.IslamicGreen.right-top .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.right-bottom .tinytooltip-arrow,
.tinytooltip.IslamicGreen.right-bottom .tinytooltip-arrow-border {
  border-right-color: #fff;
}
.tinytooltip.IslamicGreen.right .tinytooltip-arrow,
.tinytooltip.IslamicGreen.right.no-border .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.right-top .tinytooltip-arrow,
.tinytooltip.IslamicGreen.right-top.no-border .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.right-bottom .tinytooltip-arrow,
.tinytooltip.IslamicGreen.right-bottom.no-border .tinytooltip-arrow-border {
  border-right-color: #009900;
}
.tinytooltip.IslamicGreen.left .tinytooltip-arrow,
.tinytooltip.IslamicGreen.left .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.left-top .tinytooltip-arrow,
.tinytooltip.IslamicGreen.left-top .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.left-bottom .tinytooltip-arrow,
.tinytooltip.IslamicGreen.left-bottom .tinytooltip-arrow-border {
  border-left-color: #fff;
}
.tinytooltip.IslamicGreen.left .tinytooltip-arrow,
.tinytooltip.IslamicGreen.left.no-border .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.left-top .tinytooltip-arrow,
.tinytooltip.IslamicGreen.left-top.no-border .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.left-bottom .tinytooltip-arrow,
.tinytooltip.IslamicGreen.left-bottom.no-border .tinytooltip-arrow-border {
  border-left-color: #009900;
}
.tinytooltip.IslamicGreen.bottom .tinytooltip-arrow,
.tinytooltip.IslamicGreen.bottom .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.bottom-left .tinytooltip-arrow,
.tinytooltip.IslamicGreen.bottom-left .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.bottom-right .tinytooltip-arrow,
.tinytooltip.IslamicGreen.bottom-right .tinytooltip-arrow-border {
  border-bottom-color: #fff;
}
.tinytooltip.IslamicGreen.bottom .tinytooltip-arrow,
.tinytooltip.IslamicGreen.bottom.no-border .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.bottom-left .tinytooltip-arrow,
.tinytooltip.IslamicGreen.bottom-left.no-border .tinytooltip-arrow-border,
.tinytooltip.IslamicGreen.bottom-right .tinytooltip-arrow,
.tinytooltip.IslamicGreen.bottom-right.no-border .tinytooltip-arrow-border {
  border-bottom-color: #009900;
}
/* tinytooltip Roman skin */
.tinytooltip.Roman .tinytooltip-inner {
  color: #fff;
  background-color: #e06666;
  border-color: #fff;
}
.tinytooltip.Roman.top .tinytooltip-arrow,
.tinytooltip.Roman.top .tinytooltip-arrow-border,
.tinytooltip.Roman.top-left .tinytooltip-arrow,
.tinytooltip.Roman.top-left .tinytooltip-arrow-border,
.tinytooltip.Roman.top-right .tinytooltip-arrow,
.tinytooltip.Roman.top-right .tinytooltip-arrow-border {
  border-top-color: #fff;
}
.tinytooltip.Roman.top .tinytooltip-arrow,
.tinytooltip.Roman.top.no-border .tinytooltip-arrow-border,
.tinytooltip.Roman.top-left .tinytooltip-arrow,
.tinytooltip.Roman.top-left.no-border .tinytooltip-arrow-border,
.tinytooltip.Roman.top-right .tinytooltip-arrow,
.tinytooltip.Roman.top-right.no-border .tinytooltip-arrow-border {
  border-top-color: #e06666;
}
.tinytooltip.Roman.right .tinytooltip-arrow,
.tinytooltip.Roman.right .tinytooltip-arrow-border,
.tinytooltip.Roman.right-top .tinytooltip-arrow,
.tinytooltip.Roman.right-top .tinytooltip-arrow-border,
.tinytooltip.Roman.right-bottom .tinytooltip-arrow,
.tinytooltip.Roman.right-bottom .tinytooltip-arrow-border {
  border-right-color: #fff;
}
.tinytooltip.Roman.right .tinytooltip-arrow,
.tinytooltip.Roman.right.no-border .tinytooltip-arrow-border,
.tinytooltip.Roman.right-top .tinytooltip-arrow,
.tinytooltip.Roman.right-top.no-border .tinytooltip-arrow-border,
.tinytooltip.Roman.right-bottom .tinytooltip-arrow,
.tinytooltip.Roman.right-bottom.no-border .tinytooltip-arrow-border {
  border-right-color: #e06666;
}
.tinytooltip.Roman.left .tinytooltip-arrow,
.tinytooltip.Roman.left .tinytooltip-arrow-border,
.tinytooltip.Roman.left-top .tinytooltip-arrow,
.tinytooltip.Roman.left-top .tinytooltip-arrow-border,
.tinytooltip.Roman.left-bottom .tinytooltip-arrow,
.tinytooltip.Roman.left-bottom .tinytooltip-arrow-border {
  border-left-color: #fff;
}
.tinytooltip.Roman.left .tinytooltip-arrow,
.tinytooltip.Roman.left.no-border .tinytooltip-arrow-border,
.tinytooltip.Roman.left-top .tinytooltip-arrow,
.tinytooltip.Roman.left-top.no-border .tinytooltip-arrow-border,
.tinytooltip.Roman.left-bottom .tinytooltip-arrow,
.tinytooltip.Roman.left-bottom.no-border .tinytooltip-arrow-border {
  border-left-color: #e06666;
}
.tinytooltip.Roman.bottom .tinytooltip-arrow,
.tinytooltip.Roman.bottom .tinytooltip-arrow-border,
.tinytooltip.Roman.bottom-left .tinytooltip-arrow,
.tinytooltip.Roman.bottom-left .tinytooltip-arrow-border,
.tinytooltip.Roman.bottom-right .tinytooltip-arrow,
.tinytooltip.Roman.bottom-right .tinytooltip-arrow-border {
  border-bottom-color: #fff;
}
.tinytooltip.Roman.bottom .tinytooltip-arrow,
.tinytooltip.Roman.bottom.no-border .tinytooltip-arrow-border,
.tinytooltip.Roman.bottom-left .tinytooltip-arrow,
.tinytooltip.Roman.bottom-left.no-border .tinytooltip-arrow-border,
.tinytooltip.Roman.bottom-right .tinytooltip-arrow,
.tinytooltip.Roman.bottom-right.no-border .tinytooltip-arrow-border {
  border-bottom-color: #e06666;
}
/* tinytooltip LightCyan skin */
.tinytooltip.LightCyan .tinytooltip-inner {
  color: #333333;
  background-color: #ccffff;
  border-color: #33ffff;
}
.tinytooltip.LightCyan.top .tinytooltip-arrow,
.tinytooltip.LightCyan.top .tinytooltip-arrow-border,
.tinytooltip.LightCyan.top-left .tinytooltip-arrow,
.tinytooltip.LightCyan.top-left .tinytooltip-arrow-border,
.tinytooltip.LightCyan.top-right .tinytooltip-arrow,
.tinytooltip.LightCyan.top-right .tinytooltip-arrow-border {
  border-top-color: #33ffff;
}
.tinytooltip.LightCyan.top .tinytooltip-arrow,
.tinytooltip.LightCyan.top.no-border .tinytooltip-arrow-border,
.tinytooltip.LightCyan.top-left .tinytooltip-arrow,
.tinytooltip.LightCyan.top-left.no-border .tinytooltip-arrow-border,
.tinytooltip.LightCyan.top-right .tinytooltip-arrow,
.tinytooltip.LightCyan.top-right.no-border .tinytooltip-arrow-border {
  border-top-color: #ccffff;
}
.tinytooltip.LightCyan.right .tinytooltip-arrow,
.tinytooltip.LightCyan.right .tinytooltip-arrow-border,
.tinytooltip.LightCyan.right-top .tinytooltip-arrow,
.tinytooltip.LightCyan.right-top .tinytooltip-arrow-border,
.tinytooltip.LightCyan.right-bottom .tinytooltip-arrow,
.tinytooltip.LightCyan.right-bottom .tinytooltip-arrow-border {
  border-right-color: #33ffff;
}
.tinytooltip.LightCyan.right .tinytooltip-arrow,
.tinytooltip.LightCyan.right.no-border .tinytooltip-arrow-border,
.tinytooltip.LightCyan.right-top .tinytooltip-arrow,
.tinytooltip.LightCyan.right-top.no-border .tinytooltip-arrow-border,
.tinytooltip.LightCyan.right-bottom .tinytooltip-arrow,
.tinytooltip.LightCyan.right-bottom.no-border .tinytooltip-arrow-border {
  border-right-color: #ccffff;
}
.tinytooltip.LightCyan.left .tinytooltip-arrow,
.tinytooltip.LightCyan.left .tinytooltip-arrow-border,
.tinytooltip.LightCyan.left-top .tinytooltip-arrow,
.tinytooltip.LightCyan.left-top .tinytooltip-arrow-border,
.tinytooltip.LightCyan.left-bottom .tinytooltip-arrow,
.tinytooltip.LightCyan.left-bottom .tinytooltip-arrow-border {
  border-left-color: #33ffff;
}
.tinytooltip.LightCyan.left .tinytooltip-arrow,
.tinytooltip.LightCyan.left.no-border .tinytooltip-arrow-border,
.tinytooltip.LightCyan.left-top .tinytooltip-arrow,
.tinytooltip.LightCyan.left-top.no-border .tinytooltip-arrow-border,
.tinytooltip.LightCyan.left-bottom .tinytooltip-arrow,
.tinytooltip.LightCyan.left-bottom.no-border .tinytooltip-arrow-border {
  border-left-color: #ccffff;
}
.tinytooltip.LightCyan.bottom .tinytooltip-arrow,
.tinytooltip.LightCyan.bottom .tinytooltip-arrow-border,
.tinytooltip.LightCyan.bottom-left .tinytooltip-arrow,
.tinytooltip.LightCyan.bottom-left .tinytooltip-arrow-border,
.tinytooltip.LightCyan.bottom-right .tinytooltip-arrow,
.tinytooltip.LightCyan.bottom-right .tinytooltip-arrow-border {
  border-bottom-color: #33ffff;
}
.tinytooltip.LightCyan.bottom .tinytooltip-arrow,
.tinytooltip.LightCyan.bottom.no-border .tinytooltip-arrow-border,
.tinytooltip.LightCyan.bottom-left .tinytooltip-arrow,
.tinytooltip.LightCyan.bottom-left.no-border .tinytooltip-arrow-border,
.tinytooltip.LightCyan.bottom-right .tinytooltip-arrow,
.tinytooltip.LightCyan.bottom-right.no-border .tinytooltip-arrow-border {
  border-bottom-color: #ccffff;
}
/* tinytooltip LavenderBlue skin */
.tinytooltip.LavenderBlue .tinytooltip-inner {
  color: #333333;
  background-color: #ccccff;
  border-color: #fff;
}
.tinytooltip.LavenderBlue.top .tinytooltip-arrow,
.tinytooltip.LavenderBlue.top .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.top-left .tinytooltip-arrow,
.tinytooltip.LavenderBlue.top-left .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.top-right .tinytooltip-arrow,
.tinytooltip.LavenderBlue.top-right .tinytooltip-arrow-border {
  border-top-color: #fff;
}
.tinytooltip.LavenderBlue.top .tinytooltip-arrow,
.tinytooltip.LavenderBlue.top.no-border .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.top-left .tinytooltip-arrow,
.tinytooltip.LavenderBlue.top-left.no-border .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.top-right .tinytooltip-arrow,
.tinytooltip.LavenderBlue.top-right.no-border .tinytooltip-arrow-border {
  border-top-color: #ccccff;
}
.tinytooltip.LavenderBlue.right .tinytooltip-arrow,
.tinytooltip.LavenderBlue.right .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.right-top .tinytooltip-arrow,
.tinytooltip.LavenderBlue.right-top .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.right-bottom .tinytooltip-arrow,
.tinytooltip.LavenderBlue.right-bottom .tinytooltip-arrow-border {
  border-right-color: #fff;
}
.tinytooltip.LavenderBlue.right .tinytooltip-arrow,
.tinytooltip.LavenderBlue.right.no-border .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.right-top .tinytooltip-arrow,
.tinytooltip.LavenderBlue.right-top.no-border .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.right-bottom .tinytooltip-arrow,
.tinytooltip.LavenderBlue.right-bottom.no-border .tinytooltip-arrow-border {
  border-right-color: #ccccff;
}
.tinytooltip.LavenderBlue.left .tinytooltip-arrow,
.tinytooltip.LavenderBlue.left .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.left-top .tinytooltip-arrow,
.tinytooltip.LavenderBlue.left-top .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.left-bottom .tinytooltip-arrow,
.tinytooltip.LavenderBlue.left-bottom .tinytooltip-arrow-border {
  border-left-color: #fff;
}
.tinytooltip.LavenderBlue.left .tinytooltip-arrow,
.tinytooltip.LavenderBlue.left.no-border .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.left-top .tinytooltip-arrow,
.tinytooltip.LavenderBlue.left-top.no-border .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.left-bottom .tinytooltip-arrow,
.tinytooltip.LavenderBlue.left-bottom.no-border .tinytooltip-arrow-border {
  border-left-color: #ccccff;
}
.tinytooltip.LavenderBlue.bottom .tinytooltip-arrow,
.tinytooltip.LavenderBlue.bottom .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.bottom-left .tinytooltip-arrow,
.tinytooltip.LavenderBlue.bottom-left .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.bottom-right .tinytooltip-arrow,
.tinytooltip.LavenderBlue.bottom-right .tinytooltip-arrow-border {
  border-bottom-color: #fff;
}
.tinytooltip.LavenderBlue.bottom .tinytooltip-arrow,
.tinytooltip.LavenderBlue.bottom.no-border .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.bottom-left .tinytooltip-arrow,
.tinytooltip.LavenderBlue.bottom-left.no-border .tinytooltip-arrow-border,
.tinytooltip.LavenderBlue.bottom-right .tinytooltip-arrow,
.tinytooltip.LavenderBlue.bottom-right.no-border .tinytooltip-arrow-border {
  border-bottom-color: #ccccff;
}
/* tinytooltip Cosmos skin */
.tinytooltip.Cosmos .tinytooltip-inner {
  color: #333333;
  background-color: #ffcccc;
  border-color: #fff;
}
.tinytooltip.Cosmos.top .tinytooltip-arrow,
.tinytooltip.Cosmos.top .tinytooltip-arrow-border,
.tinytooltip.Cosmos.top-left .tinytooltip-arrow,
.tinytooltip.Cosmos.top-left .tinytooltip-arrow-border,
.tinytooltip.Cosmos.top-right .tinytooltip-arrow,
.tinytooltip.Cosmos.top-right .tinytooltip-arrow-border {
  border-top-color: #fff;
}
.tinytooltip.Cosmos.top .tinytooltip-arrow,
.tinytooltip.Cosmos.top.no-border .tinytooltip-arrow-border,
.tinytooltip.Cosmos.top-left .tinytooltip-arrow,
.tinytooltip.Cosmos.top-left.no-border .tinytooltip-arrow-border,
.tinytooltip.Cosmos.top-right .tinytooltip-arrow,
.tinytooltip.Cosmos.top-right.no-border .tinytooltip-arrow-border {
  border-top-color: #ffcccc;
}
.tinytooltip.Cosmos.right .tinytooltip-arrow,
.tinytooltip.Cosmos.right .tinytooltip-arrow-border,
.tinytooltip.Cosmos.right-top .tinytooltip-arrow,
.tinytooltip.Cosmos.right-top .tinytooltip-arrow-border,
.tinytooltip.Cosmos.right-bottom .tinytooltip-arrow,
.tinytooltip.Cosmos.right-bottom .tinytooltip-arrow-border {
  border-right-color: #fff;
}
.tinytooltip.Cosmos.right .tinytooltip-arrow,
.tinytooltip.Cosmos.right.no-border .tinytooltip-arrow-border,
.tinytooltip.Cosmos.right-top .tinytooltip-arrow,
.tinytooltip.Cosmos.right-top.no-border .tinytooltip-arrow-border,
.tinytooltip.Cosmos.right-bottom .tinytooltip-arrow,
.tinytooltip.Cosmos.right-bottom.no-border .tinytooltip-arrow-border {
  border-right-color: #ffcccc;
}
.tinytooltip.Cosmos.left .tinytooltip-arrow,
.tinytooltip.Cosmos.left .tinytooltip-arrow-border,
.tinytooltip.Cosmos.left-top .tinytooltip-arrow,
.tinytooltip.Cosmos.left-top .tinytooltip-arrow-border,
.tinytooltip.Cosmos.left-bottom .tinytooltip-arrow,
.tinytooltip.Cosmos.left-bottom .tinytooltip-arrow-border {
  border-left-color: #fff;
}
.tinytooltip.Cosmos.left .tinytooltip-arrow,
.tinytooltip.Cosmos.left.no-border .tinytooltip-arrow-border,
.tinytooltip.Cosmos.left-top .tinytooltip-arrow,
.tinytooltip.Cosmos.left-top.no-border .tinytooltip-arrow-border,
.tinytooltip.Cosmos.left-bottom .tinytooltip-arrow,
.tinytooltip.Cosmos.left-bottom.no-border .tinytooltip-arrow-border {
  border-left-color: #ffcccc;
}
.tinytooltip.Cosmos.bottom .tinytooltip-arrow,
.tinytooltip.Cosmos.bottom .tinytooltip-arrow-border,
.tinytooltip.Cosmos.bottom-left .tinytooltip-arrow,
.tinytooltip.Cosmos.bottom-left .tinytooltip-arrow-border,
.tinytooltip.Cosmos.bottom-right .tinytooltip-arrow,
.tinytooltip.Cosmos.bottom-right .tinytooltip-arrow-border {
  border-bottom-color: #fff;
}
.tinytooltip.Cosmos.bottom .tinytooltip-arrow,
.tinytooltip.Cosmos.bottom.no-border .tinytooltip-arrow-border,
.tinytooltip.Cosmos.bottom-left .tinytooltip-arrow,
.tinytooltip.Cosmos.bottom-left.no-border .tinytooltip-arrow-border,
.tinytooltip.Cosmos.bottom-right .tinytooltip-arrow,
.tinytooltip.Cosmos.bottom-right.no-border .tinytooltip-arrow-border {
  border-bottom-color: #ffcccc;
}
/* tinytooltip SkyBlue skin */
.tinytooltip.SkyBlue .tinytooltip-inner {
  color: #333333;
  background-color: #99ccff;
  border-color: #fff;
}
.tinytooltip.SkyBlue.top .tinytooltip-arrow,
.tinytooltip.SkyBlue.top .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.top-left .tinytooltip-arrow,
.tinytooltip.SkyBlue.top-left .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.top-right .tinytooltip-arrow,
.tinytooltip.SkyBlue.top-right .tinytooltip-arrow-border {
  border-top-color: #fff;
}
.tinytooltip.SkyBlue.top .tinytooltip-arrow,
.tinytooltip.SkyBlue.top.no-border .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.top-left .tinytooltip-arrow,
.tinytooltip.SkyBlue.top-left.no-border .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.top-right .tinytooltip-arrow,
.tinytooltip.SkyBlue.top-right.no-border .tinytooltip-arrow-border {
  border-top-color: #99ccff;
}
.tinytooltip.SkyBlue.right .tinytooltip-arrow,
.tinytooltip.SkyBlue.right .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.right-top .tinytooltip-arrow,
.tinytooltip.SkyBlue.right-top .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.right-bottom .tinytooltip-arrow,
.tinytooltip.SkyBlue.right-bottom .tinytooltip-arrow-border {
  border-right-color: #fff;
}
.tinytooltip.SkyBlue.right .tinytooltip-arrow,
.tinytooltip.SkyBlue.right.no-border .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.right-top .tinytooltip-arrow,
.tinytooltip.SkyBlue.right-top.no-border .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.right-bottom .tinytooltip-arrow,
.tinytooltip.SkyBlue.right-bottom.no-border .tinytooltip-arrow-border {
  border-right-color: #99ccff;
}
.tinytooltip.SkyBlue.left .tinytooltip-arrow,
.tinytooltip.SkyBlue.left .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.left-top .tinytooltip-arrow,
.tinytooltip.SkyBlue.left-top .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.left-bottom .tinytooltip-arrow,
.tinytooltip.SkyBlue.left-bottom .tinytooltip-arrow-border {
  border-left-color: #fff;
}
.tinytooltip.SkyBlue.left .tinytooltip-arrow,
.tinytooltip.SkyBlue.left.no-border .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.left-top .tinytooltip-arrow,
.tinytooltip.SkyBlue.left-top.no-border .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.left-bottom .tinytooltip-arrow,
.tinytooltip.SkyBlue.left-bottom.no-border .tinytooltip-arrow-border {
  border-left-color: #99ccff;
}
.tinytooltip.SkyBlue.bottom .tinytooltip-arrow,
.tinytooltip.SkyBlue.bottom .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.bottom-left .tinytooltip-arrow,
.tinytooltip.SkyBlue.bottom-left .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.bottom-right .tinytooltip-arrow,
.tinytooltip.SkyBlue.bottom-right .tinytooltip-arrow-border {
  border-bottom-color: #fff;
}
.tinytooltip.SkyBlue.bottom .tinytooltip-arrow,
.tinytooltip.SkyBlue.bottom.no-border .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.bottom-left .tinytooltip-arrow,
.tinytooltip.SkyBlue.bottom-left.no-border .tinytooltip-arrow-border,
.tinytooltip.SkyBlue.bottom-right .tinytooltip-arrow,
.tinytooltip.SkyBlue.bottom-right.no-border .tinytooltip-arrow-border {
  border-bottom-color: #99ccff;
}
/* tinytooltip PeachOrange skin */
.tinytooltip.PeachOrange .tinytooltip-inner {
  color: #333333;
  background-color: #ffcc99;
  border-color: #cc9999;
}
.tinytooltip.PeachOrange.top .tinytooltip-arrow,
.tinytooltip.PeachOrange.top .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.top-left .tinytooltip-arrow,
.tinytooltip.PeachOrange.top-left .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.top-right .tinytooltip-arrow,
.tinytooltip.PeachOrange.top-right .tinytooltip-arrow-border {
  border-top-color: #cc9999;
}
.tinytooltip.PeachOrange.top .tinytooltip-arrow,
.tinytooltip.PeachOrange.top.no-border .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.top-left .tinytooltip-arrow,
.tinytooltip.PeachOrange.top-left.no-border .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.top-right .tinytooltip-arrow,
.tinytooltip.PeachOrange.top-right.no-border .tinytooltip-arrow-border {
  border-top-color: #ffcc99;
}
.tinytooltip.PeachOrange.right .tinytooltip-arrow,
.tinytooltip.PeachOrange.right .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.right-top .tinytooltip-arrow,
.tinytooltip.PeachOrange.right-top .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.right-bottom .tinytooltip-arrow,
.tinytooltip.PeachOrange.right-bottom .tinytooltip-arrow-border {
  border-right-color: #cc9999;
}
.tinytooltip.PeachOrange.right .tinytooltip-arrow,
.tinytooltip.PeachOrange.right.no-border .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.right-top .tinytooltip-arrow,
.tinytooltip.PeachOrange.right-top.no-border .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.right-bottom .tinytooltip-arrow,
.tinytooltip.PeachOrange.right-bottom.no-border .tinytooltip-arrow-border {
  border-right-color: #ffcc99;
}
.tinytooltip.PeachOrange.left .tinytooltip-arrow,
.tinytooltip.PeachOrange.left .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.left-top .tinytooltip-arrow,
.tinytooltip.PeachOrange.left-top .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.left-bottom .tinytooltip-arrow,
.tinytooltip.PeachOrange.left-bottom .tinytooltip-arrow-border {
  border-left-color: #cc9999;
}
.tinytooltip.PeachOrange.left .tinytooltip-arrow,
.tinytooltip.PeachOrange.left.no-border .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.left-top .tinytooltip-arrow,
.tinytooltip.PeachOrange.left-top.no-border .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.left-bottom .tinytooltip-arrow,
.tinytooltip.PeachOrange.left-bottom.no-border .tinytooltip-arrow-border {
  border-left-color: #ffcc99;
}
.tinytooltip.PeachOrange.bottom .tinytooltip-arrow,
.tinytooltip.PeachOrange.bottom .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.bottom-left .tinytooltip-arrow,
.tinytooltip.PeachOrange.bottom-left .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.bottom-right .tinytooltip-arrow,
.tinytooltip.PeachOrange.bottom-right .tinytooltip-arrow-border {
  border-bottom-color: #cc9999;
}
.tinytooltip.PeachOrange.bottom .tinytooltip-arrow,
.tinytooltip.PeachOrange.bottom.no-border .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.bottom-left .tinytooltip-arrow,
.tinytooltip.PeachOrange.bottom-left.no-border .tinytooltip-arrow-border,
.tinytooltip.PeachOrange.bottom-right .tinytooltip-arrow,
.tinytooltip.PeachOrange.bottom-right.no-border .tinytooltip-arrow-border {
  border-bottom-color: #ffcc99;
}
.tinytooltip.default .tinytooltip-menu li {
  border-bottom-color: #fff;
}
.tinytooltip.default .tinytooltip-menu a {
  color: #fff;
}
.tinytooltip.default .tinytooltip-menu a:hover {
  color: #000;
  background: #fff;
}
.tinytooltip.PacificBlue .tinytooltip-menu li {
  border-bottom-color: #80cce6;
}
.tinytooltip.PacificBlue .tinytooltip-menu a {
  color: #fff;
}
.tinytooltip.PacificBlue .tinytooltip-menu a:hover {
  color: #000000;
  background: #80cce6;
}
.tinytooltip.PurpleHeart .tinytooltip-menu li {
  border-bottom-color: #b399e6;
}
.tinytooltip.PurpleHeart .tinytooltip-menu a {
  color: #fff;
}
.tinytooltip.PurpleHeart .tinytooltip-menu a:hover {
  color: #000000;
  background: #b399e6;
}
.tinytooltip.DarkMagenta .tinytooltip-menu li {
  border-bottom-color: #cc80cc;
}
.tinytooltip.DarkMagenta .tinytooltip-menu a {
  color: #fff;
}
.tinytooltip.DarkMagenta .tinytooltip-menu a:hover {
  color: #000000;
  background: #cc80cc;
}
.tinytooltip.NavyBlue .tinytooltip-menu li {
  border-bottom-color: #80b3e6;
}
.tinytooltip.NavyBlue .tinytooltip-menu a {
  color: #fff;
}
.tinytooltip.NavyBlue .tinytooltip-menu a:hover {
  color: #000000;
  background: #80b3e6;
}
.tinytooltip.PersianRed .tinytooltip-menu li {
  border-bottom-color: #e69999;
}
.tinytooltip.PersianRed .tinytooltip-menu a {
  color: #fff;
}
.tinytooltip.PersianRed .tinytooltip-menu a:hover {
  color: #000000;
  background: #e69999;
}
.tinytooltip.IslamicGreen .tinytooltip-menu li {
  border-bottom-color: #80cc80;
}
.tinytooltip.IslamicGreen .tinytooltip-menu a {
  color: #fff;
}
.tinytooltip.IslamicGreen .tinytooltip-menu a:hover {
  color: #000000;
  background: #80cc80;
}
.tinytooltip.Roman .tinytooltip-menu li {
  border-bottom-color: #f0b3b3;
}
.tinytooltip.Roman .tinytooltip-menu a {
  color: #fff;
}
.tinytooltip.Roman .tinytooltip-menu a:hover {
  color: #000000;
  background: #f0b3b3;
}
.tinytooltip.LightCyan .tinytooltip-menu li {
  border-bottom-color: #33ffff;
}
.tinytooltip.LightCyan .tinytooltip-menu a {
  color: #293333;
}
.tinytooltip.LightCyan .tinytooltip-menu a:hover {
  color: #fff;
  background: #8fb3b3;
}
.tinytooltip.LavenderBlue .tinytooltip-menu li {
  border-bottom-color: #8f8fb3;
}
.tinytooltip.LavenderBlue .tinytooltip-menu a {
  color: #292933;
}
.tinytooltip.LavenderBlue .tinytooltip-menu a:hover {
  color: #fff;
  background: #8f8fb3;
}
.tinytooltip.Cosmos .tinytooltip-menu li {
  border-bottom-color: #b38f8f;
}
.tinytooltip.Cosmos .tinytooltip-menu a {
  color: #332929;
}
.tinytooltip.Cosmos .tinytooltip-menu a:hover {
  color: #fff;
  background: #b38f8f;
}
.tinytooltip.SkyBlue .tinytooltip-menu li {
  border-bottom-color: #6b8fb3;
}
.tinytooltip.SkyBlue .tinytooltip-menu a {
  color: #1f2933;
}
.tinytooltip.SkyBlue .tinytooltip-menu a:hover {
  color: #fff;
  background: #6b8fb3;
}
.tinytooltip.PeachOrange .tinytooltip-menu li {
  border-bottom-color: #cc9999;
}
.tinytooltip.PeachOrange .tinytooltip-menu a {
  color: #33291f;
}
.tinytooltip.PeachOrange .tinytooltip-menu a:hover {
  color: #fff;
  background: #b38f6b;
}
.tinypopover .dark {
  background-color: #000;
  color: #ffffff;
}
.tinypopover .light {
  background-color: #fff;
  color: #000;
}
/* default skin */
/*.tinypopover.default .tinypopover-inner {
    border-color: #bbbbbb;
}

.tinypopover.default .tinypopover-title {
    color: #444444;
    background-color: #f7f7f7;
    border-color: #ebebeb;
}

.tinypopover.default .tinypopover-content {
    color: #444444;
    background-color: #ffffff;
}

.tinypopover.default.top .tinypopover-arrow, .tinypopover.default.top .tinypopover-arrow-border,
.tinypopover.default.top-left .tinypopover-arrow, .tinypopover.default.top-left .tinypopover-arrow-border,
.tinypopover.default.top-right .tinypopover-arrow, .tinypopover.default.top-right .tinypopover-arrow-border {
    border-top-color: #bbbbbb;
}

.tinypopover.default.top .tinypopover-arrow, .tinypopover.default.top.no-border .tinypopover-arrow-border,
.tinypopover.default.top-left .tinypopover-arrow, .tinypopover.default.top-left.no-border .tinypopover-arrow-border,
.tinypopover.default.top-right .tinypopover-arrow, .tinypopover.default.top-right.no-border .tinypopover-arrow-border {
    border-top-color: #ffffff;
}

.tinypopover.default.right .tinypopover-arrow, .tinypopover.default.right .tinypopover-arrow-border,
.tinypopover.default.right-top .tinypopover-arrow, .tinypopover.default.right-top .tinypopover-arrow-border,
.tinypopover.default.right-bottom .tinypopover-arrow, .tinypopover.default.right-bottom .tinypopover-arrow-border {
    border-right-color: #bbbbbb;
}

.tinypopover.default.right .tinypopover-arrow, .tinypopover.default.right.no-border .tinypopover-arrow-border,
.tinypopover.default.right-top .tinypopover-arrow, .tinypopover.default.right-top.no-border .tinypopover-arrow-border,
.tinypopover.default.right-bottom .tinypopover-arrow, .tinypopover.default.right-bottom.no-border .tinypopover-arrow-border {
    border-right-color: #ffffff;
}

.tinypopover.default.left .tinypopover-arrow, .tinypopover.default.left .tinypopover-arrow-border,
.tinypopover.default.left-top .tinypopover-arrow, .tinypopover.default.left-top .tinypopover-arrow-border,
.tinypopover.default.left-bottom .tinypopover-arrow, .tinypopover.default.left-bottom .tinypopover-arrow-border {
    border-left-color: #bbbbbb;
}

.tinypopover.default.left .tinypopover-arrow, .tinypopover.default.left.no-border .tinypopover-arrow-border,
.tinypopover.default.left-top .tinypopover-arrow, .tinypopover.default.left-top.no-border .tinypopover-arrow-border,
.tinypopover.default.left-bottom .tinypopover-arrow, .tinypopover.default.left-bottom.no-border .tinypopover-arrow-border {
    border-left-color: #ffffff;
}

.tinypopover.default.bottom .tinypopover-arrow, .tinypopover.default.bottom .tinypopover-arrow-border,
.tinypopover.default.bottom-left .tinypopover-arrow, .tinypopover.default.bottom-left .tinypopover-arrow-border,
.tinypopover.default.bottom-right .tinypopover-arrow, .tinypopover.default.bottom-right .tinypopover-arrow-border {
    border-bottom-color: #bbbbbb;
}

.tinypopover.default.bottom .tinypopover-arrow, .tinypopover.default.bottom.no-border .tinypopover-arrow-border,
.tinypopover.default.bottom-left .tinypopover-arrow, .tinypopover.default.bottom-left.no-border .tinypopover-arrow-border,
.tinypopover.default.bottom-right .tinypopover-arrow, .tinypopover.default.bottom-right.no-border .tinypopover-arrow-border {
    border-bottom-color: #ffffff;
}*/
/* tinypopover default skin */
.tinypopover.default .tinypopover-inner {
  border-color: #a4a4a4;
}
.tinypopover.default .tinypopover-title {
  color: #000;
  background-color: #f1f1f1;
  border-color: #d8d8d8;
}
.tinypopover.default .tinypopover-content {
  color: #000;
  background-color: #fff;
}
.tinypopover.default.top .tinypopover-arrow,
.tinypopover.default.top .tinypopover-arrow-border,
.tinypopover.default.top-left .tinypopover-arrow,
.tinypopover.default.top-left .tinypopover-arrow-border,
.tinypopover.default.top-right .tinypopover-arrow,
.tinypopover.default.top-right .tinypopover-arrow-border {
  border-top-color: #a4a4a4;
}
.tinypopover.default.top .tinypopover-arrow,
.tinypopover.default.top.no-border .tinypopover-arrow-border,
.tinypopover.default.top-left .tinypopover-arrow,
.tinypopover.default.top-left.no-border .tinypopover-arrow-border,
.tinypopover.default.top-right .tinypopover-arrow,
.tinypopover.default.top-right.no-border .tinypopover-arrow-border {
  border-top-color: #fff;
}
.tinypopover.default.right .tinypopover-arrow,
.tinypopover.default.right .tinypopover-arrow-border,
.tinypopover.default.right-top .tinypopover-arrow,
.tinypopover.default.right-top .tinypopover-arrow-border,
.tinypopover.default.right-bottom .tinypopover-arrow,
.tinypopover.default.right-bottom .tinypopover-arrow-border {
  border-right-color: #a4a4a4;
}
.tinypopover.default.right-bottom .tinypopover-arrow {
  border-right-color: #f1f1f1;
}
.tinypopover.default.right-bottom .tinypopover-arrow-border {
  border-right-color: #a4a4a4;
}
.tinypopover.default.right .tinypopover-arrow,
.tinypopover.default.right.no-border .tinypopover-arrow-border,
.tinypopover.default.right-top .tinypopover-arrow,
.tinypopover.default.right-top.no-border .tinypopover-arrow-border {
  border-right-color: #fff;
}
.tinypopover.default.right-bottom.no-border .tinypopover-arrow-border {
  border-right-color: #f1f1f1;
}
.tinypopover.default.left .tinypopover-arrow,
.tinypopover.default.left .tinypopover-arrow-border,
.tinypopover.default.left-top .tinypopover-arrow,
.tinypopover.default.left-top .tinypopover-arrow-border {
  border-left-color: #a4a4a4;
}
.tinypopover.default.left-bottom .tinypopover-arrow {
  border-left-color: #f1f1f1;
}
.tinypopover.default.left-bottom .tinypopover-arrow-border {
  border-left-color: #a4a4a4;
}
.tinypopover.default.left .tinypopover-arrow,
.tinypopover.default.left.no-border .tinypopover-arrow-border,
.tinypopover.default.left-top .tinypopover-arrow,
.tinypopover.default.left-top.no-border .tinypopover-arrow-border {
  border-left-color: #fff;
}
.tinypopover.default.left-bottom.no-border .tinypopover-arrow-border {
  border-left-color: #f1f1f1;
}
.tinypopover.default.bottom .tinypopover-arrow,
.tinypopover.default.bottom .tinypopover-arrow-border,
.tinypopover.default.bottom-left .tinypopover-arrow,
.tinypopover.default.bottom-left .tinypopover-arrow-border,
.tinypopover.default.bottom-right .tinypopover-arrow,
.tinypopover.default.bottom-right .tinypopover-arrow-border {
  border-bottom-color: #a4a4a4;
}
.tinypopover.default.bottom .tinypopover-arrow,
.tinypopover.default.bottom.no-border .tinypopover-arrow-border,
.tinypopover.default.bottom-left .tinypopover-arrow,
.tinypopover.default.bottom-left.no-border .tinypopover-arrow-border,
.tinypopover.default.bottom-right .tinypopover-arrow,
.tinypopover.default.bottom-right.no-border .tinypopover-arrow-border {
  border-bottom-color: #f1f1f1;
}
.tinypopover.PacificBlue .tinypopover-inner {
  border-color: #009dd1;
}
.tinypopover.PacificBlue .tinypopover-title {
  color: #fff;
  background-color: #0099cc;
  border-color: #0095c7;
}
.tinypopover.PacificBlue .tinypopover-content {
  color: #000;
  background-color: #fff;
}
.tinypopover.PacificBlue.top .tinypopover-arrow,
.tinypopover.PacificBlue.top .tinypopover-arrow-border,
.tinypopover.PacificBlue.top-left .tinypopover-arrow,
.tinypopover.PacificBlue.top-left .tinypopover-arrow-border,
.tinypopover.PacificBlue.top-right .tinypopover-arrow,
.tinypopover.PacificBlue.top-right .tinypopover-arrow-border {
  border-top-color: #009dd1;
}
.tinypopover.PacificBlue.top .tinypopover-arrow,
.tinypopover.PacificBlue.top.no-border .tinypopover-arrow-border,
.tinypopover.PacificBlue.top-left .tinypopover-arrow,
.tinypopover.PacificBlue.top-left.no-border .tinypopover-arrow-border,
.tinypopover.PacificBlue.top-right .tinypopover-arrow,
.tinypopover.PacificBlue.top-right.no-border .tinypopover-arrow-border {
  border-top-color: #fff;
}
.tinypopover.PacificBlue.right .tinypopover-arrow,
.tinypopover.PacificBlue.right .tinypopover-arrow-border,
.tinypopover.PacificBlue.right-top .tinypopover-arrow,
.tinypopover.PacificBlue.right-top .tinypopover-arrow-border,
.tinypopover.PacificBlue.right-bottom .tinypopover-arrow,
.tinypopover.PacificBlue.right-bottom .tinypopover-arrow-border {
  border-right-color: #009dd1;
}
.tinypopover.PacificBlue.right-bottom .tinypopover-arrow {
  border-right-color: #0099cc;
}
.tinypopover.PacificBlue.right-bottom .tinypopover-arrow-border {
  border-right-color: #009dd1;
}
.tinypopover.PacificBlue.right .tinypopover-arrow,
.tinypopover.PacificBlue.right.no-border .tinypopover-arrow-border,
.tinypopover.PacificBlue.right-top .tinypopover-arrow,
.tinypopover.PacificBlue.right-top.no-border .tinypopover-arrow-border {
  border-right-color: #fff;
}
.tinypopover.PacificBlue.right-bottom.no-border .tinypopover-arrow-border {
  border-right-color: #0099cc;
}
.tinypopover.PacificBlue.left .tinypopover-arrow,
.tinypopover.PacificBlue.left .tinypopover-arrow-border,
.tinypopover.PacificBlue.left-top .tinypopover-arrow,
.tinypopover.PacificBlue.left-top .tinypopover-arrow-border {
  border-left-color: #009dd1;
}
.tinypopover.PacificBlue.left-bottom .tinypopover-arrow {
  border-left-color: #0099cc;
}
.tinypopover.PacificBlue.left-bottom .tinypopover-arrow-border {
  border-left-color: #009dd1;
}
.tinypopover.PacificBlue.left .tinypopover-arrow,
.tinypopover.PacificBlue.left.no-border .tinypopover-arrow-border,
.tinypopover.PacificBlue.left-top .tinypopover-arrow,
.tinypopover.PacificBlue.left-top.no-border .tinypopover-arrow-border {
  border-left-color: #fff;
}
.tinypopover.PacificBlue.left-bottom.no-border .tinypopover-arrow-border {
  border-left-color: #0099cc;
}
.tinypopover.PacificBlue.bottom .tinypopover-arrow,
.tinypopover.PacificBlue.bottom .tinypopover-arrow-border,
.tinypopover.PacificBlue.bottom-left .tinypopover-arrow,
.tinypopover.PacificBlue.bottom-left .tinypopover-arrow-border,
.tinypopover.PacificBlue.bottom-right .tinypopover-arrow,
.tinypopover.PacificBlue.bottom-right .tinypopover-arrow-border {
  border-bottom-color: #009dd1;
}
.tinypopover.PacificBlue.bottom .tinypopover-arrow,
.tinypopover.PacificBlue.bottom.no-border .tinypopover-arrow-border,
.tinypopover.PacificBlue.bottom-left .tinypopover-arrow,
.tinypopover.PacificBlue.bottom-left.no-border .tinypopover-arrow-border,
.tinypopover.PacificBlue.bottom-right .tinypopover-arrow,
.tinypopover.PacificBlue.bottom-right.no-border .tinypopover-arrow-border {
  border-bottom-color: #0099cc;
}
.tinypopover.PurpleHeart .tinypopover-inner {
  border-color: #6937cd;
}
.tinypopover.PurpleHeart .tinypopover-title {
  color: #fff;
  background-color: #6633cc;
  border-color: #6432c8;
}
.tinypopover.PurpleHeart .tinypopover-content {
  color: #000;
  background-color: #fff;
}
.tinypopover.PurpleHeart.top .tinypopover-arrow,
.tinypopover.PurpleHeart.top .tinypopover-arrow-border,
.tinypopover.PurpleHeart.top-left .tinypopover-arrow,
.tinypopover.PurpleHeart.top-left .tinypopover-arrow-border,
.tinypopover.PurpleHeart.top-right .tinypopover-arrow,
.tinypopover.PurpleHeart.top-right .tinypopover-arrow-border {
  border-top-color: #6937cd;
}
.tinypopover.PurpleHeart.top .tinypopover-arrow,
.tinypopover.PurpleHeart.top.no-border .tinypopover-arrow-border,
.tinypopover.PurpleHeart.top-left .tinypopover-arrow,
.tinypopover.PurpleHeart.top-left.no-border .tinypopover-arrow-border,
.tinypopover.PurpleHeart.top-right .tinypopover-arrow,
.tinypopover.PurpleHeart.top-right.no-border .tinypopover-arrow-border {
  border-top-color: #fff;
}
.tinypopover.PurpleHeart.right .tinypopover-arrow,
.tinypopover.PurpleHeart.right .tinypopover-arrow-border,
.tinypopover.PurpleHeart.right-top .tinypopover-arrow,
.tinypopover.PurpleHeart.right-top .tinypopover-arrow-border,
.tinypopover.PurpleHeart.right-bottom .tinypopover-arrow,
.tinypopover.PurpleHeart.right-bottom .tinypopover-arrow-border {
  border-right-color: #6937cd;
}
.tinypopover.PurpleHeart.right-bottom .tinypopover-arrow {
  border-right-color: #6633cc;
}
.tinypopover.PurpleHeart.right-bottom .tinypopover-arrow-border {
  border-right-color: #6937cd;
}
.tinypopover.PurpleHeart.right .tinypopover-arrow,
.tinypopover.PurpleHeart.right.no-border .tinypopover-arrow-border,
.tinypopover.PurpleHeart.right-top .tinypopover-arrow,
.tinypopover.PurpleHeart.right-top.no-border .tinypopover-arrow-border {
  border-right-color: #fff;
}
.tinypopover.PurpleHeart.right-bottom.no-border .tinypopover-arrow-border {
  border-right-color: #6633cc;
}
.tinypopover.PurpleHeart.left .tinypopover-arrow,
.tinypopover.PurpleHeart.left .tinypopover-arrow-border,
.tinypopover.PurpleHeart.left-top .tinypopover-arrow,
.tinypopover.PurpleHeart.left-top .tinypopover-arrow-border {
  border-left-color: #6937cd;
}
.tinypopover.PurpleHeart.left-bottom .tinypopover-arrow {
  border-left-color: #6633cc;
}
.tinypopover.PurpleHeart.left-bottom .tinypopover-arrow-border {
  border-left-color: #6937cd;
}
.tinypopover.PurpleHeart.left .tinypopover-arrow,
.tinypopover.PurpleHeart.left.no-border .tinypopover-arrow-border,
.tinypopover.PurpleHeart.left-top .tinypopover-arrow,
.tinypopover.PurpleHeart.left-top.no-border .tinypopover-arrow-border {
  border-left-color: #fff;
}
.tinypopover.PurpleHeart.left-bottom.no-border .tinypopover-arrow-border {
  border-left-color: #6633cc;
}
.tinypopover.PurpleHeart.bottom .tinypopover-arrow,
.tinypopover.PurpleHeart.bottom .tinypopover-arrow-border,
.tinypopover.PurpleHeart.bottom-left .tinypopover-arrow,
.tinypopover.PurpleHeart.bottom-left .tinypopover-arrow-border,
.tinypopover.PurpleHeart.bottom-right .tinypopover-arrow,
.tinypopover.PurpleHeart.bottom-right .tinypopover-arrow-border {
  border-bottom-color: #6937cd;
}
.tinypopover.PurpleHeart.bottom .tinypopover-arrow,
.tinypopover.PurpleHeart.bottom.no-border .tinypopover-arrow-border,
.tinypopover.PurpleHeart.bottom-left .tinypopover-arrow,
.tinypopover.PurpleHeart.bottom-left.no-border .tinypopover-arrow-border,
.tinypopover.PurpleHeart.bottom-right .tinypopover-arrow,
.tinypopover.PurpleHeart.bottom-right.no-border .tinypopover-arrow-border {
  border-bottom-color: #6633cc;
}
.tinypopover.DarkMagenta .tinypopover-inner {
  border-color: #9e009e;
}
.tinypopover.DarkMagenta .tinypopover-title {
  color: #fff;
  background-color: #990099;
  border-color: #940094;
}
.tinypopover.DarkMagenta .tinypopover-content {
  color: #000;
  background-color: #fff;
}
.tinypopover.DarkMagenta.top .tinypopover-arrow,
.tinypopover.DarkMagenta.top .tinypopover-arrow-border,
.tinypopover.DarkMagenta.top-left .tinypopover-arrow,
.tinypopover.DarkMagenta.top-left .tinypopover-arrow-border,
.tinypopover.DarkMagenta.top-right .tinypopover-arrow,
.tinypopover.DarkMagenta.top-right .tinypopover-arrow-border {
  border-top-color: #9e009e;
}
.tinypopover.DarkMagenta.top .tinypopover-arrow,
.tinypopover.DarkMagenta.top.no-border .tinypopover-arrow-border,
.tinypopover.DarkMagenta.top-left .tinypopover-arrow,
.tinypopover.DarkMagenta.top-left.no-border .tinypopover-arrow-border,
.tinypopover.DarkMagenta.top-right .tinypopover-arrow,
.tinypopover.DarkMagenta.top-right.no-border .tinypopover-arrow-border {
  border-top-color: #fff;
}
.tinypopover.DarkMagenta.right .tinypopover-arrow,
.tinypopover.DarkMagenta.right .tinypopover-arrow-border,
.tinypopover.DarkMagenta.right-top .tinypopover-arrow,
.tinypopover.DarkMagenta.right-top .tinypopover-arrow-border,
.tinypopover.DarkMagenta.right-bottom .tinypopover-arrow,
.tinypopover.DarkMagenta.right-bottom .tinypopover-arrow-border {
  border-right-color: #9e009e;
}
.tinypopover.DarkMagenta.right-bottom .tinypopover-arrow {
  border-right-color: #990099;
}
.tinypopover.DarkMagenta.right-bottom .tinypopover-arrow-border {
  border-right-color: #9e009e;
}
.tinypopover.DarkMagenta.right .tinypopover-arrow,
.tinypopover.DarkMagenta.right.no-border .tinypopover-arrow-border,
.tinypopover.DarkMagenta.right-top .tinypopover-arrow,
.tinypopover.DarkMagenta.right-top.no-border .tinypopover-arrow-border {
  border-right-color: #fff;
}
.tinypopover.DarkMagenta.right-bottom.no-border .tinypopover-arrow-border {
  border-right-color: #990099;
}
.tinypopover.DarkMagenta.left .tinypopover-arrow,
.tinypopover.DarkMagenta.left .tinypopover-arrow-border,
.tinypopover.DarkMagenta.left-top .tinypopover-arrow,
.tinypopover.DarkMagenta.left-top .tinypopover-arrow-border {
  border-left-color: #9e009e;
}
.tinypopover.DarkMagenta.left-bottom .tinypopover-arrow {
  border-left-color: #990099;
}
.tinypopover.DarkMagenta.left-bottom .tinypopover-arrow-border {
  border-left-color: #9e009e;
}
.tinypopover.DarkMagenta.left .tinypopover-arrow,
.tinypopover.DarkMagenta.left.no-border .tinypopover-arrow-border,
.tinypopover.DarkMagenta.left-top .tinypopover-arrow,
.tinypopover.DarkMagenta.left-top.no-border .tinypopover-arrow-border {
  border-left-color: #fff;
}
.tinypopover.DarkMagenta.left-bottom.no-border .tinypopover-arrow-border {
  border-left-color: #990099;
}
.tinypopover.DarkMagenta.bottom .tinypopover-arrow,
.tinypopover.DarkMagenta.bottom .tinypopover-arrow-border,
.tinypopover.DarkMagenta.bottom-left .tinypopover-arrow,
.tinypopover.DarkMagenta.bottom-left .tinypopover-arrow-border,
.tinypopover.DarkMagenta.bottom-right .tinypopover-arrow,
.tinypopover.DarkMagenta.bottom-right .tinypopover-arrow-border {
  border-bottom-color: #9e009e;
}
.tinypopover.DarkMagenta.bottom .tinypopover-arrow,
.tinypopover.DarkMagenta.bottom.no-border .tinypopover-arrow-border,
.tinypopover.DarkMagenta.bottom-left .tinypopover-arrow,
.tinypopover.DarkMagenta.bottom-left.no-border .tinypopover-arrow-border,
.tinypopover.DarkMagenta.bottom-right .tinypopover-arrow,
.tinypopover.DarkMagenta.bottom-right.no-border .tinypopover-arrow-border {
  border-bottom-color: #990099;
}
.tinypopover.NavyBlue .tinypopover-inner {
  border-color: #0069d1;
}
.tinypopover.NavyBlue .tinypopover-title {
  color: #fff;
  background-color: #0066cc;
  border-color: #0063c7;
}
.tinypopover.NavyBlue .tinypopover-content {
  color: #000;
  background-color: #fff;
}
.tinypopover.NavyBlue.top .tinypopover-arrow,
.tinypopover.NavyBlue.top .tinypopover-arrow-border,
.tinypopover.NavyBlue.top-left .tinypopover-arrow,
.tinypopover.NavyBlue.top-left .tinypopover-arrow-border,
.tinypopover.NavyBlue.top-right .tinypopover-arrow,
.tinypopover.NavyBlue.top-right .tinypopover-arrow-border {
  border-top-color: #0069d1;
}
.tinypopover.NavyBlue.top .tinypopover-arrow,
.tinypopover.NavyBlue.top.no-border .tinypopover-arrow-border,
.tinypopover.NavyBlue.top-left .tinypopover-arrow,
.tinypopover.NavyBlue.top-left.no-border .tinypopover-arrow-border,
.tinypopover.NavyBlue.top-right .tinypopover-arrow,
.tinypopover.NavyBlue.top-right.no-border .tinypopover-arrow-border {
  border-top-color: #fff;
}
.tinypopover.NavyBlue.right .tinypopover-arrow,
.tinypopover.NavyBlue.right .tinypopover-arrow-border,
.tinypopover.NavyBlue.right-top .tinypopover-arrow,
.tinypopover.NavyBlue.right-top .tinypopover-arrow-border,
.tinypopover.NavyBlue.right-bottom .tinypopover-arrow,
.tinypopover.NavyBlue.right-bottom .tinypopover-arrow-border {
  border-right-color: #0069d1;
}
.tinypopover.NavyBlue.right-bottom .tinypopover-arrow {
  border-right-color: #0066cc;
}
.tinypopover.NavyBlue.right-bottom .tinypopover-arrow-border {
  border-right-color: #0069d1;
}
.tinypopover.NavyBlue.right .tinypopover-arrow,
.tinypopover.NavyBlue.right.no-border .tinypopover-arrow-border,
.tinypopover.NavyBlue.right-top .tinypopover-arrow,
.tinypopover.NavyBlue.right-top.no-border .tinypopover-arrow-border {
  border-right-color: #fff;
}
.tinypopover.NavyBlue.right-bottom.no-border .tinypopover-arrow-border {
  border-right-color: #0066cc;
}
.tinypopover.NavyBlue.left .tinypopover-arrow,
.tinypopover.NavyBlue.left .tinypopover-arrow-border,
.tinypopover.NavyBlue.left-top .tinypopover-arrow,
.tinypopover.NavyBlue.left-top .tinypopover-arrow-border {
  border-left-color: #0069d1;
}
.tinypopover.NavyBlue.left-bottom .tinypopover-arrow {
  border-left-color: #0066cc;
}
.tinypopover.NavyBlue.left-bottom .tinypopover-arrow-border {
  border-left-color: #0069d1;
}
.tinypopover.NavyBlue.left .tinypopover-arrow,
.tinypopover.NavyBlue.left.no-border .tinypopover-arrow-border,
.tinypopover.NavyBlue.left-top .tinypopover-arrow,
.tinypopover.NavyBlue.left-top.no-border .tinypopover-arrow-border {
  border-left-color: #fff;
}
.tinypopover.NavyBlue.left-bottom.no-border .tinypopover-arrow-border {
  border-left-color: #0066cc;
}
.tinypopover.NavyBlue.bottom .tinypopover-arrow,
.tinypopover.NavyBlue.bottom .tinypopover-arrow-border,
.tinypopover.NavyBlue.bottom-left .tinypopover-arrow,
.tinypopover.NavyBlue.bottom-left .tinypopover-arrow-border,
.tinypopover.NavyBlue.bottom-right .tinypopover-arrow,
.tinypopover.NavyBlue.bottom-right .tinypopover-arrow-border {
  border-bottom-color: #0069d1;
}
.tinypopover.NavyBlue.bottom .tinypopover-arrow,
.tinypopover.NavyBlue.bottom.no-border .tinypopover-arrow-border,
.tinypopover.NavyBlue.bottom-left .tinypopover-arrow,
.tinypopover.NavyBlue.bottom-left.no-border .tinypopover-arrow-border,
.tinypopover.NavyBlue.bottom-right .tinypopover-arrow,
.tinypopover.NavyBlue.bottom-right.no-border .tinypopover-arrow-border {
  border-bottom-color: #0066cc;
}
.tinypopover.PersianRed .tinypopover-inner {
  border-color: #cd3737;
}
.tinypopover.PersianRed .tinypopover-title {
  color: #fff;
  background-color: #cc3333;
  border-color: #c83232;
}
.tinypopover.PersianRed .tinypopover-content {
  color: #000;
  background-color: #fff;
}
.tinypopover.PersianRed.top .tinypopover-arrow,
.tinypopover.PersianRed.top .tinypopover-arrow-border,
.tinypopover.PersianRed.top-left .tinypopover-arrow,
.tinypopover.PersianRed.top-left .tinypopover-arrow-border,
.tinypopover.PersianRed.top-right .tinypopover-arrow,
.tinypopover.PersianRed.top-right .tinypopover-arrow-border {
  border-top-color: #cd3737;
}
.tinypopover.PersianRed.top .tinypopover-arrow,
.tinypopover.PersianRed.top.no-border .tinypopover-arrow-border,
.tinypopover.PersianRed.top-left .tinypopover-arrow,
.tinypopover.PersianRed.top-left.no-border .tinypopover-arrow-border,
.tinypopover.PersianRed.top-right .tinypopover-arrow,
.tinypopover.PersianRed.top-right.no-border .tinypopover-arrow-border {
  border-top-color: #fff;
}
.tinypopover.PersianRed.right .tinypopover-arrow,
.tinypopover.PersianRed.right .tinypopover-arrow-border,
.tinypopover.PersianRed.right-top .tinypopover-arrow,
.tinypopover.PersianRed.right-top .tinypopover-arrow-border,
.tinypopover.PersianRed.right-bottom .tinypopover-arrow,
.tinypopover.PersianRed.right-bottom .tinypopover-arrow-border {
  border-right-color: #cd3737;
}
.tinypopover.PersianRed.right-bottom .tinypopover-arrow {
  border-right-color: #cc3333;
}
.tinypopover.PersianRed.right-bottom .tinypopover-arrow-border {
  border-right-color: #cd3737;
}
.tinypopover.PersianRed.right .tinypopover-arrow,
.tinypopover.PersianRed.right.no-border .tinypopover-arrow-border,
.tinypopover.PersianRed.right-top .tinypopover-arrow,
.tinypopover.PersianRed.right-top.no-border .tinypopover-arrow-border {
  border-right-color: #fff;
}
.tinypopover.PersianRed.right-bottom.no-border .tinypopover-arrow-border {
  border-right-color: #cc3333;
}
.tinypopover.PersianRed.left .tinypopover-arrow,
.tinypopover.PersianRed.left .tinypopover-arrow-border,
.tinypopover.PersianRed.left-top .tinypopover-arrow,
.tinypopover.PersianRed.left-top .tinypopover-arrow-border {
  border-left-color: #cd3737;
}
.tinypopover.PersianRed.left-bottom .tinypopover-arrow {
  border-left-color: #cc3333;
}
.tinypopover.PersianRed.left-bottom .tinypopover-arrow-border {
  border-left-color: #cd3737;
}
.tinypopover.PersianRed.left .tinypopover-arrow,
.tinypopover.PersianRed.left.no-border .tinypopover-arrow-border,
.tinypopover.PersianRed.left-top .tinypopover-arrow,
.tinypopover.PersianRed.left-top.no-border .tinypopover-arrow-border {
  border-left-color: #fff;
}
.tinypopover.PersianRed.left-bottom.no-border .tinypopover-arrow-border {
  border-left-color: #cc3333;
}
.tinypopover.PersianRed.bottom .tinypopover-arrow,
.tinypopover.PersianRed.bottom .tinypopover-arrow-border,
.tinypopover.PersianRed.bottom-left .tinypopover-arrow,
.tinypopover.PersianRed.bottom-left .tinypopover-arrow-border,
.tinypopover.PersianRed.bottom-right .tinypopover-arrow,
.tinypopover.PersianRed.bottom-right .tinypopover-arrow-border {
  border-bottom-color: #cd3737;
}
.tinypopover.PersianRed.bottom .tinypopover-arrow,
.tinypopover.PersianRed.bottom.no-border .tinypopover-arrow-border,
.tinypopover.PersianRed.bottom-left .tinypopover-arrow,
.tinypopover.PersianRed.bottom-left.no-border .tinypopover-arrow-border,
.tinypopover.PersianRed.bottom-right .tinypopover-arrow,
.tinypopover.PersianRed.bottom-right.no-border .tinypopover-arrow-border {
  border-bottom-color: #cc3333;
}
.tinypopover.IslamicGreen .tinypopover-inner {
  border-color: #009e00;
}
.tinypopover.IslamicGreen .tinypopover-title {
  color: #fff;
  background-color: #009900;
  border-color: #009400;
}
.tinypopover.IslamicGreen .tinypopover-content {
  color: #000;
  background-color: #fff;
}
.tinypopover.IslamicGreen.top .tinypopover-arrow,
.tinypopover.IslamicGreen.top .tinypopover-arrow-border,
.tinypopover.IslamicGreen.top-left .tinypopover-arrow,
.tinypopover.IslamicGreen.top-left .tinypopover-arrow-border,
.tinypopover.IslamicGreen.top-right .tinypopover-arrow,
.tinypopover.IslamicGreen.top-right .tinypopover-arrow-border {
  border-top-color: #009e00;
}
.tinypopover.IslamicGreen.top .tinypopover-arrow,
.tinypopover.IslamicGreen.top.no-border .tinypopover-arrow-border,
.tinypopover.IslamicGreen.top-left .tinypopover-arrow,
.tinypopover.IslamicGreen.top-left.no-border .tinypopover-arrow-border,
.tinypopover.IslamicGreen.top-right .tinypopover-arrow,
.tinypopover.IslamicGreen.top-right.no-border .tinypopover-arrow-border {
  border-top-color: #fff;
}
.tinypopover.IslamicGreen.right .tinypopover-arrow,
.tinypopover.IslamicGreen.right .tinypopover-arrow-border,
.tinypopover.IslamicGreen.right-top .tinypopover-arrow,
.tinypopover.IslamicGreen.right-top .tinypopover-arrow-border,
.tinypopover.IslamicGreen.right-bottom .tinypopover-arrow,
.tinypopover.IslamicGreen.right-bottom .tinypopover-arrow-border {
  border-right-color: #009e00;
}
.tinypopover.IslamicGreen.right-bottom .tinypopover-arrow {
  border-right-color: #009900;
}
.tinypopover.IslamicGreen.right-bottom .tinypopover-arrow-border {
  border-right-color: #009e00;
}
.tinypopover.IslamicGreen.right .tinypopover-arrow,
.tinypopover.IslamicGreen.right.no-border .tinypopover-arrow-border,
.tinypopover.IslamicGreen.right-top .tinypopover-arrow,
.tinypopover.IslamicGreen.right-top.no-border .tinypopover-arrow-border {
  border-right-color: #fff;
}
.tinypopover.IslamicGreen.right-bottom.no-border .tinypopover-arrow-border {
  border-right-color: #009900;
}
.tinypopover.IslamicGreen.left .tinypopover-arrow,
.tinypopover.IslamicGreen.left .tinypopover-arrow-border,
.tinypopover.IslamicGreen.left-top .tinypopover-arrow,
.tinypopover.IslamicGreen.left-top .tinypopover-arrow-border {
  border-left-color: #009e00;
}
.tinypopover.IslamicGreen.left-bottom .tinypopover-arrow {
  border-left-color: #009900;
}
.tinypopover.IslamicGreen.left-bottom .tinypopover-arrow-border {
  border-left-color: #009e00;
}
.tinypopover.IslamicGreen.left .tinypopover-arrow,
.tinypopover.IslamicGreen.left.no-border .tinypopover-arrow-border,
.tinypopover.IslamicGreen.left-top .tinypopover-arrow,
.tinypopover.IslamicGreen.left-top.no-border .tinypopover-arrow-border {
  border-left-color: #fff;
}
.tinypopover.IslamicGreen.left-bottom.no-border .tinypopover-arrow-border {
  border-left-color: #009900;
}
.tinypopover.IslamicGreen.bottom .tinypopover-arrow,
.tinypopover.IslamicGreen.bottom .tinypopover-arrow-border,
.tinypopover.IslamicGreen.bottom-left .tinypopover-arrow,
.tinypopover.IslamicGreen.bottom-left .tinypopover-arrow-border,
.tinypopover.IslamicGreen.bottom-right .tinypopover-arrow,
.tinypopover.IslamicGreen.bottom-right .tinypopover-arrow-border {
  border-bottom-color: #009e00;
}
.tinypopover.IslamicGreen.bottom .tinypopover-arrow,
.tinypopover.IslamicGreen.bottom.no-border .tinypopover-arrow-border,
.tinypopover.IslamicGreen.bottom-left .tinypopover-arrow,
.tinypopover.IslamicGreen.bottom-left.no-border .tinypopover-arrow-border,
.tinypopover.IslamicGreen.bottom-right .tinypopover-arrow,
.tinypopover.IslamicGreen.bottom-right.no-border .tinypopover-arrow-border {
  border-bottom-color: #009900;
}
.tinypopover.Roman .tinypopover-inner {
  border-color: #e16a6a;
}
.tinypopover.Roman .tinypopover-title {
  color: #fff;
  background-color: #e06666;
  border-color: #df6262;
}
.tinypopover.Roman .tinypopover-content {
  color: #000;
  background-color: #fff;
}
.tinypopover.Roman.top .tinypopover-arrow,
.tinypopover.Roman.top .tinypopover-arrow-border,
.tinypopover.Roman.top-left .tinypopover-arrow,
.tinypopover.Roman.top-left .tinypopover-arrow-border,
.tinypopover.Roman.top-right .tinypopover-arrow,
.tinypopover.Roman.top-right .tinypopover-arrow-border {
  border-top-color: #e16a6a;
}
.tinypopover.Roman.top .tinypopover-arrow,
.tinypopover.Roman.top.no-border .tinypopover-arrow-border,
.tinypopover.Roman.top-left .tinypopover-arrow,
.tinypopover.Roman.top-left.no-border .tinypopover-arrow-border,
.tinypopover.Roman.top-right .tinypopover-arrow,
.tinypopover.Roman.top-right.no-border .tinypopover-arrow-border {
  border-top-color: #fff;
}
.tinypopover.Roman.right .tinypopover-arrow,
.tinypopover.Roman.right .tinypopover-arrow-border,
.tinypopover.Roman.right-top .tinypopover-arrow,
.tinypopover.Roman.right-top .tinypopover-arrow-border,
.tinypopover.Roman.right-bottom .tinypopover-arrow,
.tinypopover.Roman.right-bottom .tinypopover-arrow-border {
  border-right-color: #e16a6a;
}
.tinypopover.Roman.right-bottom .tinypopover-arrow {
  border-right-color: #e06666;
}
.tinypopover.Roman.right-bottom .tinypopover-arrow-border {
  border-right-color: #e16a6a;
}
.tinypopover.Roman.right .tinypopover-arrow,
.tinypopover.Roman.right.no-border .tinypopover-arrow-border,
.tinypopover.Roman.right-top .tinypopover-arrow,
.tinypopover.Roman.right-top.no-border .tinypopover-arrow-border {
  border-right-color: #fff;
}
.tinypopover.Roman.right-bottom.no-border .tinypopover-arrow-border {
  border-right-color: #e06666;
}
.tinypopover.Roman.left .tinypopover-arrow,
.tinypopover.Roman.left .tinypopover-arrow-border,
.tinypopover.Roman.left-top .tinypopover-arrow,
.tinypopover.Roman.left-top .tinypopover-arrow-border {
  border-left-color: #e16a6a;
}
.tinypopover.Roman.left-bottom .tinypopover-arrow {
  border-left-color: #e06666;
}
.tinypopover.Roman.left-bottom .tinypopover-arrow-border {
  border-left-color: #e16a6a;
}
.tinypopover.Roman.left .tinypopover-arrow,
.tinypopover.Roman.left.no-border .tinypopover-arrow-border,
.tinypopover.Roman.left-top .tinypopover-arrow,
.tinypopover.Roman.left-top.no-border .tinypopover-arrow-border {
  border-left-color: #fff;
}
.tinypopover.Roman.left-bottom.no-border .tinypopover-arrow-border {
  border-left-color: #e06666;
}
.tinypopover.Roman.bottom .tinypopover-arrow,
.tinypopover.Roman.bottom .tinypopover-arrow-border,
.tinypopover.Roman.bottom-left .tinypopover-arrow,
.tinypopover.Roman.bottom-left .tinypopover-arrow-border,
.tinypopover.Roman.bottom-right .tinypopover-arrow,
.tinypopover.Roman.bottom-right .tinypopover-arrow-border {
  border-bottom-color: #e16a6a;
}
.tinypopover.Roman.bottom .tinypopover-arrow,
.tinypopover.Roman.bottom.no-border .tinypopover-arrow-border,
.tinypopover.Roman.bottom-left .tinypopover-arrow,
.tinypopover.Roman.bottom-left.no-border .tinypopover-arrow-border,
.tinypopover.Roman.bottom-right .tinypopover-arrow,
.tinypopover.Roman.bottom-right.no-border .tinypopover-arrow-border {
  border-bottom-color: #e06666;
}
.tinypopover.LightCyan .tinypopover-inner {
  border-color: #4dffff;
}
.tinypopover.LightCyan .tinypopover-title {
  color: #000;
  background-color: #ccffff;
  border-color: #4dffff;
}
.tinypopover.LightCyan .tinypopover-content {
  color: #000;
  background-color: #fff;
}
.tinypopover.LightCyan.top .tinypopover-arrow,
.tinypopover.LightCyan.top .tinypopover-arrow-border,
.tinypopover.LightCyan.top-left .tinypopover-arrow,
.tinypopover.LightCyan.top-left .tinypopover-arrow-border,
.tinypopover.LightCyan.top-right .tinypopover-arrow,
.tinypopover.LightCyan.top-right .tinypopover-arrow-border {
  border-top-color: #4dffff;
}
.tinypopover.LightCyan.top .tinypopover-arrow,
.tinypopover.LightCyan.top.no-border .tinypopover-arrow-border,
.tinypopover.LightCyan.top-left .tinypopover-arrow,
.tinypopover.LightCyan.top-left.no-border .tinypopover-arrow-border,
.tinypopover.LightCyan.top-right .tinypopover-arrow,
.tinypopover.LightCyan.top-right.no-border .tinypopover-arrow-border {
  border-top-color: #fff;
}
.tinypopover.LightCyan.right .tinypopover-arrow,
.tinypopover.LightCyan.right .tinypopover-arrow-border,
.tinypopover.LightCyan.right-top .tinypopover-arrow,
.tinypopover.LightCyan.right-top .tinypopover-arrow-border,
.tinypopover.LightCyan.right-bottom .tinypopover-arrow,
.tinypopover.LightCyan.right-bottom .tinypopover-arrow-border {
  border-right-color: #4dffff;
}
.tinypopover.LightCyan.right-bottom .tinypopover-arrow {
  border-right-color: #ccffff;
}
.tinypopover.LightCyan.right-bottom .tinypopover-arrow-border {
  border-right-color: #4dffff;
}
.tinypopover.LightCyan.right .tinypopover-arrow,
.tinypopover.LightCyan.right.no-border .tinypopover-arrow-border,
.tinypopover.LightCyan.right-top .tinypopover-arrow,
.tinypopover.LightCyan.right-top.no-border .tinypopover-arrow-border {
  border-right-color: #fff;
}
.tinypopover.LightCyan.right-bottom.no-border .tinypopover-arrow-border {
  border-right-color: #ccffff;
}
.tinypopover.LightCyan.left .tinypopover-arrow,
.tinypopover.LightCyan.left .tinypopover-arrow-border,
.tinypopover.LightCyan.left-top .tinypopover-arrow,
.tinypopover.LightCyan.left-top .tinypopover-arrow-border {
  border-left-color: #4dffff;
}
.tinypopover.LightCyan.left-bottom .tinypopover-arrow {
  border-left-color: #ccffff;
}
.tinypopover.LightCyan.left-bottom .tinypopover-arrow-border {
  border-left-color: #4dffff;
}
.tinypopover.LightCyan.left .tinypopover-arrow,
.tinypopover.LightCyan.left.no-border .tinypopover-arrow-border,
.tinypopover.LightCyan.left-top .tinypopover-arrow,
.tinypopover.LightCyan.left-top.no-border .tinypopover-arrow-border {
  border-left-color: #fff;
}
.tinypopover.LightCyan.left-bottom.no-border .tinypopover-arrow-border {
  border-left-color: #ccffff;
}
.tinypopover.LightCyan.bottom .tinypopover-arrow,
.tinypopover.LightCyan.bottom .tinypopover-arrow-border,
.tinypopover.LightCyan.bottom-left .tinypopover-arrow,
.tinypopover.LightCyan.bottom-left .tinypopover-arrow-border,
.tinypopover.LightCyan.bottom-right .tinypopover-arrow,
.tinypopover.LightCyan.bottom-right .tinypopover-arrow-border {
  border-bottom-color: #4dffff;
}
.tinypopover.LightCyan.bottom .tinypopover-arrow,
.tinypopover.LightCyan.bottom.no-border .tinypopover-arrow-border,
.tinypopover.LightCyan.bottom-left .tinypopover-arrow,
.tinypopover.LightCyan.bottom-left.no-border .tinypopover-arrow-border,
.tinypopover.LightCyan.bottom-right .tinypopover-arrow,
.tinypopover.LightCyan.bottom-right.no-border .tinypopover-arrow-border {
  border-bottom-color: #ccffff;
}
.tinypopover.LavenderBlue .tinypopover-inner {
  border-color: #8080ff;
}
.tinypopover.LavenderBlue .tinypopover-title {
  color: #000;
  background-color: #ccccff;
  border-color: #8080ff;
}
.tinypopover.LavenderBlue .tinypopover-content {
  color: #000;
  background-color: #fff;
}
.tinypopover.LavenderBlue.top .tinypopover-arrow,
.tinypopover.LavenderBlue.top .tinypopover-arrow-border,
.tinypopover.LavenderBlue.top-left .tinypopover-arrow,
.tinypopover.LavenderBlue.top-left .tinypopover-arrow-border,
.tinypopover.LavenderBlue.top-right .tinypopover-arrow,
.tinypopover.LavenderBlue.top-right .tinypopover-arrow-border {
  border-top-color: #8080ff;
}
.tinypopover.LavenderBlue.top .tinypopover-arrow,
.tinypopover.LavenderBlue.top.no-border .tinypopover-arrow-border,
.tinypopover.LavenderBlue.top-left .tinypopover-arrow,
.tinypopover.LavenderBlue.top-left.no-border .tinypopover-arrow-border,
.tinypopover.LavenderBlue.top-right .tinypopover-arrow,
.tinypopover.LavenderBlue.top-right.no-border .tinypopover-arrow-border {
  border-top-color: #fff;
}
.tinypopover.LavenderBlue.right .tinypopover-arrow,
.tinypopover.LavenderBlue.right .tinypopover-arrow-border,
.tinypopover.LavenderBlue.right-top .tinypopover-arrow,
.tinypopover.LavenderBlue.right-top .tinypopover-arrow-border,
.tinypopover.LavenderBlue.right-bottom .tinypopover-arrow,
.tinypopover.LavenderBlue.right-bottom .tinypopover-arrow-border {
  border-right-color: #8080ff;
}
.tinypopover.LavenderBlue.right-bottom .tinypopover-arrow {
  border-right-color: #ccccff;
}
.tinypopover.LavenderBlue.right-bottom .tinypopover-arrow-border {
  border-right-color: #8080ff;
}
.tinypopover.LavenderBlue.right .tinypopover-arrow,
.tinypopover.LavenderBlue.right.no-border .tinypopover-arrow-border,
.tinypopover.LavenderBlue.right-top .tinypopover-arrow,
.tinypopover.LavenderBlue.right-top.no-border .tinypopover-arrow-border {
  border-right-color: #fff;
}
.tinypopover.LavenderBlue.right-bottom.no-border .tinypopover-arrow-border {
  border-right-color: #ccccff;
}
.tinypopover.LavenderBlue.left .tinypopover-arrow,
.tinypopover.LavenderBlue.left .tinypopover-arrow-border,
.tinypopover.LavenderBlue.left-top .tinypopover-arrow,
.tinypopover.LavenderBlue.left-top .tinypopover-arrow-border {
  border-left-color: #8080ff;
}
.tinypopover.LavenderBlue.left-bottom .tinypopover-arrow {
  border-left-color: #ccccff;
}
.tinypopover.LavenderBlue.left-bottom .tinypopover-arrow-border {
  border-left-color: #8080ff;
}
.tinypopover.LavenderBlue.left .tinypopover-arrow,
.tinypopover.LavenderBlue.left.no-border .tinypopover-arrow-border,
.tinypopover.LavenderBlue.left-top .tinypopover-arrow,
.tinypopover.LavenderBlue.left-top.no-border .tinypopover-arrow-border {
  border-left-color: #fff;
}
.tinypopover.LavenderBlue.left-bottom.no-border .tinypopover-arrow-border {
  border-left-color: #ccccff;
}
.tinypopover.LavenderBlue.bottom .tinypopover-arrow,
.tinypopover.LavenderBlue.bottom .tinypopover-arrow-border,
.tinypopover.LavenderBlue.bottom-left .tinypopover-arrow,
.tinypopover.LavenderBlue.bottom-left .tinypopover-arrow-border,
.tinypopover.LavenderBlue.bottom-right .tinypopover-arrow,
.tinypopover.LavenderBlue.bottom-right .tinypopover-arrow-border {
  border-bottom-color: #8080ff;
}
.tinypopover.LavenderBlue.bottom .tinypopover-arrow,
.tinypopover.LavenderBlue.bottom.no-border .tinypopover-arrow-border,
.tinypopover.LavenderBlue.bottom-left .tinypopover-arrow,
.tinypopover.LavenderBlue.bottom-left.no-border .tinypopover-arrow-border,
.tinypopover.LavenderBlue.bottom-right .tinypopover-arrow,
.tinypopover.LavenderBlue.bottom-right.no-border .tinypopover-arrow-border {
  border-bottom-color: #ccccff;
}
.tinypopover.Cosmos .tinypopover-inner {
  border-color: #ff8080;
}
.tinypopover.Cosmos .tinypopover-title {
  color: #000;
  background-color: #ffcccc;
  border-color: #ff8080;
}
.tinypopover.Cosmos .tinypopover-content {
  color: #000;
  background-color: #fff;
}
.tinypopover.Cosmos.top .tinypopover-arrow,
.tinypopover.Cosmos.top .tinypopover-arrow-border,
.tinypopover.Cosmos.top-left .tinypopover-arrow,
.tinypopover.Cosmos.top-left .tinypopover-arrow-border,
.tinypopover.Cosmos.top-right .tinypopover-arrow,
.tinypopover.Cosmos.top-right .tinypopover-arrow-border {
  border-top-color: #ff8080;
}
.tinypopover.Cosmos.top .tinypopover-arrow,
.tinypopover.Cosmos.top.no-border .tinypopover-arrow-border,
.tinypopover.Cosmos.top-left .tinypopover-arrow,
.tinypopover.Cosmos.top-left.no-border .tinypopover-arrow-border,
.tinypopover.Cosmos.top-right .tinypopover-arrow,
.tinypopover.Cosmos.top-right.no-border .tinypopover-arrow-border {
  border-top-color: #fff;
}
.tinypopover.Cosmos.right .tinypopover-arrow,
.tinypopover.Cosmos.right .tinypopover-arrow-border,
.tinypopover.Cosmos.right-top .tinypopover-arrow,
.tinypopover.Cosmos.right-top .tinypopover-arrow-border,
.tinypopover.Cosmos.right-bottom .tinypopover-arrow,
.tinypopover.Cosmos.right-bottom .tinypopover-arrow-border {
  border-right-color: #ff8080;
}
.tinypopover.Cosmos.right-bottom .tinypopover-arrow {
  border-right-color: #ffcccc;
}
.tinypopover.Cosmos.right-bottom .tinypopover-arrow-border {
  border-right-color: #ff8080;
}
.tinypopover.Cosmos.right .tinypopover-arrow,
.tinypopover.Cosmos.right.no-border .tinypopover-arrow-border,
.tinypopover.Cosmos.right-top .tinypopover-arrow,
.tinypopover.Cosmos.right-top.no-border .tinypopover-arrow-border {
  border-right-color: #fff;
}
.tinypopover.Cosmos.right-bottom.no-border .tinypopover-arrow-border {
  border-right-color: #ffcccc;
}
.tinypopover.Cosmos.left .tinypopover-arrow,
.tinypopover.Cosmos.left .tinypopover-arrow-border,
.tinypopover.Cosmos.left-top .tinypopover-arrow,
.tinypopover.Cosmos.left-top .tinypopover-arrow-border {
  border-left-color: #ff8080;
}
.tinypopover.Cosmos.left-bottom .tinypopover-arrow {
  border-left-color: #ffcccc;
}
.tinypopover.Cosmos.left-bottom .tinypopover-arrow-border {
  border-left-color: #ff8080;
}
.tinypopover.Cosmos.left .tinypopover-arrow,
.tinypopover.Cosmos.left.no-border .tinypopover-arrow-border,
.tinypopover.Cosmos.left-top .tinypopover-arrow,
.tinypopover.Cosmos.left-top.no-border .tinypopover-arrow-border {
  border-left-color: #fff;
}
.tinypopover.Cosmos.left-bottom.no-border .tinypopover-arrow-border {
  border-left-color: #ffcccc;
}
.tinypopover.Cosmos.bottom .tinypopover-arrow,
.tinypopover.Cosmos.bottom .tinypopover-arrow-border,
.tinypopover.Cosmos.bottom-left .tinypopover-arrow,
.tinypopover.Cosmos.bottom-left .tinypopover-arrow-border,
.tinypopover.Cosmos.bottom-right .tinypopover-arrow,
.tinypopover.Cosmos.bottom-right .tinypopover-arrow-border {
  border-bottom-color: #ff8080;
}
.tinypopover.Cosmos.bottom .tinypopover-arrow,
.tinypopover.Cosmos.bottom.no-border .tinypopover-arrow-border,
.tinypopover.Cosmos.bottom-left .tinypopover-arrow,
.tinypopover.Cosmos.bottom-left.no-border .tinypopover-arrow-border,
.tinypopover.Cosmos.bottom-right .tinypopover-arrow,
.tinypopover.Cosmos.bottom-right.no-border .tinypopover-arrow-border {
  border-bottom-color: #ffcccc;
}
.tinypopover.SkyBlue .tinypopover-inner {
  border-color: #4da6ff;
}
.tinypopover.SkyBlue .tinypopover-title {
  color: #000;
  background-color: #99ccff;
  border-color: #4da6ff;
}
.tinypopover.SkyBlue .tinypopover-content {
  color: #000;
  background-color: #fff;
}
.tinypopover.SkyBlue.top .tinypopover-arrow,
.tinypopover.SkyBlue.top .tinypopover-arrow-border,
.tinypopover.SkyBlue.top-left .tinypopover-arrow,
.tinypopover.SkyBlue.top-left .tinypopover-arrow-border,
.tinypopover.SkyBlue.top-right .tinypopover-arrow,
.tinypopover.SkyBlue.top-right .tinypopover-arrow-border {
  border-top-color: #4da6ff;
}
.tinypopover.SkyBlue.top .tinypopover-arrow,
.tinypopover.SkyBlue.top.no-border .tinypopover-arrow-border,
.tinypopover.SkyBlue.top-left .tinypopover-arrow,
.tinypopover.SkyBlue.top-left.no-border .tinypopover-arrow-border,
.tinypopover.SkyBlue.top-right .tinypopover-arrow,
.tinypopover.SkyBlue.top-right.no-border .tinypopover-arrow-border {
  border-top-color: #fff;
}
.tinypopover.SkyBlue.right .tinypopover-arrow,
.tinypopover.SkyBlue.right .tinypopover-arrow-border,
.tinypopover.SkyBlue.right-top .tinypopover-arrow,
.tinypopover.SkyBlue.right-top .tinypopover-arrow-border,
.tinypopover.SkyBlue.right-bottom .tinypopover-arrow,
.tinypopover.SkyBlue.right-bottom .tinypopover-arrow-border {
  border-right-color: #4da6ff;
}
.tinypopover.SkyBlue.right-bottom .tinypopover-arrow {
  border-right-color: #99ccff;
}
.tinypopover.SkyBlue.right-bottom .tinypopover-arrow-border {
  border-right-color: #4da6ff;
}
.tinypopover.SkyBlue.right .tinypopover-arrow,
.tinypopover.SkyBlue.right.no-border .tinypopover-arrow-border,
.tinypopover.SkyBlue.right-top .tinypopover-arrow,
.tinypopover.SkyBlue.right-top.no-border .tinypopover-arrow-border {
  border-right-color: #fff;
}
.tinypopover.SkyBlue.right-bottom.no-border .tinypopover-arrow-border {
  border-right-color: #99ccff;
}
.tinypopover.SkyBlue.left .tinypopover-arrow,
.tinypopover.SkyBlue.left .tinypopover-arrow-border,
.tinypopover.SkyBlue.left-top .tinypopover-arrow,
.tinypopover.SkyBlue.left-top .tinypopover-arrow-border {
  border-left-color: #4da6ff;
}
.tinypopover.SkyBlue.left-bottom .tinypopover-arrow {
  border-left-color: #99ccff;
}
.tinypopover.SkyBlue.left-bottom .tinypopover-arrow-border {
  border-left-color: #4da6ff;
}
.tinypopover.SkyBlue.left .tinypopover-arrow,
.tinypopover.SkyBlue.left.no-border .tinypopover-arrow-border,
.tinypopover.SkyBlue.left-top .tinypopover-arrow,
.tinypopover.SkyBlue.left-top.no-border .tinypopover-arrow-border {
  border-left-color: #fff;
}
.tinypopover.SkyBlue.left-bottom.no-border .tinypopover-arrow-border {
  border-left-color: #99ccff;
}
.tinypopover.SkyBlue.bottom .tinypopover-arrow,
.tinypopover.SkyBlue.bottom .tinypopover-arrow-border,
.tinypopover.SkyBlue.bottom-left .tinypopover-arrow,
.tinypopover.SkyBlue.bottom-left .tinypopover-arrow-border,
.tinypopover.SkyBlue.bottom-right .tinypopover-arrow,
.tinypopover.SkyBlue.bottom-right .tinypopover-arrow-border {
  border-bottom-color: #4da6ff;
}
.tinypopover.SkyBlue.bottom .tinypopover-arrow,
.tinypopover.SkyBlue.bottom.no-border .tinypopover-arrow-border,
.tinypopover.SkyBlue.bottom-left .tinypopover-arrow,
.tinypopover.SkyBlue.bottom-left.no-border .tinypopover-arrow-border,
.tinypopover.SkyBlue.bottom-right .tinypopover-arrow,
.tinypopover.SkyBlue.bottom-right.no-border .tinypopover-arrow-border {
  border-bottom-color: #99ccff;
}
.tinypopover.PeachOrange .tinypopover-inner {
  border-color: #ffa64d;
}
.tinypopover.PeachOrange .tinypopover-title {
  color: #000;
  background-color: #ffcc99;
  border-color: #ffa64d;
}
.tinypopover.PeachOrange .tinypopover-content {
  color: #000;
  background-color: #fff;
}
.tinypopover.PeachOrange.top .tinypopover-arrow,
.tinypopover.PeachOrange.top .tinypopover-arrow-border,
.tinypopover.PeachOrange.top-left .tinypopover-arrow,
.tinypopover.PeachOrange.top-left .tinypopover-arrow-border,
.tinypopover.PeachOrange.top-right .tinypopover-arrow,
.tinypopover.PeachOrange.top-right .tinypopover-arrow-border {
  border-top-color: #ffa64d;
}
.tinypopover.PeachOrange.top .tinypopover-arrow,
.tinypopover.PeachOrange.top.no-border .tinypopover-arrow-border,
.tinypopover.PeachOrange.top-left .tinypopover-arrow,
.tinypopover.PeachOrange.top-left.no-border .tinypopover-arrow-border,
.tinypopover.PeachOrange.top-right .tinypopover-arrow,
.tinypopover.PeachOrange.top-right.no-border .tinypopover-arrow-border {
  border-top-color: #fff;
}
.tinypopover.PeachOrange.right .tinypopover-arrow,
.tinypopover.PeachOrange.right .tinypopover-arrow-border,
.tinypopover.PeachOrange.right-top .tinypopover-arrow,
.tinypopover.PeachOrange.right-top .tinypopover-arrow-border,
.tinypopover.PeachOrange.right-bottom .tinypopover-arrow,
.tinypopover.PeachOrange.right-bottom .tinypopover-arrow-border {
  border-right-color: #ffa64d;
}
.tinypopover.PeachOrange.right-bottom .tinypopover-arrow {
  border-right-color: #ffcc99;
}
.tinypopover.PeachOrange.right-bottom .tinypopover-arrow-border {
  border-right-color: #ffa64d;
}
.tinypopover.PeachOrange.right .tinypopover-arrow,
.tinypopover.PeachOrange.right.no-border .tinypopover-arrow-border,
.tinypopover.PeachOrange.right-top .tinypopover-arrow,
.tinypopover.PeachOrange.right-top.no-border .tinypopover-arrow-border {
  border-right-color: #fff;
}
.tinypopover.PeachOrange.right-bottom.no-border .tinypopover-arrow-border {
  border-right-color: #ffcc99;
}
.tinypopover.PeachOrange.left .tinypopover-arrow,
.tinypopover.PeachOrange.left .tinypopover-arrow-border,
.tinypopover.PeachOrange.left-top .tinypopover-arrow,
.tinypopover.PeachOrange.left-top .tinypopover-arrow-border {
  border-left-color: #ffa64d;
}
.tinypopover.PeachOrange.left-bottom .tinypopover-arrow {
  border-left-color: #ffcc99;
}
.tinypopover.PeachOrange.left-bottom .tinypopover-arrow-border {
  border-left-color: #ffa64d;
}
.tinypopover.PeachOrange.left .tinypopover-arrow,
.tinypopover.PeachOrange.left.no-border .tinypopover-arrow-border,
.tinypopover.PeachOrange.left-top .tinypopover-arrow,
.tinypopover.PeachOrange.left-top.no-border .tinypopover-arrow-border {
  border-left-color: #fff;
}
.tinypopover.PeachOrange.left-bottom.no-border .tinypopover-arrow-border {
  border-left-color: #ffcc99;
}
.tinypopover.PeachOrange.bottom .tinypopover-arrow,
.tinypopover.PeachOrange.bottom .tinypopover-arrow-border,
.tinypopover.PeachOrange.bottom-left .tinypopover-arrow,
.tinypopover.PeachOrange.bottom-left .tinypopover-arrow-border,
.tinypopover.PeachOrange.bottom-right .tinypopover-arrow,
.tinypopover.PeachOrange.bottom-right .tinypopover-arrow-border {
  border-bottom-color: #ffa64d;
}
.tinypopover.PeachOrange.bottom .tinypopover-arrow,
.tinypopover.PeachOrange.bottom.no-border .tinypopover-arrow-border,
.tinypopover.PeachOrange.bottom-left .tinypopover-arrow,
.tinypopover.PeachOrange.bottom-left.no-border .tinypopover-arrow-border,
.tinypopover.PeachOrange.bottom-right .tinypopover-arrow,
.tinypopover.PeachOrange.bottom-right.no-border .tinypopover-arrow-border {
  border-bottom-color: #ffcc99;
}
.tinytooltip-clearfix {
  clear: both !important;
}
.tinytooltip-element {
  cursor: pointer !important;
  display: inline-block !important;
  margin: 0;
  max-width: none !important;
  width: auto !important;
}
a .tinytooltip-element {
  display: inline !important;
}