/***********/
/* TOOLTIP */
/***********/

/* override the arrow image of the tooltip */
#dynatip {
		display:none;
		background:transparent url(black_arrow_bottom.png);
/*		background-image:url(black_arrow.gif);			*/
		font-size:10px;
		height:100px;
		width:180px;
		padding:30px 5px 5px 20px;
		color:#fff;
/*		border: solid white 1px; */
}



/* [if lt IE 7] */
#dynatip {
	background-image:url(black_arrow_bottom.gif);
}


/* override the arrow image of the tooltip */ 
#dynatip.bottom { 
    background:url(black_arrow_bottom.png);     
    padding-top:40px; 
    height:75px; 
} 
 
#dynatip.bottom { 
    background:url(black_arrow_bottom.png); 
}

