﻿/* ================================
    CSS STYLES FOR HELP Financial Web Contracts
   ================================
*/

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx

/* style for the text of the site title */
.Banner {
    background-color: #ffffff;
    background-image: url(../images/SPUH_LOGO.jpg);
    background-repeat: no-repeat;
    height: 93px;
    width: 320px;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-weight: bold;
    font-size: 13px;
    color: #46512c;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #FFFFFF;
}

/* hyperlink style for the site links */
A.SiteLink:link {
    font-size: 13px;
    color: #46512c;
    font-family: Verdana;
    text-decoration: none;
}

A.SiteLink:visited {
    color: #46512c;
    text-decoration: none;
}

A.SiteLink:active {
    color: #46512c;
    text-decoration: none;
}

A.SiteLink:hover {
    text-decoration: underline;
    color: white;
}

.SiteTitle {
    font-weight: bold;
    font-size: 17px;
    color: #46512c;
    font-family: Tahoma, Verdana, 'Verdana Bold', Helvetica, sans-serif;
}
