﻿/*

    Any change to the color, cursor or decoration of anchors needs to be placed here for ease of consistency in anchor
    styles. All other attributes of the anchors are set in their respective .css files.

*/


a {
    color: #0645ad;
    /* text-decoration: none; */
}
a:hover {
    text-decoration: underline;
}
a:hover img {
    text-decoration: none;
}
a:visited {
    color: #800080;
}
a.DisabledLink {
    color: #999;
    text-decoration: none;
}
a.DisabledLink:hover {
    color: #999;
    text-decoration: none;
}

a.ToolbarButton {
    cursor: pointer; cursor: hand;
    text-decoration: none;
}
a.ToolbarButton:hover {
    cursor: pointer; cursor: hand;
    text-decoration: none;
}
a.ToolbarButton span {
    text-decoration: none;
}
a.ToolbarButton:hover span {
    text-decoration: underline;
}
a.ToolbarButton img {
    border: none;
}
a.img {
    border: none;
}

/* BEGIN THE SEARCH FILTERS CLASSES */
div.SearchFilters table.table td.footer a.footer {
    color: #0645ad;
}
div.SearchFilters table.table td.footer a.footer:visited {
    color: #800080;
}
/* BEGIN THE SEARCH FILTERS CLASSES */


/* BEGIN THE SECOND LEVEL SIDE NAV CLASSES */
div.second_nav a:hover, div.second_nav a.on, div.third_nav a:hover, div.third_nav a.on, div.fourth_nav a:hover, div.fourth_nav a.on
{
    color: #077346;
    text-decoration: none;
}
/* END THE SECOND LEVEL SIDE NAV CLASSES */

/* BEGIN THE BUTTONS CLASSES */
a.blue_button
{
    color: #fff;
    text-decoration: none;
}
a.blue_button_basic
{
    color: #fff;
    text-decoration: none;
}
a.green_button_basic
{
    color: #fff;
    text-decoration: none;
}
/* END THE BUTTONS CLASSES */