td                  { font-family: helvetica,arial,sans-serif }
A.linkid            { text-decoration:none; }
A.linkid:hover      { text-decoration:underline overline; }

.glossarylink       { text-decoration:none;      color:#0000EE; font-style:normal; font-weight:400; }
.glossarylink:hover { text-decoration:underline; color:#0000EE; font-style:normal; font-weight:400; }

input.smallerCheckbox { width:12px; height:12px; vertical-align:middle; margin-right:2px; margin-left:10px; }

.notapinball        { color: #888888; }
.notapinballspec    { color: #993333; font-weight:bold; }

.projectpinballbox { border:solid thin black;
                     background-color:#FFCC99;
                     margin-left:10px;
                     margin-bottom:10px;
                     padding:4px; }
.projectpinballbox td { text-align:center;
                        vertical-align:middle;
                        color:black; }
.projectpinballbox a { color:black; text-decoration:none; }
.projectpinballbox .normal { font-weight: normal; }
.projectpinballbox .link { font-weight:bold; text-decoration:underline; }
.projectpinballbox a:hover .link { color: blue; }

.oddrow { background-color: white; }
.evenrow { background-color: #ECECEC; }

.date-tooltip {
    position: relative;
    display: inline-block;
}

.date-tooltip .date-tooltiptext {
    visibility: hidden;
    width: 270px;
    background-color: #6C6C6C;
    color: white;
    text-align: center;
    border-radius: 3px;
    padding: 3px 0;

    font-size:12px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;

    top: -2px;
    left: 105%;
}

.date-tooltip:hover .date-tooltiptext {
    visibility: visible;
}

a.external-link {

}

img.external-link {
    height:11px;
    width: auto;
    padding-left:2px;
    vertical-align: text-top;
}
