﻿.VietAdTooltip
{
	text-align: left;
	position: absolute;
	width: 320px;
	border: 1px solid #4570c5;
	padding: 2px;
	background-color: #eef5ee;
	visibility: hidden;
	z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* TolTip */
.toolTipTitle
{
	font-family: Arial; 
	font-size: 13px; 
	font-weight: bold; 
	color: #bd0000;
}

.toolTipHeader
{
	font-family: Arial; 
	font-size: 13px; 
	font-weight: bold; 
	color: #000000; 
	text-align: right;
	width: 100%;
}

.toolTipBody
{
	/*font-family: Arial; */
	font-family:Arial , Sans-Serif;   
	font-size: 12px; 
	font-weight: normal; 
	color:#000; 
	text-align: left;
	/*width: 100%;*/
}
.toolTipImg
{	margin: 10px;
 	float: left;
 	display: block;
	}

