.tipsy-arrow-yellow{background: url('images/tiparrow.gif') no-repeat top left;}
.tipsy-inner-yellow{border:1px solid #FFAC00;background-color: #FFFCC6;}

.tipsy-arrow-red{background: url('images/tiparrowred.gif') no-repeat top left;}
.tipsy-inner-red{border:1px solid #FF0000;background-color: #FFC1C1;}

.tipsy-arrow-green{background: url('images/tiparrowgreen.gif') no-repeat top left;}
.tipsy-inner-green{border:1px solid #009900;background-color: #CEFFCE;}

.tipsy-arrow-blue{background: url('images/tiparrowblue.gif') no-repeat top left;}
.tipsy-inner-blue{border:1px solid #2955FE;background-color: #D9E8FF;}

.tipsy-arrow-purple{background: url('images/tiparrowpurple.gif') no-repeat top left;}
.tipsy-inner-purple{border:1px solid #D400AD;background-color: #FFD2F8;}

.tipsy { padding: 5px; font-size: 12px; position: absolute; z-index: 999;}
.tipsy-inner { padding: 5px 8px 4px 8px;  color: #000; text-align:left;
word-break : break-all;word-wrap : break-word ;
max-width: 200px; 
}
.ie6MaxWidth {
	_width: 201px; /*不管定义成多少，最后都要加1px以上，这样会触发JQ检查IE6下的宽并加以调整。不能刚好等于200px*/
}
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; margin:2px;}
.tipsy-arrow { position: absolute;  width: 16px; height: 8px; overflow:hidden}
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -8px;*height: 6px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 12px; *height: 6px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 12px; *height: 6px;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -8px; background-position: bottom left; *background-position: -8px left;}
.tipsy-sw .tipsy-arrow { bottom: 0; left: 12px; background-position: bottom left; *background-position: -8px left;}
.tipsy-se .tipsy-arrow { bottom: 0; right: 12px; background-position: bottom left; *background-position: -8px left;}
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -8px; right: 0; width: 8px; height: 16px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -8px; left: 0; width: 8px; height: 16px; }
