/*
	Style the div
*/
/* balloon style for most of tool tip of news*/
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 11px Verdana;
line-height: 18px;
z-index: 500;
background-color: #FFFFE0;
width: 400px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:relative;
top: -500px;
left: 0;
visibility: hidden;
}

/*
	Style image ben trong the div
*/
.tooltipstyle
{
	float: right;
	width:50px;
	margin-left: 5px;
	border:1px solid black
}

.dvhdr1 {
    background:#FFFFE0;
    font-family:tahoma;
    font-size:11px;
    font-weight:bold;
    border-top:1px solid #C8BA92;
    border-right:1px solid #C8BA92;
    border-left:1px solid #C8BA92;
    padding:2px;
    width:300px;
}
    
.dvbdy1 {
	background:#FFFFE0;
	font-family:tahoma;
	font-size:11px;
	border-left:1px solid #C8BA92;
	border-right:1px solid #C8BA92;
	border-bottom:1px solid #C8BA92;
	padding:2px;
	width:300px;filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}
