/*
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:-15px;
	left:-15px;
	z-index:1;
	color: #532756;
	padding:2px 5px;
	border-color:#a67aad #a67aad #a67aad #a67aad;
	border-width:1px;
	border-style:solid;
	background-color:#bde962;
}
/*.yui-tt-shadow{
	top:-13px;
	right:8px;
	left:0px;
	bottom:3px;
	background-color:#000;
}*/
.yui-tt-shadow-visible{
	opacity:.12;
	filter:alpha(opacity=12);
}

