/*
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;
	padding:10px;
	border-style:solid;
	background-color:#111111;
	opacity:.5;
	filter:alpha(opacity=5);
	max-width: 150px;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	text-align: left;
	line-height: 1.2;
	
	
}
.yui-tt-shadow{

}
.yui-tt-shadow-visible{
	opacity:.12;
	filter:alpha(opacity=12);
}


