﻿/* Update the tooltip links to display effects that will make them stand out. */  
.tooltipSpan span,.tooltipSpan a, .tooltipSpan a:active, .tooltipSpan a:visited{
    background-color:#5CC3EB;
   /* font-size: 1.3em;*/
    font-weight:bold;
    padding:1px 2px;
    margin-left:5px;
    color:#FFFFFF;
    text-decoration: none;
}

.tooltipSpan a:hover{
    color:#660000;
    text-decoration: none;
}

.tooltipExample{
    background-color:#5CC3EB;
   /* font-size: 1.3em;*/
    font-weight:bold;
    padding:1px 1px;
    margin-left:1px;
    color:#FFFFFF;
    text-decoration: none;
}