/*
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;
	color:#111;
	padding:2px 5px;
	border-color:#D4C237 #A6982B #A6982B #A6982B;
	border-width:1px;
	border-style:solid;
	background-color:#FFEE69;
z-index:9000;
width:380px;
font-size:0.9em;
line-height:1.4;
padding:7px 15px;
}

.yui-tt .bd img {
padding:0 15px 5px 0;
}

embed { z-index:8998; }

.yui-tt-shadow{
	top:2px;
	right:-3px;
	left:-3px;
	bottom:-3px;
z-index:8999;
	background-color:#000;
width:380px;
}
.yui-tt-shadow-visible{
	opacity:.12;
	filter:alpha(opacity=12);
}

