/* tip CSS */
.tipz{
}
.cornerIndicator{
	background:url(/ati/common/util/tip/flag-feb36ceecf6159a8a2d782e60312348d.png) no-repeat;
	background-position:right top;
}
div:not(.tipz-html-tip) .tip {
	color: #fff;
	width: 250px;
	z-index: 10000;
}

.tip-title {
	margin: 0;
	padding: 8px 8px 4px;
	font-size: 11px;
	font-weight: 600;
	color: #9FD4FF;
	background: url(/ati/common/util/tip/bubble-25e705c6125088ebae2b576a2542e6a0.png) top left;
	text-align:left;
}
.tip-text {
	padding: 4px 8px 8px;
	font-size: 11px;
	background: url(/ati/common/util/tip/bubble-25e705c6125088ebae2b576a2542e6a0.png) bottom right;
	text-align:left;
}
.tip-top{
}
.tip-bottom	{
}
.tipWrap{
	display:inline;
	margin-left: .5em;
	cursor:pointer;
}

/* mini style */
.tipz_mini .tip {
	width: 150px !important;
}
.tipz_mini .tip-title {
	text-align:center;
	padding: 8px;
}
.tipz_mini .tip-text {
	padding: 0;
}

/* html style */
.tipz-html-tip .tip {
	z-index: 10000;
}

.tipz-html-tip .tip-title {
	display: none;
}

.tipz-html-tip .tip-text {
	padding: 5px;
	font-size: 1em;
}

.tipz-html {
	padding: 2px;
}