﻿/* ================================
    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 */
.PortalBanner
{
	background-color:  #FFFFFF;
    background-image: url('../images/wfqlogo.png');
	background-repeat: no-repeat;
	height: 125px;
	width: 100%;
	
	
}
.upperlogo{
   /*background: url(../images/minor.gif);*/
	background-repeat: no-repeat;
	height: 96px; 
	width: 174px;
    padding: 5px;
}
.lowerlogo1 {
    background: url(../images/isotag.gif);
    background-repeat: no-repeat;
    height: 42px;
    width: 212px;
    padding: 5px;
}
/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	background-color:  #044a94;
    padding-right: 7px;
    
}   

/* hyperlink style for the site links */
A.SiteLink:link
{
	font-size: 13px;
	color: #649acc;
	font-family: Verdana;
	text-decoration: none;
}

A.SiteLink:visited
{
	color: #649acc;
	text-decoration: none;
}

A.SiteLink:active
{
	color: #649acc;
	text-decoration: none;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}
.SiteTitle
{
	font-weight: bold;
	font-size: 17px;
	color: #ffffff;
	font-family: Tahoma, Verdana, 'Verdana Bold' , Helvetica, sans-serif;
}
