﻿.qtip
{
    min-width: 280px;
		font-size: 1em;
		line-height: 1.2em;
}

.qtip-default {
	border-color: #484848;
	background-color: #ffffff;
	border-radius: 5px;
}

.qtip-default .qtip-icon {
	background-color: transparent;
}

.qtip-default .qtip-icon:hover {
	color: #fff !important;
}

.qtip-default .qtip-titlebar .qtip-close {
	border-color: transparent;
	color: #fff;
}

.qtip-icon .ui-icon {
	width: 18px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	text-indent: 0;
	font-size: 1em;
	/*font: normal bold 10px/13px Tahoma,sans-serif;*/
	color: inherit;
	background: transparent none no-repeat -100em -100em;
}

.qtip .qtip-tip
{
    background: #ffffff;
}

.qtip-title
{
    color: #ffffff;
}

.qtip-default .qtip-titlebar {
    background-color: #5D5D5D;
}

.qtip-content
{
	min-height:30px;
}
