/*
 * hg.tooltip
 */

.tooltip_content
{
    display:                none;
}

/*
 * hg.gmaps
 */

.gmap
{
    overflow:               auto;
}
.gmap_messages 
{
    height:                 1.5em;
}
.gmap_messages .ajax_loading
{
    min-height:             16px;
    padding-left:           20px;
    background:             transparent url(../gfx/loading.gif) no-repeat scroll left top;
    font-weight:            bold;
}

/**
 * hg.helpval
 */
.helpval_active
{
    color:                  #888;
    font-style:             italic;
}

/**
 * modal windows
 */
.modaled
{
    display:                none;
}

