/*
Pair this with visibility_toggle.js to show and hide text (and/or images)
when hotspots (e.g. orange/underlined text) is clicked.
*/

.toggle
{
    color: #999999;
    font-size: 9pt;
}

.hotspot
{
    color: #FF6600;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    cursor: help;
}

.hotspotall
{
    color: #FF6600;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    cursor: help;
    font-weight: bold;
}

