﻿/******************************************
* General
******************************************/

body
{
	background-color: #EBEDEE;
	margin: 0px;
	line-height: 1.5;
	font: normal normal normal 0.8em Verdana
}

img
{
	border-width: 0px;
	margin: 0px 0px 0px 0px
}

h1
{
	font-size: 1.1em;
	margin-left: 5px;
}

h2
{
	font-size: 1.0em;
	margin-left: 5px;
}

h3
{
	font-size: 0.9em;
	margin-left: 5px
}

a, a:visited
{
	cursor: hand;
	cursor: pointer;
	text-decoration: underline
}

/*********************************************
Buttons
**********************************************/

.Button
{
	height: 20px;
	width: 200px;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin: 10px auto 10px auto;
	background: url(Images/Button.gif) 0px 0px no-repeat;
}

.Button:hover
{
	color: #ffffff;
	background: url(Images/Button.gif) -200px 0px no-repeat;
}

.LargeButton
{
	display: block;
	height: 46px;
	width: 222px;
	color: #ffffff;
	margin-left: 5px;
	padding-top: 10px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	background-image: url(Images/Button2.png);
}

.LargeButton .SingleLine
{
	height: 39px;
	padding-top: 17px
}

.Error
{
	display: block;
	color: #ff0000;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px;
	border: solid 1px #ff0000;
	background-color: #ffe0e0
}

.Message
{
	display: block;
	width: 300;
	border: solid 1px #000;
	padding: 10px;
	margin: 20px;
	font-weight: bold;
	text-align: center
}

/*********************************************
Top Panel Styles
**********************************************/

#divTopPanel
{
	height: 85px;
	background-color: #275FAF;
}

#divTopPanelLogo
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 55px;
	width: 320px;
	padding-top: 15px;
	padding-right: 10px;
	text-align: center;
}

/*********************************************
Side Panel Styles
**********************************************/

#divLeftPanelContainer
{
	width: 195px;
	position: absolute;
	top: 95px;
	left: 0px;
	text-align: center;
}

#divRightPanelContainer
{
	width: 195px;
	position: absolute;
	top: 95px;
	right: 0px;
	text-align: center;
}

.SidePanel
{
	margin: 0px auto 10px auto;
	width: 175px;
	text-align: left;
}

.SidePanel h2
{
	background-image: url(images/SidePanelHeader.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	height: 18px;
	margin: 0;
	padding: 2px 0px 0px 0px;
	text-align: center;
}

.SidePanelMain
{
	width: 170px;
	border: solid 1px #B7B7B7;
	background-color: #ffffff;
	text-align: left;
	padding-left: 3px;
}

.SidePanelMain p
{
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 3px;
	padding-right: 3px
}

.SidePanelMain div a, .SidePanelMain div a:active, .SidePanelMain div a:visited
{
	color: #0000ff;
	text-decoration: underline;
}

.SidePanelMain div a:hover
{
	color: #275FAF;
}

/*********************************************
Center Panel Styles
**********************************************/

#divCenterPanel
{
	margin: 10px 195px 0px 195px;
}

#divCenterPanelHeader
{
	height: 20px;
}

#divCenterPanelHeaderLeft
{
	position: absolute;
	top: 95px;
	left: 195px;
	width: 15px;
	height: 20px;
	background-image: url(Images/CenterPanelLeft.gif);
	background-repeat: no-repeat;
	z-index: 1000;
}

#divCenterPanelHeaderCenter
{
	height: 18px;
	text-align: center;
	background-color: #275FAF;
	padding-top: 2px;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
}

#divCenterPanelHeaderCenter h1
{
	margin: 0;
	padding: 0;
	font-size: 1em
}

#divCenterPanelHeaderRight
{
	position: absolute;
	top: 95px;
	right: 195px;
	width: 15px;
	height: 20px;
	background-image: url(Images/CenterPanelRight.gif);
	background-repeat: no-repeat;
	z-index: 1000;
}

#divCenterPanelContent
{
	border: solid 1px #B7B7B7;
	background-color: #ffffff;
	text-align: left;
	padding: 10px 4px 4px 4px;
	line-height: 1.5;
}

#divCenterPanelContent div
{
	text-align: justify;
	margin: 15px 0px 15px 0px;
	padding-left: 5px;
	padding-right: 10px;
}

#divCenterPanelContent div a, #divCenterPanelContent div a:active, #divCenterPanelContent div a:visited
{
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}

#divCenterPanelContent div ul li
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#divCenterPanelFooter
{
	border: solid 1px #B7B7B7;
	background-color: #ffffff;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 50px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 0.7em;
}

#divCenterPanelFooter A, #divCenterPanelFooter A:Active, #divCenterPanelFooter A:Visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/*********************************************
Popup Windows
**********************************************/

.PopupWindow .Header
{
	background-color: #275FAF;
	color: #ffffff;
	height: 25px;
	text-align: center;
	font: normal normal bold 14px Verdana;
	padding-top: 5px;
}

.PopupWindow .Content
{
	padding: 10px 30px 10px 30px;
	text-align: justify;
}

/*********************************************
Investment Sector Selector
**********************************************/

.InvestmentSelectorSectors
{
	float: left;
	width: 150px;
}

.InvestmentSelectorStarRankings
{
	width: 400px;
	margin: auto;
	border-collapse: collapse;
	border: solid 1px #000000;
	text-align: center;
}

.InvestmentSelectorStarRankings TH
{
	background-color: #bbbbbb;
	padding: 7px 2px 7px 2px;
}

.InvestmentSelectorStarRankings TD
{
	padding: 5px 2px 5px 2px;
	border-bottom: solid 1px #000000;
}

.InvestmentSelectorFunds
{
	width: 80%;
	border: solid 1px #000000;
	margin: auto;
	text-align: left;
	border-collapse: collapse;
}

.InvestmentSelectorFunds TD
{
	padding: 3px 0px 3px 3px;
	border-bottom: solid 1px #000000;
}

/*********************************************
Which ISA Cofunds Portfolios
**********************************************/

.CofundsPortfolioSelection
{
	margin: auto;
	border-collapse: collapse;
}

.CofundsPortfolioSelection TD
{
	padding: 5px 0px 5px 0px;
	border: solid 1px #000000;
	width: 20%;
	text-align: center;
	background-color: #90C6A8;
}

.CofundsPortfolioSelection TD A, A:Hover, A:Active, A:Visited
{
	color: #0000ff;
}

.CofundsPortfolioSelection TD A:Hover
{
	font-weight: bold;
}

.CofundsPortfolios
{
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

.CofundsPortfolios TD
{
	border-bottom: solid 1px #000000;
}

.CofundsPortfoliosHeader
{
	font-weight: bold;
	text-align: left;
	background-color: #E5F5EC;
}

.CofundsPortfoliosItem
{
	text-align: left;
	background-color: #A5DABD;
}

.CofundsPortfoliosAltItem
{
	text-align: left;
	background-color: #90C6A8;
}

.PortfolioSplitHeader
{
	padding-left: 10px;
}

/*********************************************
Which ISA Mini Cash ISAs
**********************************************/

.MiniCashISAs
{
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
}

.MiniCashISAs TD
{
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	
}

/*********************************************
Commission Free ISAs
**********************************************/

.CommissionFreeISAs
{
	width: 300px;
	margin: auto;
	border-collapse: collapse;
	border: solid 1px #000000;
	text-align: center;
}

.CommissionFreeISAs th
{
	font-size: 10px;
	font-weight: bold;
	border-bottom: solid 1px #000000;
}

.CommissionFreeISAs td
{
	width: 150px;
	padding: 3px;
	border-bottom: solid 1px #000000;
}

/*********************************************
Request Info
**********************************************/

#divRequestInfo span
{
	display: inline-block;
	width: 125px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#divRequestInfo input[type=text]
{
	width: 225px;
	padding-top: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*********************************************
ISA Changes
**********************************************/

#divISAChanges h2
{
	font-weight: bold;
	background-color: #ccc;
	border: solid 1px #000000;
	padding: 5px;
	margin: 0px 0px 0px 0px
}

#divISAChanges div
{
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border: solid 1px #000000;
	border-top-width: 0px
}

#divISAChanges .Details .SubHeader
{
	margin: 15px 5px 10px 5px;
	font-weight: bold;
	border-bottom: solid 1px #c0c0c0;
}

/*********************************************
Star Rankings
**********************************************/

#frmStarRankings .Content div
{
	text-align: justify;
	margin: 15px 0px 15px 0px;
	padding-left: 5px;
	padding-right: 10px;
}

/*********************************************
Cash ISAs
**********************************************/

#divCashISAs
{
	padding-bottom: 10px
}

#divCashISAs .HeaderText div
{
	margin: 10px
}

#divCashISAs .CashISAList
{
	width: 90%; 
	margin: 10px auto 0px auto;
	border: solid 1px #000000
}

#divCashISAs .CashISAList td
{
	padding: 10px;
	border: solid 1px #000000
}

/* Zurich Special Plan */

#divZurich22 h1
{
	margin: 0px
}

#divZurich22 h2
{
	margin: 5px 0px 0px 0px
}

#divZurich22 .BrochureImage
{
	float: left;
	margin: 0px 20px 20px 10px
}

#divZurich22 ul
{
	margin: 10px 10px 10px 10px;
	list-style: none;
	text-align: left
}

#divZurich22 ul li
{
	padding-top: 5px
}

#divZurich22 .Description
{
	margin-top: 20px
}

#divZurich22 .ApplicationForm
{
	display: none
}

#divZurich22 .ApplicationForm p
{
	margin: 5px
}

#divZurich22 .ApplicationForm label
{
	display: inline-block;
	width: 150px;
	padding-bottom: 2px
}

#divZurich22 .ApplicationForm a
{
	margin: 0px;
	color: #000000
}

#divZurich22 .Result
{
	border: solid 1px #ccc;
	font-weight: bold;
	padding: 10px
}