/*! qTip2 - Pretty powerful tooltips - v2.0.0 - 2012-12-21
* http://craigsworks.com/projects/qtip2/
* Copyright (c) 2012 Craig Michael Thompson; Licensed MIT, GPL */
padding: 5px 35px 5px 10px;
.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }
/* Default close button class */
border-color: transparent;
.qtip-titlebar .qtip-close{
* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */
.qtip-icon, .qtip-icon .ui-icon{
-webkit-border-radius: 3px;
font: normal bold 10px/13px Tahoma,sans-serif;
background: transparent none no-repeat -100em -100em;
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
background-color: #FFFFA3;
.qtip-default .qtip-titlebar{
background-color: #FFEF93;
.qtip-default .qtip-icon{
.qtip-default .qtip-titlebar .qtip-close{
/*! Light tooltip style */
.qtip-light .qtip-titlebar{
background-color: #f1f1f1;
/*! Dark tooltip style */
background-color: #505050;
.qtip-dark .qtip-titlebar{
background-color: #404040;
.qtip-dark .qtip-titlebar .ui-state-hover{
/*! Cream tooltip style */
background-color: #FBF7AA;
.qtip-cream .qtip-titlebar{
background-color: #F0DE7D;
.qtip-cream .qtip-close .qtip-icon{
background-position: -82px 0;
background-color: #F78B83;
.qtip-red .qtip-titlebar{
background-color: #F06D65;
.qtip-red .qtip-close .qtip-icon{
background-position: -102px 0;
.qtip-red .qtip-titlebar .ui-state-hover{
/*! Green tooltip style */
background-color: #CAED9E;
.qtip-green .qtip-titlebar{
background-color: #B0DE78;
.qtip-green .qtip-close .qtip-icon{
background-position: -42px 0;
/*! Blue tooltip style */
background-color: #E5F6FE;
.qtip-blue .qtip-titlebar{
background-color: #D0E9F5;
.qtip-blue .qtip-close .qtip-icon{
background-position: -2px 0;