div .buttonAction, div .buttons, div input.buttonAction {
    font-size: 12px;
}

#headerLogoLink {
  text-decoration: none;
  vertical-align: middle;
}

#headerLogo {
  position: absolute;
  float: left;
  padding-left: 10px;
  display: inline;
  top: 29px;
  z-index: -1000;
/*   left: 13px; */
/*   height: 88px; */
/*   width: 197px; */
}

 #headerPanel{
  float: left;
  height: 100px;
  width: 100%;
  position: relative;
  z-index: 40;
}

#logoutButtonPanel { 
  pardding-right: 10px;
  float: right;
  color: white;
  z-index: 1000;
  position: relative;
  top: 8px;
  padding-right: 10px;
}

#changeClientButtonPanel {
    left: 1025px;
    position: absolute;
    top: 151px;
    z-index: 41;
    padding-bottom: 2px;
    padding-top: 2px;
}


div#changeClientButtonPanel.headerButtonPanel .buttonAction {
    color: white;
    margin-top: 100px;
    padding-bottom: 2px;
    padding-top: 2px;
}

/* div.loginSubmitButton input.buttonAction, div.formButtonPanel input.buttonAction { */
/*     background: none repeat scroll 0 0 #008C4A; */
/* } */


input, select {
 border:none   
}

div #logoutButtonPanel a {  
  text-decoration: none;
  margin-top: 1px;
  background-image:url(../../content/images/icon-close.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: transparent;
  padding-left:20px;
  padding-right: 0px;
  font-size: 13px;   
}

#resetButton {
  visibility: hidden;
}

.headerDetails {
    padding-top: 14px;
    padding-right: 10px;
    float: left;
    position: relative;
    width: 100%;
    white-space: nowrap;
    padding-left: 7px;
}

.headerDetails .label {
 background-image: url(../../content/images/icon-padlock.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:20px;
}
.headerDetails .timestamp{
  position: absolute;
  left: 780px;
  top: 10px;
}

.headerDetails {
  line-height: 110%;
}

.headerDetails .label {
  position: relative;
  float: left;

  padding-right: 4px;
}

.headerDetails .detail {
  display: inline;
  line-height: 110%;
  white-space: nowrap;
}


body > span {
  width: 100%;
  display: block;
  postition:absolute;
}

.staffUserPanel .headerDetails {
  border: 1px solid white;
  padding: 5px 10px;
}

.staffUserPanel .headerDetails .label, .staffUserPanel .headerDetails .detail {
  display: inline;
  height: auto;
}



.clientPanel, .adviserPanel, .providerPanel, .loggedInUserPanel {
  position: absolute;
  display: block;
  top: 140px;
  z-index: 1000;
}
.clientSearchFormPanel.bodyPanel {
    background-color: white;
}


/* navigation styles */
#navigationPanel{
    min-height: 84px;
    min-width: 1200px;
}
  
#navigationMenu { 
  margin-bottom: 0;
  height: 42px;
  clear:both;
  background: url(../../content/images/nav-primary-active-r-sep.gif);
  padding-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  display: inline-block;
  margin-top: 0px;
  white-space:nowrap;
  margin-left: 10px;
  margin-right: 10px;
}

#navigationMenu a {
  color: #FFFFFF;
  text-decoration: none;
  background: transparent;
  vertical-align: baseline;
  
  display: block;
}

#navigationMenu > li {
    background-image: url(../../content/images/nav-primary-inactive-sep.gif);
    background-origin: padding-box;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 16px;
    margin: 0;
    text-align: center;
    vertical-align: baseline;
    line-height: 45px;
    background-repeat: repeat-x;
    padding-right: 1px;
}
  
#navigationMenu > li a {
    background: url(../../content/images/nav-primary-inactive-bg.gif) ;
    background-clip: padding-box;
    min-width: 176px;
    padding-left: 9px;
    padding-right: 9px;
}


/* highlighted states*/
#navigationMenu > li.selected {
   background-image: url('../../content/images/nav-primary-active-bg.gif');  
  
   background-clip: padding-box;
   border-right: solid 1px transparent;
   background-repeat: repeat-x;
   background-origin: content-box;
}

#navigationMenu > li.selected> a {
    background: url(../../content/images/nav-primary-pointer.png) no-repeat scroll  50% 0%;
    margin-top: -1px;
    padding-top: 1px;
}

#navigationMenu > li.unselected > a:hover{
 background: url('../../content/images/nav-primary-active-bg.gif') repeat-x;
}

ul.menus {
  top: 214px;
  position: absolute;
  display: none;
  min-height: 350px;
}

ul.menus.selected {
  display: block;
  border-top: none;
  font-size: 16px;
  padding: 2px 0 0; /* show above title panel */
  left: 40px;
}

ul.menus.selected li {
  display: block;
  height: auto;
  text-align: left;
  position: relative;
  z-index: 1000;
  width: 219px;
  background-image: url(../../content/images/nav-secondary-sep.gif);
  padding-bottom: 1px;
  background-position: 1px;
}


ul.menus.selected li.selected {
    font-weight:normal; 
    padding-bottom:0px;
    border-bottom: 1px solid white;
    padding-left: 1px;
} 

#navigationMenu > li > ul.menus > li > ul.menus {
  visibility:hidden;
}

#navigationMenu > li > ul.menus > li  {
}

#navigationMenu > li > ul.menus > li  a {
    font-weight:normal;
    width: 190px;
    padding: 0 0 0 20px;
    background-image: url(../../content/images/groovepaper.png);
    background-clip: padding-box;
}

#navigationMenu > li > ul.menus > li.selected  a, #navigationMenu > li > ul.menus > li.unselected a:hover {
font-weight:normal;
color:white;
background-clip: padding-box;
}

#navigationMenu > li > ul.menus > li.selected  a {
  

}


/* generic body content */
.supportInfoPanel {
  clear: left;
  position: relative;
  background: url(../../content/images/groovepaper.png);
}

.supportInfoPanel > .supportTitleAndProduct {
  padding: 65px 0 0 250px;
  font-size: 24px;
  float:left;
  margin-top: 2px;
  margin-bottom: 15px;
}

.supportInfoPanel > .supportLinks {
    position: relative;
    top: 72px;
}

.supportInfoPanel > .supportLinks div {
  display:inline;
}

.accountSummaryPanel, .accountSummaryHeaderPanel, .accountSummaryChartPanel, .accountSummaryMarketingMessagePanel,
.accountSelectorPanel, .portfolioHeaderPanel, .portfolioSelectorPanel, .portfolioItemsPanel,
.secureMessagesPanel {
  margin-left: 230px;
}

.unreadMessagesInfoPanel {
  display: inline;
  float: left;
  position: relative;
  width: 50%;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.feedbackContainer {
    padding-top: 15px;
    padding-bottom: 10px;
}

/* Note: feedbackPanel may either be a div or the ul element...
  the following style should only apply to the div when it's added as a separate figaro web component to the page */
div.feedbackPanel {
  padding: 0 10px 10px 230px;
  margin-top: 0;
  float:left;
  width: 805px
}

.feedbackPanel ul {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style: none;
}

.sso-login-error .feedbackPanel {
  padding: 0;
  background: none;
}

.sso-login-error .feedbackPanel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bodyPanel {
    clear: left;
    margin-left: 230px;
    min-height: 100px;
}

.bodyPanel table {
  border-collapse: collapse;
}

.bodyPanel.backButtonPanel {
  min-height: 100px;
}


html body.busy * {
  cursor: wait;
}

/* main content */
.sectionHeading {
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  color: #555555;
}

.sectionSubHeading {
  margin: 20px 0px 10px 0px;
  font-size: 14px;
  color: #555555;
}

.infoSection {
  color:#333333;
  font-size:12px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
}

table .price {
  text-align: right;
}

table .count {
  text-align: right;
}

table .quantity {
  text-align: right;
}

table .percent {
  text-align: right;
}

table .icon {
  text-align: center;
}

.stockSearchInputPanel {
  z-index: 100;
  position: absolute;
  left: -5px;
  top: 3px;
  width: 300px;
}


.stockSearchInputPanel div.overTxtDiv {
  position: absolute;
  font-size: 12px;
  color: #666;
  line-height: normal;
  position: absolute;  
  padding-left:50px;
  top: 2px;  
  left:0px;
  margin-left:15px;
}

.stockSearchInputPanel .searchInput {
  float: left;
  font-size: 11px;
  color: black;
  height: 16px;
  padding: 2px 2px 1px 2px;
  margin-top: -1px;
}


.stockSearchInputPanel .buttonAction {
  float: left;
  border: 1px solid white;
  text-decoration: none;
  color: white;
  margin: 0 0 0 10px;
  /*
  padding: 1px 2px 0 2px;

  top: -1px;
  font-size: 11px;
  height: 16px;
  */
}

/* form layout */
.formInputAreaPanel {
  display: -moz-inline-box;
  display: inline-block;
}

.formButtonAreaPanel {
  display: -moz-inline-box;
  display: inline-block;
  margin: 0 0 1px 10px;
}

.formButtonAreaPanel div {
  padding: 0 3px 0 0;
  float: left;
}

.formButtonAreaPanel div input {
  margin: 0;
}

*html .formInputAreaPanel {
  display:inline;
}  /* for IE 6 */

html .formInputAreaPanel {
  display:inline;
}  /* for IE 7 */

* html .formButtonAreaPanel {
  display:inline;
}  /* for IE 6 */

html .formButtonAreaPanel {
  display:inline;
}  /* for IE 7 */



fieldset div {
  vertical-align: bottom;
  margin-bottom: 5px;
}

/* redirect indicator, when redirecting to new page (used by the Digital Look callback) */
.redirectIndicatorBackground {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -moz-opacity:0.7;
  background-color: black;
  filter: alpha(opacity=70);
  background-image: none;
}

.redirectIndicator {
  position: absolute;
  left: 10px;
  top: 10px;
  color: black;
  font-size: 12px;
  border: 1px solid #1D407C;
  padding: 3px 5px 3px 23px;
  background-color: white;
  background-image: url(../images/spinner.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  z-index: 1001;
}

.legendPanel {
  clear: both;
  padding: 19px 0px 0px 230px;
}

.legendPanel div.legendContainer ul li {
    display: block;
    padding-top: 1px;
}

.legendPanel div.legendContainer span.label {
    display: block;
    padding-bottom: 4px;
}

.legendPanel .usingClosePrice-key img , .legendPanel .currency-not-withdrawable-key img  {
    top: 4px;
}

div#container.login .authenticationForm fieldset div.loginFields {
    padding: 65px 55px;
}

.legendContainer {
  padding: 0px 0 0px 20px;
}

.legendPanel .label {
  margin-right: 6px;
}

.legendPanel ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.legendPanel li {
  font-size: 12px;
  font-weight: normal;
  display: inline;
  color: black;
  margin: 0 14px 0 0;
}

.legendPanel li img {
  position: relative;
  top: 1px;
  margin: 0 2px 0 0;
}

div.unused, .legendPanel li.unused {
  display: none;
}



.legalDisclaimerPanel {
  padding-top: 10px;
  padding-bottom: 10px;  
  padding-left: 10px;
  padding-right: 10px;    
}

/* prototype */
.confirmationPanel {
    padding-bottom: 5px;
}

.confirmationMessage label {
    padding: 5px;
}

.confirmationMessage label {
    width: auto;
}

div.securityQuestionField span.overTxtSpan {
    margin-left: -5.9em;
}

div.transactionHistoryStockSearchInputPanel .stockSearchInput span.overTxtSpan {
    margin-left: 0.5em;
    margin-top: 0.5em;
}

.dateBasedForm .stockSearchInput span.overTxtSpan {
    margin-left: -19em;
}

.dateBasedForm .loginFields span.overTxtSpan {
    margin-left: -9.5em;
}

.dateBasedForm span.overTxtSpan {
    font-weight: normal;
    font-size: 12px;
    margin-left: -12.5em;
}

.dateInput {
    clear: both;
}

.dateInput .value {
    margin: 0;
    padding: 0;
    position: relative;
}

/* Date Selector Panel styling */

.dateSelectorPanel {
    width: 100%;
}

.dateSelectorPanel, .dateSelectorPanel .intervalDropDown, .dateSelectorPanel .dateInputPanel {
}

.dateSelectorPanel .intervalDropDown, .dateSelectorPanel .dateInputPanel {
    margin-bottom: 0px; 
}

.dateSelectorPanel .dateInputPanel {
    padding-left: 40px;
}

.dateSelectorPanel .dateInputPanel label {
    width:auto;
    padding-right: 10px;
}

/* Message and print button styling */

input.messageButton {
    background: url(../images/mail.png) no-repeat right #FFFFFF;
    position:relative;
}

.messagesCounterSectionCss .messagesButton {
    padding: 6px 0px 9px 10px;
    position: relative;
    border: none;
    margin-right: 2px;
    float: right;
    width: 123px;
}

.messageCount {
    float:left;
    margin-right: 4px;
    padding-left:20px;
    background: url(../../content/images/mail.png) no-repeat scroll left ;
}

.printSectionCss {
    left: 1140px;
    position: absolute;
    top: 6px;
}

.printSectionCss .printButton {
     padding-right: 7px;
     padding-left:20px;
     background: url(../../content/images/printer.png) no-repeat scroll left ;
}

.printSectionCss span {
    display: none;
}

.helpPanel p {
    margin-left: 20px;
}

.staffUserPanel {
    position: absolute;
    border: none;
    left: auto;
    margin-left: 324px;
    top: 43px;
}

.staffUserPanel .headerDetails .detail {
    font-variant: small-caps;
}

div#changeUserButtonPanel.headerButtonPanel div.headerButton {
    position: absolute;
    margin-left: 835px;
    top: 74px;
}

div#cookieConfirmationPanel.bodyPanel {
    display: none;
}

div#telephoneNumberPanel {
    float: right;
    margin-right: 10px;
    margin-top: -70px;
    text-align: right;
    white-space: nowrap;
    z-index: -1000;
}

div#telephoneNumberPanel p {
    margin: 0;
    padding: 0;
}

div#telephoneNumberPanel div#telephoneNumberLink p#openingHours {
    font-size: 12px;
}

div#telephoneNumberPanel div#telephoneNumberLink p#telephoneNumber {
    font-size: 18pt;
    padding-bottom: 1px;
}

body div.helpPanel {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 20px;
    min-height: 100px;
    padding: 0;
}


.registeredPanelTop.bodyPanel {
    background: white;
    padding-bottom: 10px;
}

.registeredFormPanel.bodyPanel {
    padding-top: 1px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 0px;
}

.register-form .dateBasedForm div.info p {
    margin-left: 0px;
}

.register-form div.formBox .dateBasedForm div {
    padding-bottom: 5px;
}

.reset-password-with-questions .changePasswordFields div p, 
.reset-passphrase-with-questions .changePasswordFields div p {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 15px;
    padding-left: 0;
}

.reset-password-with-questions .changePasswordFields div input.buttonAction, 
.reset-passphrase-with-questions .changePasswordFields div input.buttonAction {
     margin-left: 210px;
     margin-top: -5px;
}


.reset-password-with-questions .changePasswordFields div, .loginFields div, 
.reset-passphrase-with-questions .changePasswordFields div, .loginFields div {
     padding-bottom: 5px;
     clear: both;
}

.changePasswordFields div#userNameRow {
     padding-bottom: 10px;
     padding-top: 10px;
}

.changePasswordFields div label{
     width: 210px;
}

div#container.reset-password-with-questions div.bodyPanel, 
div#container.reset-passphrase-with-questions div.bodyPanel {
    background: none repeat scroll 0 0 white;
}

div#container.reset-password-with-questions fieldset,
div#container.reset-passphrase-with-questions fieldset,
div#container.reset-passphrase-with-questions .passphraseAdvicePanel {
    margin-right: 350px;
}

div#container.reset-password-success div.bodyPanel, 
div#container.reset-passphrase-success div.bodyPanel {
    background: transparent;
    min-height: 320px;
}

div#container.cardpayment-result div#cardPaymentResultPanel.bodyPanel {
    background: transparent;
}

div#container.trading-restricted div.bodyPanel {
    background: white;
}

div#container.userguides div.bodyPanel {
    background: transparent;
}

.redirect {
    margin-left: 250px;
}

div#container.reset-password-with-questions div#securityQuestionsInformation p, 
div#container.reset-passphrase-with-questions div#securityQuestionsInformation p{
    margin-left: 230px;
    margin-top: 20px;
    width: 620px;
}

div#container.reset-passphrase-with-questions div.passphraseAdvicePanel p {
    margin-left:0px;
}

div.dateSelectorPanel label {
    padding-top: 1px;
}

.buy {
    color: royalblue;
}

.sell {
    color: red;
}

div#container.forms div.bodyPanel {
    padding-top: 10px;
    padding-bottom: 10px;
}

div#container.forms div.bodyPanel.appropriateness {
    margin-bottom: 20px;
}

div#container.forms div.bodyPanel.sectionlinks {
    margin-bottom: 10px;
    margin-left: 230px;
    min-height: 0;
    padding-bottom: 45px;
    padding-left: 10px;
}


div#container.forms div.bodyPanel.sectionlinks a {
    display: block;
    float: left;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 30px;
}

div#container.forms p.instruction {
    font-weight: bold;
}

div#container.forms h2 {
    margin-left: 20px;
    font-size: 18px;
}

div#container.forms h3 {
    margin-left: 20px;
    margin-top: 20px;
}

div#container.forms h4 {
    margin-left: 20px;
    font-style: italic;
    margin-bottom: 5px;
}

div#container.forms div.bodyPanel.appropriateness a, div#container.forms div.bodyPanel.tax a {
    background-image: url("../../content/images/icon-rightarrow.png");
    background-position: 0 25%;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 12px;
    margin-left: 20px;
    padding-left: 25px;
    font-weight: bold;
}

div#container.forms div.bodyPanel.tax p a {
    background: none;
    display: inline;
    margin-left: 0px;
    padding-left: 0px;
}

.notGranted div.bodyPanel {
    background: transparent;
    margin-left: 250px;
    margin-top: 10px;
}

.ca-pagegroup_list .notGranted div.bodyPanel {
    margin-top: 30px;
    margin-bottom: 120px;
    min-height: 200px;
}

div.bodyPanel.holdingPage {
    padding-top: 30px;
    background: transparent;
}