﻿.texthighlight
{
    background-color: Yellow;
}

.tableRowHighlight
{
    background-color: #eeeeee;
    cursor: pointer;
    cursor: hand;
}

.tableRowNormal
{
    background-color: White;
    color: Black;
    
}

.resultsTableRowNormal
{
    background-color: White;
    /* The dark blue from rdsp_banner.png didn't look very linky */
    /* color: #0B1342; */
    color: Blue;
    text-decoration: underline;
}


.highlight_and_underline
{
    background-color: #eeeeee;
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
}

.citation
{
    background-color: #ccc;
    border-color: #111;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}