
#resultsNavTop {
    border-bottom: 1px dashed #ddd;
    color: maroon;
    font-weight: bold;
}
#resultsNavBottom {
    border-top: 1px dashed #ddd;
    color: maroon;
    font-weight: bold;
}

.disabledNav {
    color: #ccc;
    font-weight: normal;
}
.resultCount {
    color: #999;
    font-weight: normal;
}
a.resultsNav {
    font-weight: normal;
    text-decoration: none;
}
a:visited.resultsNav  {
    color: blue;
    font-weight: normal;
}
#content p.searchByText {
    color: #999;
    font-size: 70%;
    padding: 0;
    margin: 0;
}
div.noSearchResults {
    margin-left: 15px;
    color: maroon;
}

/* In-page message styles */
div.messageInfo, div.messageError, div.messageSuccess {
    margin: 1em 0 1.5em 0;
    width: auto;
    
}

div.messageInfo p {
    border-top: 1px solid #e6e600;
    border-left: 1px solid #e6e600;
    border-bottom: 1px solid #e6e600;
    border-right: 1px solid #e6e600;
    background: url(/images/icon-info.gif) #ffffcc no-repeat 5px 50%;
    margin: 0;
    padding: 0.3em 0.8em 0.3em 25px;
    font-size: 70%;
}

div.messageError p {
    border-top: 1px solid #cc3333;
    border-left: 1px solid #cc3333;
    border-bottom: 1px solid #cc3333;
    border-right: 1px solid #cc3333;
    background: url(/images/icon-error.gif) #ffcccc no-repeat 5px 50%;
    margin: 0;
    padding: 0.3em 0.8em 0.3em 25px;
    
}
div.messageSuccess p {
    border-top: 1px solid #6AB46A;
    border-left: 1px solid #6AB46A;
    border-bottom: 1px solid #6AB46A;
    border-right: 1px solid #6AB46A;
    background: url(/images/icon-success.gif) #bbddbb no-repeat 5px 50%;
    margin: 0;
    padding: 0.3em 0.8em 0.3em 25px;
    
}

div.messageInfo a:visited, div.messageError a:visited {
    color: blue;
}

form {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
    font-size: 0%;
    margin: 0;
    padding: 0;
    width: 99%;
    line-height: 0px;
}

.highlight {
    background-color: #ffffcc;
}
.tooltipHotspot {
    font-size: smaller;
    line-height: normal;
    padding:0 3px 0 0;
    color: #ff9900;
    cursor: help;
    font-weight: normal;
    vertical-align: super;
}
body .dojoTooltip {
    border: 2px solid #ff9900;
    background-color: #004FA3;
    color: white;
    padding: 0.4em;
    max-width: 20em;
    
}
