/** 
 * This is the popup css file
 * Used for all browsers
 * 
 */

.popupHead { background-color: lightgrey;
            border: thin solid #000000; height:20px; width:400px;
        }
        
.popupMain { position:absolute; left:0px; top:20px; width:400px;
    visibility:hidden; background-color:white; font-size:12px; 
    padding: 5px;
    border: thin solid #000000; 
    border-bottom: medium solid #000000;
    border-right: medium solid  #000000;
}

a.popupClose:hover { text-decoration: none; 
                   font-size: 100%; color:#FF0000 }




