/* Default style for links */
/*                         */
a:link:active  {color: #1D9BF6; text-decoration: underline;}
a:link         { color: #1D9BF6; text-decoration: none;}
a:visited      { color: #1D9BF6; text-decoration: none;
a:link:hover, a:visited:hover   { color: #1D9BF6; text-decoration: underline;}

.Search_Result_Highlight
{
    background-color: yellow;
}

/* No JavaScript */
#noscript_padding {
    padding-top: 1.9em;
}

#noscript_warning {
    font-family: Arial, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    background-color: #AE0000;
    padding: 5px 0 5px 0;
}
