
.yh_tt_div {
 background-color: #FFFFFF; 
 padding: 5px;
 border: 1px solid #153B63;
}

.yh_tooltip {
 font-size: 11px; 
 font-family: arial,helvetica,sans-serif;
}

.tt_header {
 position: relative;
 /*width: 150px;*/
 height: 0px;
 /*background-image: url(tip_header.gif);*/
 margin-bottom: 0px;
}


.tooltip {
 	display: none;
	border: 1px #153B63;
	width: 0px;
	height: 0px;
	background-color: #153B63;
	color: #FFFFFF;
	background-repeat: no-repeat;
}


