﻿a.info{
    position:relative; /*this is the key*/
    z-index:24}

a.info:hover{z-index:25; background-color:#D3DCEB}

a.info span{display: none}
a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:10em;
    border:1px solid #7E95C7;
    background-color:#D3DCEB; color:#000;
    text-align: center;
    text-decoration:none}
    
    
.pnlPad

{
height: auto; 
padding: 8px 8px 8px 8px;

}
TABLE.ttop
{
	
	background-repeat:no-repeat;
	height:260px;
	width:710px;
	padding:10px 10px 10px 10px;
}
A.ncrtest:link {
	COLOR: #18CC0E
}

