﻿*
{
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
}
    
#alts
{
    position: absolute;
    display: none;
    background: #FFFFEC;
    border: 1px solid #000;
    color: #000000;
    width: 200px;
}
    
#alts_title
{
    border-color: #000000;
    border-style: none none solid none;
    padding: 0px 3px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-bottom-width: 1px;
}
#alts_content
{
    height: 20px;
    padding: 2px;
}