/*  ------------------------------------------------------------------------------------------------ */
/*	widget_tooltip.css created June 27, 2006														 */
/*	by Matt Garvin, matt@pottedplant.biz													 		 */
/*  ------------------------------------------------------------------------------------------------ */

	TABLE#tooltip
		{
		 border-collapse: collapse;
		 padding: 0;
		 z-index: 1000;
		 position: absolute;
		 display: none;		 
		}
		
			TABLE#tooltip TD
				{
				 padding: 0;		
				 line-height: 10px;
				}	
				
			DIV#tooltip_mssg	
				{
				 border-width: 1px;
				 border-style: solid;
				} 		
				
			DIV#tooltip_mssg SPAN.factoid	
				{
				 background: #EDD841;
				 padding: 0 2 0 2;
				} 					
				
				
			IMG.factoid
				{
				 border: 1px solid red;
				} 			
				
			SPAN.tt
				{
				 cursor: default;
				}	
				
			B.tt
				{
				 color: #A06039;
				 background-color: #eee3c4;
				 cursor: default;
				}								