﻿div.HA li{
    margin: 0 3px 0 0; /*Spacing between each LI container*/
    border-color: Black;
    border-bottom-width: thick;
    height:130px !important;
}


div.HPC .hpanel
{
    /*Padding inside each content*/
     
    padding: 3px;
    background: #CCCCCC;
}

/***********************************************/

#hintbox{ 
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:25px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
font-family:My, Pyidaungsu;
font-size:14px;
}

.hintanchor
{ 
    width:20px;
    height:20px;
    cursor:help;
    
 
 
}



