@charset "utf-8";
/* CSS Document */

.qtip .qtip-content{
   padding: 10px;
	 font-size:11px;
   overflow: hidden;
	 			background-color:#DCEEF8 !important;
}
.qtip a {
text-decoration:none;
}
* html .qtip-wrapper {
height:auto !important;
width:115px;
}
   .qtip .qtip-content .qtip-title,
   .qtip-cream .qtip-content .qtip-title{
      background-color: #F0DE7D;
   }
   .qtip-light .qtip-content .qtip-title{
      background-color: #f1f1f1;
			background-color:#DCEEF8 !important;
   }
   .qtip-dark .qtip-content .qtip-title{
      background-color: #404040;
   }
   .qtip-red .qtip-content .qtip-title{
      background-color: #F28279;
   }
   .qtip-green .qtip-content .qtip-title{
			background-color: #D6EAB8 !important;
   }
	 .qtip a:hover {
	 color:#46B0DB !important;
	 }
