﻿html,
body
{
	margin: 0;
	padding: 7px;
	font-family: Arial;
	font-size: 0.9em;
	color: #000
}

body
{
}

h1
{
	background-image: url(Images/HighlightBackground.png);
	background-repeat: repeat-x;
	color: #004990;
	font-size: 1.2em;
	margin: 0px;
	padding: 2px 10px
}

h1.Invisible
{
	display: none
}

h2
{
	color: #4f87ad;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.1em
}

h3
{
	color: #4f87ad;
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 1.0em
}

h4
{
	color: #4f87ad;
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 0.95em
}

p
{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	line-height: 1.5
}

h2 p
{
	padding-top: 2px
}

a
{
	text-decoration: underline;
	color: #002b7f;
	cursor: hand;
	cursor: pointer
}

a:hover
{
	text-decoration: underline;
	cursor: hand;
	cursor: pointer
}

a img
{
	border: none
}

a.Disabled
{
	color: #afafaf;
	padding-top: 5px;
	height: 25px;
}

input[type=button],
input[type=submit]
{
	cursor: hand;
	cursor: pointer
}

strong
{
	font-weight: bold;
	color: #002b7f
}

img
{
	border: 3px solid #d4d3cc
}

legend
{
	color: #000000
}

.checkbox,
.radio
{
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(Images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

.radio
{
	background: url(Images/radio.gif) no-repeat;
}

.TextBlock
{
	line-height: 1.5
}

.Emphasis
{
	color: #f58220
}

.Indent
{
	margin-left: 10px;
	margin-right: 10px
}

.Seperator
{
	display: block;
	width: 500px;
	height: 5px;
	margin: 20px auto;
	text-align: center;
	background-image: url(Images/Seperator.gif);
	background-repeat: no-repeat
}

.Progress
{
	margin: 10px;
	font-size: 1.6em
}

.Progress img
{
	border: none
}

#IE6Warning
{
	width: 80%;
	margin: 20px auto;
}

#IE6Warning .Links
{
	margin-top: 20px;
	text-align: center
}

#divError
{
	padding: 105px 0px 100px 0px;
}

#divError h2
{
	margin-left: 50px;
	margin-top: 50px;
	font-size: 2.5em
}

#divError p
{
	margin-left: 50px;
}

.Gray
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(Images/Gray.png);
	z-index: 1000
}

.GrayAbsolute
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(Images/Gray.png);
	z-index: 1000
}

.Quote
{
	font-style: italic
}

.Clear
{
	clear: both
}

.NewWindowPopup
{
	margin: 200px auto;
	width: 475px;
	border: solid 1px #000;
	background-color: #fff
}

.NewWindowPopup h2
{
	padding: 20px;
	text-align: center
}

.NewWindowPopup h3
{
	margin: 20px;
	font-size: 1.4em
}

.Confirmation
{
	display: block;
	margin: 0px
}

.EmailConfirmation
{
	display: block;
	margin: 0px auto;
	padding: 5px;
	width: 75%;
	font-weight: bold;
	text-align: center;
	border: solid 1px #000
}

.Error
{
	display: block;
	color: #ff0000;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin: 0 10px 10px;
	border: solid 1px #ff0000;
	background-color: #ffe0e0
}

a.LargeButton
{
	display: block;
	margin: 10px auto 0px;
	width: 300px;
	height: 25px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	border-width: 0px;
	background-image: url(Images/ButtonLarge.png)
}

a.LargeButton:hover
{
	background-position: 0px -30px
}

input.MediumButton
{
	display: inline-block;
	height: 30px;
	width: 150px;
	color: #fff;
	border: none;
	padding-bottom: 4px;
	text-align: center;
	background-color: #fff;
	text-decoration: none;
	background-image: url(Images/ButtonMedium.gif)
}

a.MediumButton
{
	display: inline-block;
	height: 27px;
	width: 150px;
	color: #fff;
	border: none;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	background-image: url(Images/ButtonMedium.gif)
}

input.MediumButton:hover,
a.MediumButton:hover
{
	background-position: 0px -30px
}

input.SmallButton,
a.SmallButton
{
	height: 30px;
	width: 90px;
	color: #fff;
	border: none;
	padding-bottom: 4px;
	background-color: #fff;
	background-image: url(Images/ButtonSmall.gif)
}

input.SmallButton:hover
{
	background-position: 0px -30px
}

input.SmallButtonRed,
a.SmallButtonRed
{
	background-image: url(Images/ButtonSmallRed.gif)
}

input.SmallButtonRed:hover,
a.SmallButtonRed:hover
{
	background-image: url(Images/ButtonSmallRedder.gif)
}

input.ExtraSmallButton
{
	height: 20px;
	width: 60px;
	color: #fff;
	border: none;
	padding-bottom: 2px;
	background-color: #fff;
	background-image: url(Images/ButtonExtraSmall.gif)
}

input.ExtraSmallButton:hover
{
	background-position: 0px -20px
}

input.Button
{
	height: 30px;
	width: 150px;
	color: #fff;
	margin: 10px 0px;
	padding-bottom: 2px;
	border: solid 1px #ccc;
	background-color: #fff;
	background-image: url(Images/Button.gif)
}

input.Button:hover
{
	background-color: #fff;
	background-image: url(Images/ButtonOver.gif)
}

ul.StandardList li
{
	list-style-type: square;
	margin-bottom: 4px
}

ul.StandardList li em
{
	color: #ff0000
}

ul.CheckedList li
{
	list-style-image: url(Images/Tick.gif);
	margin-bottom: 4px
}

.ButtonLink
{
	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/Button_Blank2.png);
}

.SingleLine
{
	height: 39px;
	padding-top: 17px
}

#_Seperator
{
	position: absolute;
	top: 100px;
	left: 0px;
	height: 10px;
	width: 100%;
	background-color: #f58220
}

/*****************/
/* Content Pages */
/*****************/

#divLandingPage
{
	line-height: 1.5;
	padding: 0px;
	margin: 110px 0px 0px 0px;
	border: solid 1px #004990
}

#divLandingPage h1
{
	padding: 0 10px;
	margin: 0;
	background-color: #c1c8e2
}

#divLandingPage div.Content
{
	padding: 10px 20px;
	color:#024b91;
}

#divLandingPage li
{
	list-style: none
}

#imgLandingPageImage
{
	position: absolute;
	top: 115px;
	right: 10px;
	border: none;
}

#divMediaProfessional
{
	line-height: 1.5;
	padding: 0px;
	margin: 110px 0px 0px;
	border: solid 1px #004990
}

#divHeader
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 102px;
	background-image: url(Images/TopBar.png);
	background-repeat: repeat-x
}

#divHeader img.Logo
{
	position: absolute;
	top: 0px;
	left: 0px
}

#divHeader img.TopRight
{
	position: absolute;
	top: 0px;
	right: 0px
}

#divMenu
{
	position: absolute;
	top: 102px;
	left: 0px;
	width: 100%;
	height: 20px;
	text-align: right;
	padding-top: 2px;
}

#_Accessibility
{
	margin-top: 3px;
	margin-right: 20px;
	display: inline-block;
	color: #004990;
	font-weight: bold
}

.LogOut
{
	position: absolute;
	top: 105px;
	right: 140px;
	color: #fff;
	text-decoration: none;
	background-color: #004990
}

#divLeftPanel
{
	padding-right: 2px;
	padding-bottom: 10px;
	position: absolute;
	top: 117px;
	left: 10px;
	width: 150px;
	text-align: center;
	padding: 10px 0px 0px 5px
}

#divLeftPanel ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left
}

#divLeftPanel li a
{
	display: block;
	height: 18px;
	width: 140px;
	color:#fff;
	padding: 5px;
	text-decoration: none;
	background-image: url(Images/MenuButton.png)
}

#divLeftPanel li a:hover,
#divLeftPanel li a.Active
{
	background-position: 0px -28px
}

#divCenterPanel
{
	margin: 120px 0px 75px 161px;
	border: solid 1px #004990
}

.Footer
{
	height: 20px;
	background-color: #f36f23;
	margin-top: 10px;
	border-top: solid 1px #000;
	padding: 3px 5px 0px;
	text-align:right
}

.WarningBanner
{
	float: left;
	margin-left: 180px;
	padding: 0;
	color: #ff0000;
	text-align: center
}

.WarningBanner a,
.WarningBanner strong
{
	color: #ff0000
}

.WarningBanner a:hover
{
	background-color: #f36f23;
	color: #000
}

.Advert
{
	float: left;
	width: 300px;
	text-align: center;
	font-size: 0.85em;
	margin-top: 20px;
	margin-left: 10px
}

.Advert a
{
	text-decoration: none
}

.ProductFilter
{
	margin-bottom: 10px;
	border-bottom: solid 7px #f36f23;
	background-image: url(Images/HighlightBackground.png);
	background-repeat: repeat-x
}

#divProductFilter
{
	float: left;
	margin: 0px auto 10px;
	padding: 0px 10px
}

#divProductFilter h2
{
	margin: 0px;
	padding-top: 5px 0px
}

#divProductFilter div
{
	width: 435px;
	padding-bottom: 2px;
	margin-bottom: 2px
}

#divProductFilter span.Header
{
	display: inline-block;
	width: 115px;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 5px;
	margin-right: 8px
}

#divProductFilter select.Header
{
	margin-top: 4px
}

#divProductFilter select
{
	font-size: 0.95em
}

#divProductFilter input[type=button].Report
{
	margin-top: 2px;
	margin-left: 130px
}

#divProductFilter input[type=submit].ShowProducts
{
	margin-top: 2px;
	margin-left: 130px
}

#divProductFilter input[type=submit].ClearFilter
{
	margin-top: 2px
}

#divProductFilter span
{
	display: inline-block;
	width: 130px;
	vertical-align: middle
}

#divProductFilter span.Selection
{
	display: inline-block;
	width: 235px;
	height: 15px;
	font-size: 0.9em;
	margin-bottom: 1px;
	padding: 2px 4px;
	border: solid 1px #000;
	vertical-align: middle
}

.LoginControl
{
	margin: 0px auto 10px;
	border-bottom: solid 7px #f36f23;
	background-repeat: repeat-x
}

.LoginControl .Content
{
	float: left;
	padding: 0px 10px 10px;
	margin: auto;
}

.LoginControl .Reasons
{
	float: left;
	width: 300px
}

.LoginControl .Reasons li
{
	margin-bottom: 10px;
	list-style-image: url(Images/Tick.gif);
}

.LoginControl h1
{
	margin-right: 0px
}

.LoginControl label,
.LoginControl span.Label
{
	display: inline-block;
	width: 100px
}

.LoginControl input[type=text],
.LoginControl input[type=password]
{
	width: 150px
}

.LoginControl input[type=submit]
{
	margin: 0px
}

.LoginControl .LinkContainer
{
	margin: 0px;
	text-align: center
}

.LoginControl div.Inputs
{
	width: 275px;
	margin: 10px auto
}

.Message
{
	display: block;
	border: solid 1px #000;
	padding: 10px;
	margin: 20px;
	font-weight: bold;
	text-align: center
}

.Alert
{
	display: block;
	border: solid 1px #77ac73;
	background-color: #d8f5d5;
	padding: 10px;
	margin: 10px 20px;
	font-weight: bold;
	text-align: center
}

#tblOurInvestments
{
	width: 600px;
	margin: 20px auto
}

#tblOurInvestments td
{
	vertical-align: top
}

#tblOurInvestments br
{
	margin: 10px 0px
}

/* Not Logged In */

.NotLoggedIn
{
	margin: 10px 40px;
	padding: 10px;
	text-align: center;
	border: solid 1px #000;
	background-color: #518cba;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}

.NotLoggedIn a
{
	color: #fff;
	text-align: center;
	font-weight: bold;
}

/* Product Details */

#_Welcome
{
	width: 500px;
	margin: 50px auto;
	border: solid 1px #000;
	background-color: #fff
}

#_Welcome div.Content
{
	padding: 10px
}

#_Welcome input, #_Welcome span
{
	margin: 10px 5px 0px 0px
}

.ProductComparisonButton
{
	float: left;
	margin: 5px 0px 5px 10px
}

.NewFeature
{
	float: left;
	border: solid 1px #77ac73;
	background-color: #d8f5d5;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 5px 10px
}

.ProductList
{
	width: 99%;
	margin: auto;
	border: solid 1px #ccc;
	border-collapse: collapse
}

.ProductList th,
.ProductList tr.Header td
{
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
	background-color: #004990
}

.ProductList th a,
.ProductList tr.Header td a
{
	color: #fff;
	font-weight: bold;
	text-align: center
}

.ProductList th.ProductName,
.ProductList tr.Header td.ProductName
{
	text-align: left;
	padding: 0px 2px
}

.ProductList th.Preferred,
.ProductList tr.Header td.Preferred
{
	text-align: center;
	padding: 0px 4px;
	width: 25px
}

.ProductList tr.Header td.ProductName
{
	text-align: left;
	padding: 0
}

.ProductList td.GroupHeader
{
	height: 30px;
	padding-left: 40px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	border: solid 1px #ccc
}

.ProductList tr.Content td
{
	background-image: url(Images/GridRowBottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right: solid 1px #fff;
	height: 50px
}

.ProductList img
{
	margin: 5px 10px 3px 5px
}

.ProductList td.Counterparty
{
	width: 100px;
	padding: 0px 4px
}

.ProductList td.ClosingDate
{
	width: 90px;
	text-align: center
}

.ProductList td.ISATransfers
{
	width: 98px;
	text-align: center
}

.ProductList td.Term
{
	width: 60px;
	text-align: center
}

.ProductList img.Endorsed
{
	border: none;
	margin: auto
}

#_DescriptionPopup { display: none; position: fixed; left: 310px; width: 500px}
#_DescriptionPopup strong { color: #000}
#_DescriptionPopup div.Top {height: 10px;width:500px;background-image: url(Images/RoundedBox/Top.gif)}
#_DescriptionPopup div.Bottom {height: 10px;width:500px;background-image: url(Images/RoundedBox/Bottom.gif)}
#_Description {background-color: #f36f23;line-height: 1.5;padding: 5px 10px}

.Maturities
{
	border-top-width: 0px
}

.Tabs
{
	margin-left: 8px
}

.Tabs input[type=submit]
{
	height: 30px;
	border: none;
	color: #000;
	width: 100px;
	background-color: Transparent;
	background-image: url(Images/Tab.gif);
	background-position: left -30px;
}

.TabPage
{
	margin: 0px 8px;
	padding: 10px;
	border: solid 1px #ccc
}

#divStructuredProductDetails
{
	width: 100%;
	line-height: 15px
}

#divStructuredProductDetails .Warning
{
	padding: 4px 0 0;
	text-align: center
}

#divStructuredProductDetails .AdviceOnlyLink
{
	padding: 5px;
	font-weight: bold
}

#_AdviceOnly, #_AdviceOnlyProviderLink, #_FVCReportUnavailable
{
	width: 250px;
	margin: 50px auto;
	padding: 20px;
	background-color: #fff;
	border: solid 1px #000
}

#_ReviewSelection
{
	width: 400px;
	margin: 50px auto;
	padding: 20px;
	background-color: #fff;
	border: solid 1px #000
}

#_ReviewSelection img
{
	border: none;
	vertical-align: middle
}

#_ReviewSelection a
{
	text-decoration: none
}

#_ScenarioDisclaimer
{
	width: 750px;
	margin: 10px auto;
	padding: 20px;
	background-color: #fff;
	border: solid 1px #000
}

#divStructuredProductDetails h2
{
	margin: 5px 10px 0px 10px
}

#divStructuredProductDetails input.BackTop
{
	position: absolute;
	top: 136px;
	right: 25px
}

#divStructuredProductDetails input.BackBottom
{
	display: none;
	float: right;
	background-color: #fff;
	margin: 0px 10px 5px
}

#divStructuredProductDetails .Panel
{
	margin: 5px;
	border: solid 1px #9f9e9a
}

#divStructuredProductDetails .PanelDetails
{
	padding: 5px 10px 10px 10px
}

#divStructuredProductDetails .Overview
{
	background-image: url(Images/HighlightBackground.png);
	background-repeat: repeat-x
}

#divStructuredProductDetails .ProductImage
{
	float: left;
	width: 112px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	border: solid 1px #000000
}

#divStructuredProductDetails em
{
	color: #ff0000;
	font-style: normal
}

#divStructuredProductDetails table.StartingLevels td,
#divStructuredProductDetails table.FinalIndexLevels td
{
	padding: 5px 10px
}

#_OpinionAndLinks
{
	float: right;
	width: 155px;
	text-align: center
}

#_OpinionAndLinks a
{
	display: block;
	margin: 7px 0px 9px 0px;
	width: 149px;
	padding: 8px 0px 0px 5px;
	text-align: center;
	color: #004990;
	font-size: 1em;
	text-decoration: none;
	border-width: 0px;
}

#_OpinionAndLinks a.PrinterFriendlySmall
{
	height: 23px;
	background-image: url(Images/PrinterBgSmall.gif);
}

#_OpinionAndLinks a.SendUsSmall
{
	height: 23px;
	background-image: url(Images/SendBgSmall.gif);
}

#_OpinionAndLinks a.AddToShortlist
{
	height: 23px;
	background-image: url(Images/AddShortlistBgSmall.gif);
}

#_OpinionAndLinks a.OurReviewSmall
{
	height: 23px;
	background-image: url(Images/OurReviewBgSmall.gif);
}

#_OpinionAndLinks a.PrinterFriendlySmall:hover
{
	background-position: 0px -32px;
}

#_OpinionAndLinks a.SendUsSmall:hover
{
	background-position: 0px -32px;
}

#_OpinionAndLinks a.AddToShortlist:hover
{
	background-position: 0px -32px;
}

#_OpinionAndLinks a.OurReviewSmall:hover
{
	background-position: 0px -32px;
}

#_OpinionAndLinks .Shortlisted
{
	height: 23px;
	width: 149px;
	color: #004990;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background-image: url(Images/AddShortlistBgSmall.gif);
	background-position:0px -64px;
}

#divStructuredProductDetails table
{
	background-color: #fff;
	margin-top: 10px;
	border-collapse: collapse;
	border: solid 1px #ccc
}

#divStructuredProductDetails table th
{
	background-image: url(Images/DatesHeader.gif);
	background-repeat: repeat-x
}

#divStructuredProductDetails table th,
#divStructuredProductDetails table td
{
	padding :5px;
	text-align: center;
	border: solid 1px #ccc
}

#tblScenarioAnalysis
{
	border: solid 3px #ccc
}

#tblScenarioAnalysis th.flow
{
	width: 175px;
	background-position: bottom
}

#tblScenarioAnalysis th.answer
{
	width: 50px;
	background-position: bottom
}

#tblScenarioAnalysis th.unitPrice
{
	width: 100px;
	background-position: bottom
}

#tblScenarioAnalysis th.return
{
	width: 175px
}

#tblScenarioAnalysis td img
{
	border: none
}

#tblScenarioAnalysis td.fund
{
	width: 80px
}

#tblScenarioAnalysis td.minimum
{
	width: 95px
}

#divDocumentation img.Brochure
{
	float: left;
	width: 112px;
	border: solid 1px #ccc;
	margin: 5px 10px 5px 5px
}

#divDocumentation .PanelDetails
{
	text-align: left
}

#divDocumentation .PanelDetails div.Buttons
{
	float: left;
	margin: 7px 0px 9px 5px;
}

#divDocumentation .PanelDetails a
{
	display: block;
	margin: 0px 0px 9px 5px;
	width: 187px;
	height: 23px;
	padding: 8px 0px 0px 5px;
	text-align: center;
	color: #004990;
	font-size: 1.2em;
	text-decoration: none;
	border-width: 0px;
}

#divDocumentation .PanelDetails a.DownloadDocument { background-image: url(Images/DownloadBg.gif); }
#divDocumentation .PanelDetails a.OrderLit { background-image: url(Images/OrderBg.gif) }
#divDocumentation .PanelDetails a.ContactProvider { background-image: url(Images/ContactBg.gif) }
#_OpinionAndLinks a.SendMe, #divDocumentation .PanelDetails a.SendMe { background-image: url(Images/SendBg.gif) }
#divDocumentation .PanelDetails a.PrinterFriendly { background-image: url(Images/PrinterBg.gif); }
#divDocumentation .PanelDetails a.FVC { background-image: url(Images/FVCBg.gif) }
#divDocumentation .PanelDetails a.AddShortlist { background-image: url(Images/AddShortlistBg.gif) }
#divDocumentation .PanelDetails a.Shortlisted { background-image: url(Images/ShortlistedBg.gif); font-weight: bold }
#divDocumentation .PanelDetails a.OurReview { background-image: url(Images/OurReviewBg.gif) }
#divDocumentation .PanelDetails a.AdditionalInfo { background-image: url(Images/AdditionalInfoBg.gif) }

#_OpinionAndLinks a.Disabled, #divDocumentation .PanelDetails a.Disabled { color: #afafaf; }

#divDocumentation .PanelDetails a.AddShortlist:hover { background-position: 0px -32px; }
#divDocumentation .PanelDetails a.FVC:hover { background-position: 0px -32px;}
#divDocumentation .PanelDetails a.PrinterFriendly:hover { background-position: 0px -32px; }
#divDocumentation .PanelDetails a.SendMe:hover { background-position: 0px -32px; }
#divDocumentation .PanelDetails a.ContactProvider:hover { background-position: 0px -32px; }
#divDocumentation .PanelDetails a.OrderLit:hover { background-position: 0px -32px; }
#divDocumentation .PanelDetails a.OurReview:hover { background-position: 0px -32px; }
#divDocumentation .PanelDetails a.AdditionalInfo:hover { background-position: 0px -32px; }
#divDocumentation .PanelDetails a.DownloadDocument:hover { background-position: 0px -32px; }

#_BrochureUnavailableContainer div
{
	display: none;
	width: 300px;
	padding: 20px;
	margin: 100px auto;
	background-color: #fff
}

#div p
{
	margin-top: 0;
	padding-top: 5px
}

#divGlossary
{
	position: fixed;
	top: 50px;
	width: 100%
}

#divGlossary div.Definition
{
	display: none;
	padding: 10px 20px 20px;
	max-width: 700px;
	border: solid 1px #000;
	background-color: #fff;
	margin: 0px auto
}

#divGlossary h2
{
	margin-left: 0
}

#divGlossary li
{
	margin-bottom: 15px
}

#divGlossary a.Close
{
	float: right;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000
}

#divProtectionGlossary div,
#divMinimumContributionsGlossary div
{
	display: none
}

#divProtectionGlossary .NextLink,
#divMinimumContributionsGlossary .NextLink
{
	text-decoration: none;
	color: #4f87ad;
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 1.2em
}

/* Shortlist */

#_ShortlistHeader
{
}

#_ShortlistHeader input.Clear
{
	float: right;
	margin-top: 5px;
	margin-right: 5px
}

#_ShortlistHeader h2
{
	margin: 20px 10px 10px
}

#_ShortlistHeader td.Delete
{
	width: 50px;
	padding: 20px 5px
}

#_ShortlistHeader td.Delete input
{
	height: 30px;
	width: 90px;
	color: #fff;
	border: none;
	padding-bottom: 2px;
	background-color: #fff;
	background-image: url(Images/ButtonSmall.gif)
}

#_ShortlistHeader td.Delete input:hover
{
	background-position: 0px -30px
}

/* Register */

#divDisclaimer
{
	padding-top: 105px
}

#divDisclaimer h1
{
	margin-bottom: 20px
}

#divRegister
{
	width: 800px;
	margin: 5px auto;
	border: solid 1px #000;
	padding: 0;
	background-color: #fff
}

#divRegister .Content
{
	padding: 0 10px 10px
}

#divRegister h1
{
	margin-right: 0
}

#divRegister h2
{
	margin-top: 0px;
	margin-bottom: 5px
}

#divRegister h2.FreeOfCharge
{
	margin-top: 10px;
	color: #ff0000;
	text-align: center
}

#divRegister .RedText
{
	text-align: center;
	color: #ff0000;
	font-weight: bold
}

#divRegister div.Container
{
	width: 600px;
	margin: auto
}

#divRegister div.Section
{
	float: left;
	width: 275px;
	padding-top: 10px;
	margin-right: 15px
}

#divRegister label,
#divRegister span.Label
{
	display: inline-block;
	width: 125px
}

#divRegister input[type=text],
#divRegister input[type=password]
{
	width: 140px
}

#divLogin
{
	width: 400px;
	margin: 80px auto;
	border: solid 1px #000;
	padding: 0px;
	background-color: #fff
}

#divLogin .Content
{
	padding: 0px 10px 10px
}

#divLogin h1
{
	margin-right: 0px
}

#divLogin label,
#divLogin span.Label
{
	display: inline-block;
	width: 100px
}

#divLogin input[type=text],
#divLogin input[type=password]
{
	width: 150px
}

#divLogin input[type=submit]
{
	margin: 0px
}

#divLogin .LinkContainer
{
	margin: 0px;
	text-align: center
}

#divLogin div.Inputs
{
	width: 275px;
	margin: 10px auto
}

#divForgottenPassword
{
	width: 500px;
	margin: 80px auto;
	border: solid 1px #000;
	background-color: #fff
}

#divForgottenPassword div.Content
{
	padding: 10px 10px 20px
}

#divForgottenPassword h2
{
	margin-top: 15px;
	margin-bottom: 0px
}

#divForgottenPassword h3
{
	margin: 0px
}

#divForgottenPassword p
{
	margin: 0px;
	padding: 0px 0px 5px
}

#divForgottenPassword input[type=text],
#divForgottenPassword input[type=password]
{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 250px
}

#divAboutLowesStructuredProducts
{
	line-height: 1.5
}

.SecondaryMarket
{
	margin-top: 10px
}

.SecondaryMarket tr.Alt
{
	background-color: #cfe2ef
}

.SecondaryMarket th
{
	text-align: left;
	background-color: #DAE5F9
}

.SecondaryMarket th,
.SecondaryMarket td
{
	padding: 5px;
}

.SecondaryMarket td
{
	height: 36px;
}

#divTheLastWord
{
	padding: 0px 10px
}

#divTheLastWord .Section
{
	margin-top: 10px;
	border:solid 2px #4E87AD;
	padding: 0px 15px 10px
}

#divTheLastWord li
{
	margin-top: 10px;
}

.MyAccount
{
	margin-top: 10px
}

#_AddProductContainer
{
	display: none;
	width: 600px;
	margin: 10px 0;
	padding: 10px;
	border: solid 1px #000;
}

#_AddProductContainer label
{
	display: inline-block;
	width: 180px
}

#_AddProductContainer select
{
	width: 100%
}

.NotificationList th.ProductName
{
	text-align: left
}

.NotificationList td.Topic
{
	width: 60px;
	text-align: center
}

.NotificationList td.Edit
{
	width: 80px;
	text-align: center;
	padding: 15px 0px
}

#_EditProduct
{
	margin: 100px auto;
	width: 400px;
	padding: 0px;
	background-color: #fff;
	border: solid 1px #000
}

#_EditProduct label
{
	display: inline-block;
	width: 165px
}

.ProductNotifications img
{
	border: none;
	vertical-align: middle;
	margin-left: 10px
}

.ProductNotifications img.Help
{
	float: right;
	margin-right: 20px;
	margin-top: 20px
}

#_NotificationsHelp
{
	display: none;
	position: absolute;
	top: 375px;
	right: 95px;
	width: 550px;
	border: solid 1px #000;
	background-color: #ccc
}

#_NotificationsHelp ul
{
	margin: 0px;
	padding: 10px 10px 0px 20px
}

#_NotificationsHelp li
{
	list-style: none;
	margin-bottom: 15px
}

#_NotificationsHelp p
{
	padding: 0px 10px 10px 20px
}

#divGeneralUpdates li
{
	list-style: none
}

textarea.NotAnAdvisor
{
	width: 98%
}

.TeamList
{
	width: 550px;
	text-align: center;
	margin: 20px auto 0px
}

.TeamList td
{
	width: 20%;
	vertical-align: top;
	padding: 10px;
	text-align: center;
	border: solid 1px #ccc
}

#_TeamMember
{
	padding: 20px
}

#_TeamMember h2
{
	background-color: #17478d;
	padding: 5px 5px 5px 10px;
	margin-top: 10px;
	margin-bottom: 0;
	color: #fff
}

#_TeamMember .JobTitle
{
	float: left;
	font-size: 1.1em;
	padding-left: 20px
}

#_TeamMember .Chartered
{
	float: right;
	width: 100px;
	margin: 30px 10px 0px 0px
}

#_TeamMember .Chartered img
{
	border: 0px
}

#_TeamMember .Qualifications div
{
	padding: 1px 0px 0px 1px;
	border: solid 1px #17478d
}

#_TeamMember .Qualifications table
{
	width: 100%;
	margin: auto;
	border-collapse: collapse
}

#_TeamMember .Qualifications td
{
	padding: 5px;
	border: solid 1px #ccc
}

#_TeamMember .ColumnHeader
{
	text-align: center;
	font-weight: bold
}

#_TeamMember .QualificationColumnHeader
{
	font-weight: bold
}

.TellAFriend, .Feedback
{
	padding: 5px 10px
}

.TellAFriend .Preview
{
	border: solid 1px #ccc;
	width: 600px;
	margin: 10px;
	padding: 0px 15px 10px
}

.TellAFriend span.Email
{
	display: inline-block;
	width: 200px;
	vertical-align: top
}

.TellAFriend span.PersonalMessage
{
	display: inline-block;
	width: 200px;
	vertical-align: top
}

.TellAFriend input[type=text]
{
	display: inline-block;
	width: 300px;
	margin: 0px 0px 5px
}

.TellAFriend textarea
{
	display: inline-block;
	width: 300px;
	margin: 0px 0px 5px
}

.TellAFriend img
{
	border: none
}

.TellAFriend .Virgin
{
	float: right;
	width: 158px;
	font-size: 0.95em;
	font-weight: bold;
	text-align:center
}

.Feedback span
{
	display: inline-block;
	width: 80px;
	vertical-align: top
}

.Feedback input[type=text],
.Feedback textarea
{
	display: inline-block;
	width: 500px;
	margin: 0px 0px 5px
}

.ManageAccount div.Container
{
	width: 600px;
	margin-bottom: 5px
}

.ManageAccount div.Section
{
	float: left;
	width: 275px;
	padding-top: 10px;
	margin-right: 15px
}

.ManageAccount label,
.ManageAccount span.Label
{
	display: inline-block;
	width: 125px
}

.ManageAccount input[type=text],
.ManageAccount input[type=password]
{
	width: 140px
}

#_CloseAccount
{
	width: 500px;
	margin: 20px auto;
	padding: 20px;
	border: solid 1px #000;
	background-color: #fff
}

/* Product Report */

.AdvancedFilterMatches
{
	float: right;
	width: 240px;
	padding: 5px;
	margin: 10px;
	color: #000;
	text-align: center;
	vertical-align: middle;
	font-size: 1.3em;
	font-weight: bold;
	border: solid 1px #000;
	background-color: #cad9f3
}

.AdvancedFilterMatches a
{
	float: right;
	font-size: 0.80em;
	vertical-align: middle;
	margin-top: 2px;
	margin-left: 10px
}

#_AdvancedFilterOptions
{
	width: 100%;
	border-collapse: collapse
}

#_AdvancedFilterOptions .Categories
{
	width: 250px;
	padding: 1px 5px;
	vertical-align: top
}

#_AdvancedFilterOptions .Category
{
}

#_AdvancedFilterOptions h2
{
	font-size: 1em;
	display: block;
	width: 244px;
	height: 18px;
	border: solid 1px #000;
	padding: 4px;
	color: #000;
	vertical-align: middle;
	margin: 5px 2px 2px 0px;
	cursor: hand;
	cursor: pointer
}

#_AdvancedFilterOptions h2.Collapsed
{
	background: #ccc url(Images/AdvancedFilterCategoryHeaderCollapsed.jpg)
}

#_AdvancedFilterOptions h2.Expanded
{
	background: #ccc url(Images/AdvancedFilterCategoryHeaderExpanded.jpg)
}

#_AdvancedFilterOptions .List
{
	max-height: 150px;
	overflow-y: auto
}

#_AdvancedFilterOptions .Results
{
	vertical-align: top;
	padding-top: 5px
}

#_AdvancedFilterOptions .Results table td
{
	padding-left: 5px
}



#_ProductReportOptions
{
	padding: 10px
}

#_ProductReportOptions table
{
	border-collapse: separate;
	width: 100%;
}

#_ProductReportOptions table td
{
	padding: 5px 5px 10px 5px;
	width: 33%;
	text-align: left;
	vertical-align: top;
	border: solid 1px #000;
	background-image: url(Images/HighlightBackground.png);
	background-repeat: repeat-x
}

#_ProductReportOptions h2
{
	color: #000;
	margin-bottom: 10px
}

#_ProductReportOptions input[type=checkbox]
{
	margin-right: 5px
}

#_ProductReportOptions .Instruction
{
	margin-left: 5px;
	font-weight: bold
}

#_ProductReportOptions .MatchCount
{
	float: right;
	width: 100px;
	padding: 5px;
	border: solid 1px #000;
	background-color: #cad9f3
}

#_ProductReportShortlist td.Edit
{
	width: 80px;
	text-align: center;
	padding: 15px 0px
}

#_ProductReportShortlist .ExcludeDetails
{
	width: 500px;
	margin: 200px auto;
	border: solid 1px #000;
	background-color: #fff
}

#_ProductReportShortlist .IsExcluded
{
	text-decoration: line-through
}

#_ProductReportShortlist .IsSelected
{
	font-weight: bold;
	font-size: 1.2em
}

#_ProductReportShortlist .ProductCountWarning
{
	margin: 10px;
	padding: 5px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	border: solid 2px #ff0000
}

#_ProductReportSelection
{
	padding: 10px
}

#_CreateReport
{
	padding: 10px 20px 20px;
	max-width: 400px;
	border: solid 1px #000;
	background-color: #fff;
	margin: 100px auto
}

/* Wizard Learning */

#_WizardLearning
{
	padding: 5px 10px
}

#_WizardLearning label
{
	display: inline-block;
	padding-left: 15px;
	padding-right: 5px
}

#_WizardLearning input[type=text]
{
	display: inline-block;
	width: 125px
}

#_WizardLearning img
{
	border: none
}

#_WizardLearning .Sponsors
{
	float: right;
	width: 225px;
	margin-top: 10px;
	font-size: 0.95em;
	font-weight: bold;
	text-align:center
}

#_WizardLearning .Code
{
	display: block;
	width: 150px;
	padding: 10px 0px 20px;
	margin: 20px 0px;
	font-weight: bold;
	text-align: center;
	border: solid 2px #ff0000
}

#_WizardLearning .Code span
{
	font-size: 1.4em;
	color: #ff0000
}

#_WizardLearning .MultipleRegistrations
{
	padding: 5px;
	margin: 10px 0px 5px;
	border: solid 1px #000
}

#_WizardLearning .Registrations tr.Header td
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;
	color: #fff;
	background-color: #004990
}

#_WizardLearning .Registrations td
{
	padding: 5px 20px 5px 5px
}

/* Conferences */

#_Conferences
{
	margin: 5px 10px;
}

#_Conferences img
{
	margin: 10px 40px 20px 10px;
	border-width: 0px
}

#_Conferences em
{
	color: #ff0000
}

#_Conferences li
{
	margin-bottom: 4px;
}

#_Conferences div.Headline
{
	text-align: center;
	font-weight: bold
}

#_Conferences p.Dates
{
	color: #004990
}

#_Conferences fieldset
{
	width: 450px;
	margin-top: 10px
}

#_Conferences fieldset label
{
	display: inline-block;
	width: 150px;
	margin: 5px 0px;
	padding-top: 2px;
	vertical-align: top
}

#_Conferences fieldset input[type=text]
{
	width: 250px;
	margin: 5px 0px
}

#_Conferences fieldset textarea
{
	width: 250px;
	height: 100px;
	margin: 5px 0px
}

#_Conferences .Rules
{
	margin: 100px auto;
	width: 600px;
	border: solid 1px #000;
	background-color: #fff;
}

#_Conferences .Rules ol
{
	margin: 10px;
}

#_Conferences .Rules li
{
	margin-bottom: 8px;
}

#_Conferences input[type=button].Close
{
	margin: 10px 250px 20px
}

.ProductComparison
{
	width: 95%;
	margin: auto;
	border: solid 1px #9eadbb;
	border-collapse: collapse
}

.ProductComparisonBrochures
{
	margin-top: 15px;
	border-bottom-width: 0px
}

.ProductComparison img
{
	border-width: 0px
}

.ProductComparison .Alt
{
	background-color: #edf6fb
}

.ProductComparison .PropertyName
{
	width: 20%;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	border-right: solid 1px #d0dbe5
}

.ProductComparison .PropertyValue
{
	width: 40%;
	padding: 5px;
	vertical-align: top;
	border-right: solid 1px #d0dbe5
}

.ProductComparison .Highlight td
{
	color: #ff0000
}

.ProductComparison .Header
{
	background-color: #b3c6d9;
	font-weight: bold;
	padding: 20px 0px;
	text-align: center
}

.ProductComparisonHighlight
{
	float: left;
	margin: 10px 0px 0px 10px
}

.ProductComparisonBack
{
	float: right;
	margin: 10px 10px 0px 5px}

#divHeaderWrapper
{
	width:600px;
	margin:auto;	
}

#divFacilities
{
	width:49%;
	float:left;
	margin-left:1%;
	padding-bottom:20px;
}

#divAbout
{
	float:left;
	width:49%;
	margin-right:1%;
}

.bannerImg
{
	border:none;
}

#divLoginInfo
{
	width: 49%;
}

.bl
{
	background: url(Images/RoundedBox/SpeechBL.gif) 0 100% no-repeat #cbdaf3;
}

.br
{
	background: url(Images/RoundedBox/SpeechBR.gif) 100% 100% no-repeat;
}

.tl
{
	background: url(Images/RoundedBox/SpeechTL.gif) 0 0 no-repeat;
}

.tr
{
	background: url(Images/RoundedBox/SpeechTR.gif) 100% 0 no-repeat;
	padding:5px 15px 15px 15px;
}

#divTri
{
	background: url(Images/RoundedBox/SpeechTri.gif) 0% 100% no-repeat;
	width: 300px;
	height: 41px;
}

#divWhyStruct
{
	padding-top:10px;
}

.regBoxes
{
	border:none;
	padding-top:10px;
}

#divLoginDetails
{
	width: 50%;
	float:left;
	margin:auto;

}

#divPersDetails
{
	width: 50%;
	margin: auto;
	float:left;
}

#divLoginDetails .Label
{
	width:120px;
}

#divPersDetails .Label
{
	width:120px;
}

.RegisterControl
{	
	padding-bottom:20px;
	padding-top:10px;
}

a.RegisterControlAlreadyRegistered
{
	display: inline-block;
	height: 28px;
	padding-top: 2px;
	margin-top: 0px;
	margin-left: 240px;
}

.LandingHeader
{
	font-family:Arial;
	color:#024b91;
	font-size:1.3em;
	font-weight:bold;
}

.LandingStatement
{
	color:#f6821e;
}

#divRegisterBox
{
	width:30%;
	height:335px;
	float:left;
	border:solid 1px #024b91;
	padding:20px 30px 20px 30px;
	background-color:#fef1e8;
}

#divWhatsInside
{
	width:53%;
	height:335px;
	border:solid 1px #024b91;
	padding:20px 30px 20px 30px;
	float:left;
	margin-left:20px;
	
}

#divWhatsInside li.BulletList
{
	list-style: disc outside; 
	color:#f58220;
	font-size:1.1em;
}

.bluetext
{
	color:#024b91;
}

#divContentWrapper
{
	padding-top:20px;
}

.HyperLinkNoUnderline
{
	text-decoration:none;
}

.HyperLinkNoUnderline:hover
{
	text-decoration:none;
}

#divIntroText
{
	font-size: 1.1em;
}

#divPanelContainer
{
	border:solid 1px #034b91;
	padding: 0px 10px 0px 10px;
}

.EduBanner
{
	background-color:#034b91;
}

#divToolsContainer
{
	border:solid 1px #034b91;
	margin: 0px 8px 8px 8px;
	padding: 15px 15px 15px 15px;
}

.TabsLarge
{
	margin-left: 8px
}

.TabsLarge a
{
	display: inline-block;
	height: 24px;
	width: 130px;
	border: none;
	color: #000;
	font-size: 1.1em;
	padding-top: 6px;
	text-align: center;
	text-decoration: none;
	background-image: url(Images/TabLarge.gif);
	background-position: left -30px;
}

#divLoginContainer
{
	background-image:url(Images/LoginControlBg.gif);
	width:763px;
	height:369px;
}

#divLoginLeft
{
	width:381px;
}

#divLoginRight
{
	width:381px;
	margin-left:400px;
}

#DisclaimerText
{
	font-size:x-small;
}

.registerTextbox
{
	border:solid 1px gray;
}

#divProductWrapper
{
	margin-left:123px;
}

#divProductWrapper img
{
	border:none;
}

.CounterpartyRatingBar
{
	margin-top:5px;
	width:480px;
	height:24px;
	background-image:url(Images/SPratinggrd.jpg)
}

.CounterpartyRatingBarMoodys
{
	margin-top:5px;
	width:480px;
	height:29px;
	background-image:url(Images/MoodyRating.jpg)
}

.RatingButtonSP
{
	display:inline-block;
	width:44px;
	background:none;
	border:none;
	padding-left:0px;
	padding-right:0px;
	height:24px;
	margin:0px;
	font-size:12px;
	color: #005a97;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	text-decoration:none;
}

#divTopRow
{
	margin-left:40px;
}

#divBottomRow
{
	margin-left:157px;
}

.CounterpartyRatingBarMoodys a
{
	display:inline-block;
	background:none;
	border:none;
	padding-left:0px;
	padding-right:0px;
	height:8px;
	margin:0px;
	font-size:8.5px;
	color: #005a97;
	text-align:center;
	vertical-align:middle;
	padding-top:3px;
	text-decoration:none;
}

.CounterpartyRatingBarMoodys a.RatingButtonMoodBaa { width:48px; margin-left:3px; }
.CounterpartyRatingBarMoodys a.RatingButtonMoodBa {	width:43px;	margin-left:5px; }
.CounterpartyRatingBarMoodys a.RatingButtonMoodCaa { width:40px; margin-left:17px; }
.CounterpartyRatingBarMoodys a.RatingButtonMoodC { width:30px; margin-right:12px; }
.CounterpartyRatingBarMoodys a.RatingButtonMoodAA {	width:45px; }
.CounterpartyRatingBarMoodys a.RatingButtonMoodCa {	width:45px;	margin-right:8px; }
.CounterpartyRatingBarMoodys a.RatingButtonMoodB { width:38px; margin-left:3px; }
.CounterpartyRatingBarMoodys a.RatingButtonMoodAaa { width:55px; }

.CounterpartyRatingBar a
{
	display:inline-block;
	background:none;
	border:none;
	padding-left:0px;
	padding-right:0px;
	height:24px;
	margin:0px;
	font-size:12px;
	color: #005a97;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	text-decoration:none;
}

.CounterpartyRatingBar a.RatingButtonFITA { width:35px; }
.CounterpartyRatingBar a.RatingButtonFITB { width:43px; }
.CounterpartyRatingBar a.RatingButtonFITC { width:45px; }

.RatingCaption
{
	width:467px;
	border:solid 1px #cccccc;
	padding:5px;
	margin-top:10px;
}

.RatingLabel
{
	padding:0px
}

.CounterpartyRatingBarMoodys .MoodysNumbers a
{
	display:inline-block;
	background:none;
	border:none;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:4px;
	height:10px;
	margin:0px;
	font-size:8.5px;
	color: #005a97;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	width:11px;
}

.CounterpartyRatingBarMoodys .MoodysNumbers a.RatingButtonMoodNumbersCaa1 { margin-right:4px; }
.CounterpartyRatingBarMoodys .MoodysNumbers a.RatingButtonMoodNumbersB { margin-right:8px; }
.CounterpartyRatingBarMoodys .MoodysNumbers a.RatingButtonMoodNumbersBa { margin-right:13px; }
.CounterpartyRatingBarMoodys .MoodysNumbers a.RatingButtonMoodNumbersBaa { margin-right:9px; }
.CounterpartyRatingBarMoodys .MoodysNumbers a.RatingButtonMoodNumbersA { margin-right:7px; }

#divLeftAdvert { margin-top:10px }

#divLeftAdvert img { border:0px }