﻿/******************************************
* 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
}

h2
{
	font-size: 1.0em
}

h3
{
	font-size: 0.9em
}

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
}

.Clear
{
	clear: both
}

/*********************************************
Site Container Styles
**********************************************/

#container
{
	width: 1000px;
	margin: 0px auto;
	border-left: solid 1px #275FAF;
	border-right: solid 1px #275FAF;
	border-bottom: solid 1px #275FAF
}

/*********************************************
Top Panel Styles
**********************************************/

#topPanel
{
	height: 85px;
	background-color: #275FAF;
}

#topPanel img
{
	float: right;
	margin-top: 15px;
	margin-right: 10px
}

/*********************************************
Side Panel Styles
**********************************************/

#sidePanelContainer
{
	float: right;
	width: 195px;
	text-align: center;
}

.sidePanel
{
	margin: 10px auto 0px auto;
	width: 175px;
	text-align: left;
}

.sidePanel h2
{
	background-image: url(images/SidePanelHeader.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	height: 18px;
	margin: 0px;
	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
**********************************************/

#mainPanel
{
	float: left;
	width: 790px;
	margin: 10px 0px 0px 10px
}

#mainPanelHeader
{
	height: 20px;
}

#mainPanelHeaderLeft
{
	float: left;
	width: 15px;
	height: 20px;
	background-image: url(Images/CenterPanelLeft.gif);
	background-repeat: no-repeat;
	z-index: 1000;
}

#mainPanelHeaderCenter
{
	float: left;
	width: 760px;
	height: 18px;
	text-align: center;
	background-color: #275FAF;
	padding-top: 2px;
	color: #fff
}

#mainPanelHeaderCenter h1
{
	margin: 0px;
	padding: 0px;
	font-size: 1em
}

#mainPanelHeaderRight
{
	float: left;
	width: 15px;
	height: 20px;
	background-image: url(Images/CenterPanelRight.gif);
	background-repeat: no-repeat;
	z-index: 1000;
}

#mainPanelContent
{
	border: solid 1px #B7B7B7;
	background-color: #ffffff;
	text-align: left;
	padding: 10px;
	line-height: 1.5;
}

#mainPanelContent div
{
	text-align: justify;
	margin: 15px 0px 15px 0px;
	padding-left: 5px;
	padding-right: 10px;
}

#mainPanelContent div a, #mainPanelContent div a:active, #mainPanelContent div a:visited
{
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}

#mainPanelContent div ul li
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainPanelFooter
{
	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;
}

#mainPanelFooter a, #mainPanelFooter a:active, #mainPanelFooter 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
}

#CSPLogo
{
	display: inline-block;
	vertical-align: top
}

#CSPDescription
{
	display: inline-block;
	width: 440px;
	margin-left: 15px
}

.Bullets
{
	margin: 10px auto
}

.Bullets td
{
	float: left;
	height: 325px;
	width: 340px;
	border: solid 1px #000;
	margin: 10px;
	padding: 0px 10px;
}
