/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
/*
 * Modified by Ed Hogan 
 *
 * originally was container.css,
 *  - reduced to contain only the css info needed to build tooltips.
 *  - dropped "yui-skin-sam", since body tag may be out of our control
 *  - formatted to avoid intentional obfuscation
 *  - renamed to avoid conflict with other container.css usage
 */
.yui-overlay{
	visibility:hidden;
	position:absolute;
	z-index:2;
}
.yui-tt-shadow{
	position:absolute;
}
.yui-tt .bd{
	position:relative;
	top:0;
	left:0;
	z-index:1;
	color: black;
	padding:2px 5px;
	background-color: #dadada;
	border-style: hidden;
	-moz-border-radius: 3%;
}
.yui-tt-shadow{
	top:2px;
	right:-4px;
	left:-4px;
	bottom:-4px;
	background-color: transparent;
}
.yui-tt-shadow-visible{
	opacity: 0;
	filter:alpha(opacity=0);
}


