/* CSS Document */



#toolTipBox {
display: none;
padding: 5;
font-size: 11px;
border: black solid 1px;
font-family:Tahoma;
position: absolute;
background-color: #E7E7E7;
color: 000000;
z-index:2;
text-align:justify;
}

