﻿body {
  background-color: #ffffff;
  /*background-image: url('images/headerbackground.jpg');
  background-repeat: repeat-x;
  background-position: top left;
  background-attachment: scroll;*/
}

.title {
  float: left;
  width: 100%;
  height: 50px;
  text-align: center;
  /*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: rgb(181, 20, 20);*/
  margin-bottom: 50px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  /*border: 1px solid;*/
}

.helptitle {
    height: inherit;
}

.maintitle {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: rgb(181, 20, 20);
}

.subtitle {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  /*color: rgb(181, 20, 20);*/
}

.lpmaintitle {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: rgb(181, 20, 20);
}

.lpsubtitle {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  /*color: rgb(181, 20, 20);*/
}

.lphelplink {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.hpmaintitle {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: rgb(181, 20, 20);
}

.hpsubtitle {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.help_content {
    padding-top: 25px;
    padding-left: 20%;
    padding-right: 20%;
}

.hpquestion {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
    color: rgb(0, 0, 0);
}

.hpanswer {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
}

.admin_login_display {
  float: left;
  width: 98%;
  height: 20px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 3px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  vertical-align: bottom;
  color: rgb(181, 20, 20);
  clear: both;
  /*margin-top: 20px;*/
  /*border: 1px solid;*/
}

.login_text {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: rgb(0, 0, 192);
  text-decoration: none;
}

.bank_locator {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: rgb(0, 0, 192);
  text-decoration: none;
  padding-right: 10px;
}

.page_text {
  clear: both;
  font-size: 28px;
  color: rgb(181, 20, 20);
  padding-bottom: 15px;
}

.report_page_text {
  clear: both;
  font-size: 18px;
  color: rgb(181, 20, 20);
}

.report_page_link {
  font-size: 10px;
  font-weight: bold;
  color: rgb(0, 0, 192);
  text-decoration: none;
  padding-right: 20px;
}

.admin_page_text {
  clear: both;
  font-size: 18px;
  color: rgb(181, 20, 20);
  padding-bottom: 15px;
}

.page_error_text {
  clear: both;
  font-size: 24px;
  color: rgb(128, 0, 0);
  padding-bottom: 15px;
}

.process_page_error_text {
  clear: both;
  font-size: 12px;
  color: rgb(128, 0, 0);
  /*padding-bottom: 15px;*/
}

.process_page_error_text2 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  clear: both;
  color: rgb(128, 0, 0);
}

.textbox_error {
  background-color: lightcoral;
}

.landing_page {
  width: 98%;
  text-align: center;
  padding-bottom: 0px;
  padding-top: 40px;
  padding-left: 30px;
}

.txtbox_txt {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  width: 250px;
  padding: 5px;
}

.admin_txtbox_txt {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 100px;
  padding: 5px;
}

.search_txtbox_txt {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 250px;
  padding: 5px;
}

.title_txtbox_txt {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 200px;
  padding: 5px;
}

.subtitle_txtbox_txt {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 350px;
  padding: 5px;
}

.url_txtbox_txt {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 600px;
  padding: 5px;
}

.submit_button {
  background-color: #e04b4b;
  color: white;
  font-size: 18px;
  padding: 5px;
}

  .submit_button:hover {
    background-color: #e95050;
  }

.admin_submit_button {
  background-color: #e04b4b;
  color: white;
  font-size: 12px;
  padding: 5px;
}

  .admin_submit_button:hover {
    background-color: #e95050;
  }

.log_submit_button {
  background-color: #e04b4b;
  color: white;
  font-size: 9px;
  padding: 2px;
}

  .log_submit_button:hover {
    background-color: #e95050;
  }

.content_area {
  width: 100%;
  height: 600px;
  vertical-align: top;
}

.admin_content_area {
  width: 100%;
  height: 600px;
  vertical-align: top;
}

.footer_area {
  height: 130px;
  background-image: url('images/circles.jpg');
  background-repeat: repeat-x;
  background-position: top left;
}

.about_us {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.review_label {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  /*color: rgb(0, 0, 192);*/
  text-decoration: none;
}

.review_value {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  /*color: rgb(0, 0, 192);*/
  text-decoration: none;
}

.locator_value {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  /*color: rgb(0, 0, 192);*/
  text-decoration: none;
}

.locatorUrl_value {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  /*color: rgb(0, 0, 192);*/
  text-decoration: none;
}

/* 
  Administration pages styles 
  For the administration pages and reports
 */
#loginleftNav {
  width: 15%;
  /*border: 1px solid;*/
  float: left;
  height: 475px;
}

#loginmainPanel {
  width: 83%;
  /*border: 1px dashed;*/
  float: left;
  height: 475px;
}

#leftNav {
  width: 15%;
  /*border: 1px solid;*/
  float: left;
  height: 475px;
}

#mainPanel {
  width: 83%;
  /*border: 1px dashed;*/
  float: left;
  height: 475px;
}

.leftNav_title {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: rgb(0, 0, 192);
  text-decoration: none;
}

.leftNav_subtitle {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: rgb(0, 0, 192);
  text-decoration: none;
}

.reportSubmenu {
  padding-left: 5px;
  clear: both;
}

/*
  Datagrid styles
*/
.gridHeaderFooter {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: LightCyan;
  color: MediumBlue;
  font-weight: bold;
  padding: 3px;
}

.gridRow {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: white;
  color: darkblue;
  padding: 3px;
}

.gridAltRow {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: ghostwhite;
  color: darkblue;
  padding: 3px;
}

.gridUsername {
  width: 200px;
  text-align: left;
}

.gridDisplayname {
  width: 250px;
  text-align: left;
}

.gridSubtitle {
  width: 400px;
  text-align: left;
}

.gridBankLocator {
  width: 700px;
  text-align: left;
}

.gridRole {
  width: 130px;
  text-align: left;
}

.gridActive {
  width: 50px;
  text-align: center;
}

.gridAction {
  width: 90px;
  text-align: right;
}
.gridNumeric {
  width: 130px;
  text-align: right;
}

@media print {
  @page {
    size: landscape;
  }
}
