/*!
 * jQuery UI Tooltip 1.9.2
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	width: 230px;
	padding:10px;
	background:#fff;
	border:1px solid #9e9e9e; 
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	font-size:12px;
}

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip {  }


.ui-tooltip .arrow{ height:13px; width:13px; background:url(../img/tooltip_bg2.png) no-repeat 0 0; position:absolute; left:47%; }

.ui-tooltip .top{top:-11px;background:url(../img/tooltip_bg3.png) no-repeat 0 0;}

.ui-tooltip .bottom{bottom:-12px;}

.ui-tooltip strong{ padding-left:15px; background:url(../img/icon.png) no-repeat  0 -11px;}


.tooltip{ position:relative; height:14px; width:14px; text-indent:-9999px; outline:none; line-height:14px; top:0; margin:0 0 0 5px; display:inline-block; zoom:1; background:url(../img/tooltip_bg.png) no-repeat 0 0;}

.tooltip:hover{background:url(../img/tooltip_bg.png) no-repeat 0 bottom;}


.tooltip2{ top:5px;}

.tooltip3{ color:#666;}


