

@import url("/vSCRIPT/MultiKey.css");

.ui-dialog h1
{ 
    font-size: 28px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 10px;
} 

html, body
{
    font-family: verdana, arial, helvetica, "avant garde", "sans-serif";
    font-variant: normal;
}

legend
{
    margin-left:10px;
}

.BorderFieldset
{
    border: 1px solid #000;
    padding: 10px;
    display: inline-block;
}

.PageTitle
{
    font-size: 15pt;
    color: ;
}
.SecondPageTitle
{
    font-size: 12pt;
    color: ;
    font-weight: 100;
    border-bottom: solid 1px ;
}

.PageText,
.Details /*MultiKey*/
{
    font-size: 11px;
    Color:  !important;
    font-weight: 400;
}
.BoldDataFont
{
    Font-Size: 12px;
    Color: ;
    Border: none;
    Padding: 0;
    font-weight: bold;
}
.SmallDataFont
{
    Font-Size: 12px;
    Color: ;
}
.DataFont,
.ReportCell /*MultiKey*/
{
    Font-Size: 12px;
    Color: ;
    Border: none;
    Padding: 0;
}
.ReportCellChallenge /*MultiKey*/
{
    text-align: center;
    Font-Size: 12px;
    Color: ;
    Border: none;
    Padding: 0;
}
td .DataFont
{
    Padding: 0;
}

.AdminSiteToolBar
{
    font-size: 14px;
    font-weight: bold;
    color: Silver;
    text-decoration: none;
}

.Nav{
    font-size: 11px;
    font-weight: bold;
    color: Silver;
    text-decoration: none;
}
.Nav:hover{
    text-decoration: underline;
}

.NavLeaf{
    font-size: 11px;
    font-weight: bold;
    color: Silver;
    text-decoration: none;
}
.NavLeaf:hover{
    text-decoration: underline;
}

.NavParent{
    font-size: 11px;
    font-weight: bold;
    color: Silver;
    text-decoration: none;
}
.NavParent:hover{
    text-decoration: underline;
}

.NavRoot{
    font-size: 11px;
    font-weight: bold;
    color: Silver;
    text-decoration: none;
}
.NavRoot:hover{
    text-decoration: underline;
}
.NavTree span.fancytree-focused, .NavTree span.fancytree-focused a{
	color: #ce0404;
 }
.NavLevel2{
    cursor: pointer;
}
.Link
{	
    Font-Weight: bold;
    Color:#333366;
    Text-Decoration: underline;
    font-size: 12px;
    border: none;
}
.NegativeCurrency{
    color: #ce0404
}

.TopHeader,
.MKTableHeader /*MultiKey*/
{
    background-color: #003366;
    Color: White;
    Font-Weight: bolder;
    Font-Size: 12px;
    text-align: center;
    border: solid 1px black;
}
.TopHeader a,
.MKTableHeader a /*MultiKey*/
{
    background-color: #003366;
    Color: White;
    Font-Weight: bolder;
    Font-Size: 12px;
    text-align: center;
}
.GridFormat,
.ReportTable /*MultiKey*/
{
    border: solid 1px black;
    border-collapse: collapse;
}
.GridFormat tr th,
.ReportTable tr th /*MultiKey*/
{
    padding-right: 3px;
    padding-left: 3px;
}
.GridFormat tr td,
.ReportTable tr th /*MultiKey*/
{
    border-style: none;
    padding-right: 4px;
    padding-left: 4px;
}
.GridRow
.ReportEvenOdd /*MultiKey*/
{
   height: 20px;
   background-color: White;
}
.GridAlternateRow,
.ReportEvenRow /*MultiKey*/
{
   height: 20px;
   background-color: Silver;
}
.WidgetHeader
{
    background-color: Silver;
    border-top: solid 2px #003366;
    border-bottom: solid 2px ;
    margin: 2px 0 2px 0;
    padding: 0 4px 0 4px;
}


.ValidationError
{
    font-size: small;
    color: #ce0404;
}
.ErrorBox
{
    color: #ce0404;
    border: 2px solid red;
    min-width: 1em;
    text-align: center;
}
.ErrorRed
{
    color: #ce0404;
}
.SuccessMessage
{
    font-size: 12pt;
    color: ;
    font-weight: bolder;
}
.ErrorMessage
{
    font-size: 12pt;
    color: #ce0404 !important;
    font-weight: bolder;
}
ul.ErrorMessage
{
	list-style-type: none;
}

.HeaderColor
{
    background-color: #003366;
}
.BackColor
{
    background-color: White;
}

.OlbMenu .ui-menu-item
{
    background-color: #003366;
}
.OlbMenuContainer .ui-widget-content {
	background: #003366;
}
.OlbMenu .NavRoot
{
    margin: 5px !important;
}

.ui-front {
    z-index: 1000;
}

.screen-reader-only {
     position: absolute;
     height: 1px;
     width: 1px;
     clip: rect(1px 1px 1px 1px); // IE 6 and 7
     clip: rect(1px,1px,1px,1px);
     clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
     -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
     overflow: hidden !important;
 }

.fancytree-container,
span.fancytree-focused span.fancytree-title
{
    outline: 0 !important;
    list-style-type: none;
}

.noBullets {
    list-style-type: none;
}

/*MultiKey*/
.FieldName
{
    Font-Size: 12px;
    Color: ;
    Border: none;
    Padding: 0px 5px 0px 0px;
    font-weight: bolder;
}

.SuperUserHidden
{
    color: transparent;
}

/*SITE-SPECIFIC*/

.buttonLink {
 padding: 15px 20px;
 margin: 20px;
border-radius: 5px;
color: #FFFFFF;
background-color: #002D62;
border: 1px solid black;
}

.buttonLink:hover {
background-color: #0B458A;
color: #B2BEB5;
}

#contentButton {
  color: white;
  background-color: #107eff;
  padding: 20px;
  font-size: 20px;
  margin: 10px 0px 0px;
  border-radius: 5px;
  cursor: pointer;
  transition: all .15s ease;
}

#contentButton:hover {
  color: #b2beb5;
  background-color: #0b458a;
transition: all .4s ease;
}

.flexWrap {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.flexWrap a {
  justify-content: center;
  align-items: center;
}

/* Flexslider start changes for contrast
around next and previous and page navigation*/

.flex-direction-nav button:active,
.flex-direction-nav button:hover {
  outline: none;
  border: none;
}

.flex-control-paging li button {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  /* background: rgba(255, 255, 255, 0.5); */
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  outline: solid;
  outline-color: #959595;
}

.flex-control-paging li a.flex-active {
  background: #000000;
  cursor: default;
  outline: solid;
  outline-color: white;
}

.flex-control-paging li button:active,
.flex-control-paging li button:hover {
  outline: none;
  border: none;
}

.flex-control-paging li button.flex-active {
  background: #000000;
  outline: solid;
  cursor: default;
  outline-color: white;
  /* background: rgba(59, 109, 180, .09); */
  cursor: default;
}

.flex-pauseplay button {
  display: block;
  width: 20px;
  height: 24px;
  position: absolute;
  bottom: 8px; /*was 10*/
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: visible;
  cursor: pointer;
  color: #000;
  background-color: #ffffff;
  /*padding: 10px 26px 32px 20px;*/
  padding: 6px 0px 0px 5px;
  border: none;
  margin-left: 6px;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  background-color: #ffffff;
  /*padding: 10px 26px 32px 20px;*/
  padding: 6px 10px 9px 14px;
  border: none;
  margin-left: 20px;
}

/* Flexslider end changes for contrast
around next and previous and page navigation*/

/*HEADER CODE*/
.logoHeader {
  position: relative;
  width: 100%;
}
.column.headerItem1 {
  width: 100%;
}
.column.headerItem2 {
}
.mainLogo {
  padding: 0px 0px;
  /*margin: -100px -100px;*/
  max-width: 440px;
  margin-left: 80px;
}

.Login {
  width: 450px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  background-color: #808080;
  padding: 25px 50px 35px 50px;
  box-sizing: border-box;
  float: right;
  z-index: 998;
}

.Login h3 {
  color: white;
  font-size: 16px;
  line-height: 0;
}

.Login p {
  color: white;
  font-size: 14px;
}

.Login a {
  color: white;
  text-decoration: underline;
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
}

.navHeader {
  position: relative;
  background-color: #002d62;
  width: 100%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  z-index: 20000;
  text-align: center;
}

.headerlogo {
  float: left;
  padding: 10px 0 10px 20px;
}
.headerlogo img {
  width: 216px;
}

.mainMenu {
  width: 100%;
  text-align: center;
}
/*END HEADER*/

/*HEADER IMAGES*/
.homeHeader {
  background-image: url("/olbanking20/Pages/images/BankImages/Bank-Building-Front-crop.png");
  height: 750px;
  background-size: cover;
}
.headerImage {
  height: 500px;
  margin-top: 25px;
}

/*END HEADER IMAGES*/

/* NAVIGATION */

#OlbBody .OlbMenuContainer ul {
  display: inline-block;
  text-align: left;
}

li.NavLevel1 {
  border-right: 1px solid white !important;
}

li.NavLevel1:last-child {
  border-right: 0px !important;
}

.Nav img {
  display: none;
}

.OlbMenuContainer .ui-menu .ui-menu {
  width: 195px !important;
}
span.ui-menu-icon.ui-icon.ui-icon-caret-1-e {
  display: none;
}

/*BASIC HORIZONTAL MENU WITH DROPDOWN*/

.OlbMenuContainerV2 {
  background-color: transparent;
  text-align: center;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
}

.OlbMenu {
  padding-inline-start: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.OlbTopMenu {
  display: inline-block;
  list-style-type: none;
  text-align: left;
  border: none;
  position: relative;
  padding-inline-start: 0;
  padding: 5px 8px 5px 8px;
}

.OlbTopMenu:hover {
  cursor: pointer;
}

.NavParent1.open:hover .OlbMenuSub1 {
  display: block;
}

/*.OlbTopMenu:focus-within .OlbMenuSub1 {
	display: block;
}*/

.NavParent1.open:focus-within .OlbMenuSub1 {
  display: block;
}

.OlbTopMenu:hover {
}

.OlbMenuSub1 {
  list-style-type: none;
  display: none;
  min-width: 220px;
  z-index: 100;
  position: absolute;
  background-color: #222;
  padding-inline-start: 0;
  top: auto;
  margin-top: 5px;
  left: auto;
  margin-left: -8px;
}

.OlbMenuSub1 a:hover {
  background-color: #3f3f3f;
  color: white;
}

.OlbMenuSub1 button:hover {
  background-color: #002d62;
  color: white;
}

.OlbMenuSub1 a {
  display: block;
  padding: 8px 16px;
  color: white !important;
}

.OlbMenuSub1 button {
  display: block;
  padding: 8px 16px;
  color: white !important;
}

.NavParent2.open:hover .OlbMenuSub2 {
  display: block;
}

.NavParent2.open:focus-within .OlbMenuSub2 {
  display: block;
}

.OlbMenuSub2 {
  list-style-type: none;
  display: none;
  min-width: 220px;
  z-index: 100;
  position: absolute;
  background-color: #222;
  padding-inline-start: 0;
  top: auto;
  margin-top: -36px;
  left: 0;
  margin-left: 220px;
}

.OlbMenuSub2 a:hover {
  background-color: #002d62;
  color: white;
}

.OlbMenuSub2 button:hover {
  background-color: #002d62;
  color: white;
}

.OlbMenuSub2 a {
  display: block;
  padding: 5px;
  color: white !important;
}

.OlbMenuSub2 button {
  display: block;
  padding: 5px;
  color: white !important;
}

.OlbTopMenu a {
  color: white;
  text-decoration: none;
}

.OlbTopMenu button {
  color: white;
  text-decoration: none;
}

a.OlbTopMenu.NavRoot.Nav.NavLevel1 {
  font-size: 16px;
  font-weight: 600;
}

button.OlbTopMenu.NavRoot.Nav.NavLevel1 {
  font-size: 16px;
  font-weight: 600;
}

.OlbMenu .NavRoot {
  margin: 0px !important;
}

a.NavParent1:after {
  content: url(../pages/images/icons/buttonarrow.gif);
}

button.NavParent1:after {
  content: url(../pages/images/icons/buttonarrow.gif);
}

/*END BASIC HORIZONTAL MENU WITH DROPDOWNS*/

.NavRoot {
  font-family: "Open Sans", sans-serif;
  font-size: 14px !important;
  line-height: 20px;
  color: black;
}

.NavLeaf {
  font-family: "Open Sans", sans-serif;
  font-size: 14px !important;
  line-height: 20px;
  color: black;
}

.NavParent {
  font-size: 14px !important;
}

.newLogin {
  position: absolute;
  width: 350px;
  z-index: 1000;
  right: 0;
  margin-right: 50px;
  background-color: rgba(105, 23, 28, 0.9);
  border-radius: 20px;
  top: 350px;
  padding: 20px 30px 30px;
  box-sizing: border-box;
  z-index: 10;
}
.newLogin h3 {
  color: white;
  text-align: center;
  font-size: 25px;
  line-height: 0;
}
.newLogin p {
  color: white;
}
.newLogin a {
  color: white;
  text-decoration: underline;
  margin-top: 15px;
  font-size: 12px;
  display: block;
}
.newLogin img {
  width: 70%;
  margin-left: 15%;
  margin-bottom: 10px;
}
.loginButton {
  background-color: #002d62;
  border: 0;
  display: block;
  width: 30%;
  text-align: center;
  color: white;
  padding: 7.5px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: all .1s ease-out;
}

.loginButton:hover {
  background-color: #08468f;
}

.loginFieldLarge {
  width: 65%;
  margin-right: 5%;
  display: block;
  box-sizing: border-box;
  height: 30px;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
  padding: 5px;
  float: left;
}

.map {
  width: 100%;
  height: 400px;
}
.mapContainer iframe {
  width: 100%;
  height: 400px;
}

/* MOBILE BANKING PAGE */
.mobileButtons {
  display: table;
  margin-bottom: 50px;
  margin-top: 15px;
}

.mobileButtonsRow {
  display: table-row;
}

.googleButton {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding-right: 10px;
}

.appleButton {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-left: 10px;
}

.mobile-third {
  width: 33%;
  margin-right: 30px;
}

.mobile-third img {
  width: 100%;
}

.mobile-twothirds {
  width: calc(66% - 30px);
}

/*CREATE ROWS*/

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*END ROWS*/

/*COLUMNS*/
.column {
  float: left;
}

.column.one-third:first-child {
  margin-left: 0;
}
.column.one-third {
  width: 31.3%;
  margin-left: 3%;
  margin-bottom: 15px;
}

.column.one-third img {
  width: 100%;
}

.column.one-sixth:first-child {
  margin-left: 0;
}
.column.one-sixth {
  width: 15%;
  margin-left: 2%;
  margin-bottom: 15px;
}

.column.one-sixth img {
  width: 100%;
}

.column.one-fourth:first-child {
  margin-left: 0;
}
.column.one-fourth {
  width: 22.75%;
  margin-left: 3%;
  margin-bottom: 15px;
}

.column.one-fourth img {
  width: 100%;
}

.column.one-half {
  width: 47%;
  margin-left: 3%;
  margin-bottom: 15px;
}

.column.one-half img {
  width: 100%;
}

.column.one-quarter:first-child {
  margin-left: 0;
}
.column.one-quarter {
  width: 23.5%;
  margin-left: 3%;
  margin-bottom: 15px;
}

.column.one-quarter img {
  width: 100%;
}

.appleStore {
  width: 128.5px !important;
  height: 45px;
}

.googlePlay {
  width: 129px !important;
  height: 45px;
}

.column.button:first-child {
  margin-left: 0;
}
.column.button {
  margin-left: 1%;
}

.threecolumn {
  width: 100%;
  /*max-width:900px;*/
  margin-left: auto;
  margin-right: auto;
}

.threecolumn article {
  float: left;
  width: 33.33%;
  padding: 10px;
  box-sizing: border-box;
}

.twocolumn {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.twocolumn article {
  float: left;
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.sixty-column {
  width: 30%;
  margin-left: 25%;
  float: left;
}
.forty-column {
  width: 15%;
  margin-left: 5%;
  float: left;
}
.forty-column img {
  width: 100%;
  padding-top: 15px;
}

.text-column {
  width: 60%;
  float: left;
}
.image-column {
  width: 35%;
  margin-left: 5%;
  float: left;
}
.image-column img {
  width: 100%;
  padding-top: 10px;
}

/*END COLUMNS*/

#container {
  height: 600px !important;
}

.bannerbox {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 400px;
  width: 25%;
  padding: 30px;
  margin-left: 60%;
  margin-top: 200px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  border-width: 0px;
  border-style: solid;
  border-color: #343f90;
  border-radius: 8px;
}

.bannerWrap {
  height: 650px;
  display: table-cell;
  vertical-align: bottom;
}

.bannertitle {
  font-size: 26px;
  font-weight: bolder;
  color: #002d62;
  margin-bottom: -12px;
}

.BannerText {
  color: black;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.bankHighlightBox {
  background-color: #eee;
  width: 100%;
  margin-top: 25px;
}
.bankHighlight {
  margin-left: 25%;
  width: 50%;
  padding-top: 2%;
  padding-bottom: 4%;
}

.disappear {
  display: none;
}

.appear {
  display: none;
}

.table {
  display: table;
  width: 100%;
  border: 1px solid #000;
}

.tableRow {
  display: table-row;
}

.tableColumn {
  display: table-cell;
  padding: 5px;
  border: 1px solid #000;
}

.container {
  margin-left: 20%;
  margin-right: 20%;
}

.contentHeader {
  background-color: #002d62;
  width: 100%;
  position: relative;
  padding-top: 1px;
  color: black;
}

.contentImage {
  float: left;
  width: 300px;
  padding-top: 15px;
  padding-right: 30px;
}

.contentButton {
  background-color: #002d62;
  margin: 0;
  margin-right: 5px;
  margin-bottom: 25px;
  color: white;
  padding: 10px;
}

.contentRow {
  /*padding: 0 20px;
	max-width: 900px;
	margin: auto;*/
  padding: 0 20px;
  float: left;
  width: calc(100% - 380px);
}

.bankimage {
  /*width: calc(100% - 40px);
	padding: 0 20px;
	max-width: 900px;
	margin: auto;*/
  width: 300px;
  padding: 0 20px;
  float: left;
}

.bankimage img {
  width: 100%;
}

.hometitle {
  font-size: 40px;
  font-weight: bold;
  color: white;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  line-height: 40px;
}

.HomeText {
  font-size: 22px;
  font-weight: bolder;
  color: black;
  padding-bottom: 20px;
}

.homeWrap {
  background: #002d62;
  padding: 0 30px;
  box-sizing: border-box;
}

.home {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.homediv {
  width: 25%;
  /*changed from 50% - to fit extra homediv buttons*/
  float: left;
  padding: 10px 20px 20px 20px;
  box-sizing: border-box;
  min-height: 175px;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease 0.3s;
}

.homediv:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.home h2 {
  color: white;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.home p {
  color: white;
  font-size: 14px;
  line-height: 21px;
}

.homeIcons {
  padding: 0 30px;
  box-sizing: border-box;
  background-color: #eee;
}

.homeIconsArea {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.homeIconsArea article {
  width: 25%;
  float: left;
  padding: 35px 20px;
  box-sizing: border-box;
  min-height: 175px;
  background-color: rgba(255, 255, 255, 0);
  transition: all ease 0.3s;
}

.homeIconsArea article:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.homeIconsArea h2 {
  color: black !important;
  font-size: 16px !important;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.homeIconsArea p {
  color: black;
  font-size: 14px;
  line-height: 14px;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
  z-index: 100000 !important;
}

/*For TEST2*/

.tablegrid {
  width: auto;
}

.tablegrid article {
  float: left;
  margin: 1px;
  margin-bottom: 15px;
  box-shadow: 5px 5px 5px #999999;
}

.tablegrid.OlbWidthLessThan930 article {
  /*float:none;*/
  /*margin: 0px auto 0 auto;*/
  right: auto;
  left: auto;
}

.largegrid {
  width: 100%;
  max-width: 472px;
}
.largegrid img {
  width: 100%;
  max-width: 472px;
}

.largegrid.OlbWidthLessThan930 {
  width: 100%;
  max-width: 472px;
}
.largegrid.OlbWidthLessThan930 img {
  width: 100%;
  max-width: 472px;
  height: auto;
}

.mediumgrid {
  width: 226px;
}

.smallgrid {
  width: 226px;
}

.griddescription {
  background: #d8dfe7;
  height: 75px;
  padding: 10px;
}

/*FOR TEST*/

.SectionStyle {
  padding-top: 0px;
  padding-left: 10px;
  padding-bottom: 0px;
  background: #d8dfe7;
}

.SectionText {
  font-size: 14px;
  color: #424943;
}

.SectionTitle {
  font-size: 20px;
  color: #3d7341;
}

#marqueecontainer2 {
  position: relative;
  width: 442px; /*marquee width */
  height: 272px; /*marquee height */
  background-image: url(/CM_BankPages/Pages/images/BankImages/scrolling-box-large.png);
  overflow: hidden;
  border: 0px solid #6f0035;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.ScrollText {
  font-size: 14px;
  color: #ffffff;
}

.ScrollTitle {
  font-size: 18px;
  color: #ffffff;
}

#accounts2 {
  display: block;
  width: 226px;
  height: 272px;
  color: #000;
  background: url("../Pages/images/BankImages/login-medium.png");
}

.bannergallery {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.Details {
  line-height: 18px;
  padding-top: 20px;
}

.Details li {
  margin-bottom: 18px;
}

#HelpLink {
  top-margin: 50px;
}

#reset {
  margin: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.SubHeader {
  line-height: 50px;
}

#Submit {
  margin: 5px;
  margin-bottom: 20px;
  margin-top: 10px;
}

#pagecontent {
  width: auto;
  min-height: 300px;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 20px 50px 20px;
}

#pagecontent h2 {
  font-size: 18px;
  line-height: 20px;
  color: #e7e7e8;
}

.NavCollapsedButton {
  margin-top: -27px;
  margin-left: 5px;
  z-index: 5000;
  position: absolute;
  display: none;
}

.spacer {
  height: 20px;
  width: 100%;
}

.banner {
  width: auto;
  margin: 0px;
  padding: 0px;
  max-height: 300px;
  overflow: hidden;
}

.banner img {
  width: 100%;
}

.bannerlogo {
  display: none;
  width: auto;
  margin: 0px;
  padding: 0px;
  height: auto;
}

.bannerlogo img {
  width: 100%;
  height: auto;
  padding: 15px 0 15px 0;
}

.TopHeader a {
  font-weight: bolder;
  font-size: 18px;
  color: #e8e8e8;
  background: transparent;
}

.TopHeader {
  border: 0px;
  background-color: #636363;
  padding: 3px;
  font-weight: bolder;
  font-size: 18px;
  color: #ededed;
}

.TopHeader th {
  padding: 8px;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #7b7b7b;
}

.SecondPageTitle {
  font-size: 16pt;
  color: #333333 !important;
  font-weight: 300;
  border-bottom: solid 1px #333333;
  padding-top: 20px;
}

.DataFont {
  font-size: 14px;
  color: #4e4e4e;
}

.BoldDataFont {
  font-size: 14px;
  color: #4e4e4e;
  border: none;
  padding: 0px 5px 0px 5px;
  font-weight: bolder;
}

td {
  vertical-align: top;
}

.GridRow {
  background-color: #eeeeee;
}

.GridFormat {
  border-color: #e8edff;
}

.GridFormat th {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #eeeeee;
}

.GridFormat tr td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  padding: 6px;
}

.GridFormat tr:hover th[scope="row"],
.GridFormat tr:hover td {
  background-color: #f9eee5;
  color: #e96300;
}

.BodyStyle {
  padding-top: 10px;
  background-repeat: repeat-x;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 50px;
}

.NavTop {
  padding-top: 30px;
  background-color: transparent;
}

.NavTree {
  background-color: #e7e6e5;
  height: 100%;
  width: 193px;
}

#nav_wrapper {
  background-image: url(/olbanking11/Pages/images/BankImages/leftnav_repeat.png);
  background-repeat: repeat-y;
  width: 90%;
  padding-left: 85px;
}

#nav_wrapper_bottom {
  background-image: url("../Pages/images/BankImages/leftnav_bottom.png");
  background-repeat: no-repeat;
  width: 306px;
  height: 31px;
}

.NavFdic {
  border-top: Solid 1px #aaa8a8;
  border-bottom: Solid 1px #aaa8a8;
  width: 175px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  /*background-color: #e7e6e5;*/
}

.NavBottom {
  background-color: #e7e6e5;
}

.Logos {
  border-top: Solid 1px #aaa8a8;
  border-bottom: Solid 1px #aaa8a8;
  width: 175px;
  text-align: center;
  /*background-color: #e7e6e5;*/
  padding-top: 25px;
}

.NavBelowBottom {
  background-color: #e7e6e5;
  width: 185px;
}

.HeaderColor {
  background-image: url("../Pages/images/BankImages/header_repeat.png");
  background-repeat: repeat-x;
  min-width: 1024px;
}

.PageTitle {
  font-size: 32px;
  font-weight: bolder;
  color: #002d62;
  line-height: 36px;
  margin-bottom: 10px;
}

.PageBox {
  width: auto;
  max-width: 900px;
  margin: 50px 50px 50px 50px;
  padding: 70px 0 45px 0;
}

.ToolBar {
  float: right;
  padding-right: 8px;
  padding-top: 5px;
}

table li {
  margin-bottom: 10px;
  line-height: 17px;
}

ul {
  padding-inline-start: 20px;
  margin-top: 0;
}

.HomePageText {
  font-size: 16px;
  line-height: 24px;
  color: #535353;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.PageText {
  font-size: 16px;
  line-height: 19px;
  color: #2a2d33;
  padding-top: 5px;
  padding-bottom: 5px;
}

ul.PageText {
  padding-left: 40px;
}

.PageText-Table {
  font-size: 14px;
  line-height: 18px;
  color: #535353;
  padding-top: 5px;
  padding-bottom: 5px;
}

.jobTitle {
  font-size: 14px;
  line-height: 18px;
  color: #535353;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  margin-top: -15px;
}

.PageText-Table th {
  font-weight: bold;
}

table.PageText-Table {
  border-collapse: collapse;
}

.PageText-Table td,
th {
  border: 1px solid #dddddd;
  padding: 8px;
}

.PageSubtitle {
  font-size: 21px !important;
  text-decoration: none;
  font-weight: bold;
  line-height: 24px;
  color: #444444 !important;
  margin-bottom: 0;
}

.SecondPageSubtitle {
  font-size: 22px;
  text-decoration: none;
  font-weight: bold;
  line-height: 24px;
  color: #363636;
}

.NewsDate {
  color: #999999;
  font-size: 12px;
}

.PageLink {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  color: #002d62;
}

.Link {
  text-decoration: underline;
  border: none;
  transition: all 0.25s ease;
  font-size: 16px;
  line-height: 20px;
  color: #737373;
}

.Link:hover {
  color: #002d62;
}

#OlbBody .OlbMenuContainer ul li.NavRoot > a {
  font-weight: normal !important;
}

.Nav {
  font-weight: normal !important;
}

.NavRoot {
  font-size: 14px !important;
  line-height: 20px;
  color: white;
  font-weight: normal !important;
}

.NavLeaf {
  font-size: 14px !important;
  line-height: 20px;
  color: white;
  font-weight: normal !important;
}

.NavParent {
  font-size: 14px !important;
}

#accounts {
  display: block;
  width: 200px;
  height: 0px;
  color: #000;
}

#accounts:hover {
  background-position: -200px 0;
}

#calc {
  display: block;
  width: 200px;
  height: 175px;
  color: #000;
  background: url("../Pages/images/BankImages/calc.png");
}

#calc:hover {
  background-position: -200px 0;
}

#demo {
  display: block;
  width: 200px;
  height: 175px;
  color: #000;
  background: url("../Pages/images/BankImages/demo.png");
  margin-left: 5px;
}

#demo:hover {
  background-position: -200px 0;
}

#homelogin {
  background-image: url("/olbanking11/Pages/images/bankimages/login_button.png");
  background-repeat: no-repeat;
  width: 224px;
  height: 223px;
}

/* GLOBAL */
body {
  /*border-top:5px solid #e77f25;*/
  background: #ffffff;
  font-family: "Lato", sans-serif;
  color: black;
  font-size: 14px;
}

p {
  margin: 5px 0;
  line-height: 25px;
}

a {
  text-decoration: none;
  color: #0f74ba;
  transition: color 0.5s ease;
}

strong {
  font-weight: bold;
}

figcaption strong {
  border-bottom: 1px solid #d6d0c1;
  padding-bottom: 10px;
  margin: 10px 0;
  display: block;
}

figcaption {
  line-height: 25px;
  font-size: 14px;
  width: 200px;
}

hr {
  background-color: #d6d0c1;
  border: 0;
  height: 1px;
  margin: 20px 0;
}

.hide768 {
  display: none;
}

/* 3 COLUMNS */
.FlowingColumns {
  /*Center everything*/
  width: auto;
  margin: 0 auto 0 auto;
  padding: 35px 0 45px 0;
}

.FlowingColumns .FlowingColumnsHeader {
  transition: opacity 0.25s ease;
  opacity: 1;
}

.FlowingColumns .FlowingColumnsHeader:hover {
  opacity: 0.7;
  color: #ff4e00;
}

.FlowingColumns article {
  /*Horizontal layout*/
  float: left;
  width: 250px;
  margin-right: 30px;
  margin-top: 15px;
  font-size: 14px;
  padding: 10px;
}
.FlowingColumns.OlbWidthLessThan930 article {
  /*Change to vertical layout*/
  float: none;
  margin: 30px auto 0 auto;
  width: 75%;
}

.FlowingColumns .FlowingColumnsHeader img {
  /*Put the image to the left of the content*/
  float: left;
}
.FlowingColumns.OlbWidthLessThan500 .FlowingColumnsHeader img {
  /*Change to the icon above the content*/
  float: none;
  padding-bottom: 5px;
}

.FlowingColumns .FlowingColumnsHeader p {
  /*Place the header text to the right of the image*/
  font-size: 20px;
  margin-bottom: 10px;
  margin-left: 75px;
}
.FlowingColumns.OlbWidthLessThan500 .FlowingColumnsHeader p {
  /*Line the header up to the left*/
  margin-left: 0px;
}

.FlowingColumns :not(.FlowingColumnsHeader) p {
  /*Line the content up with the right of the image*/
  line-height: 25px;
  margin-left: 75px;
}
.FlowingColumns.OlbWidthLessThan500 :not(.FlowingColumnsHeader) p {
  /*Line the content up to the left*/
  margin-left: 0px;
}

/* FOUR COLUMNS */
.FlowingGrid {
  line-height: 25px;
  clear: both;
  max-width: 900px;
  margin: 0 auto;
}

.FlowingGrid .FlowingColumnsHeader {
  font-size: 20px;
  border-bottom: 1px solid #d6d0c1;
  padding: 20px 0;
  margin-bottom: 20px;
}

.FlowingGrid.OlbWidthLessThan930 .Row {
  float: none;
  max-width: 500px;
  margin: 0px auto 0 auto;
  padding-left: 0;
}

.FlowingGrid .Column1 {
  /*Allow content to the right*/
  float: left;
  margin: 0px 0;
  width: 450px;
}
.FlowingGrid.OlbWidthLessThan930 .Column1,
.FlowingGrid.OlbWidthLessThan930 .Column1 img {
  /*Force content below*/
  font-size: 14px;
  float: none;
  width: 100%;
}

.FlowingGrid .Column2 {
  /*Show to the right*/
  float: left;
  width: 430px;
  margin-left: 20px;
  margin-top: 60px;
}
.FlowingGrid.OlbWidthLessThan930 .Column2 {
  /*Show below the first column*/
  width: auto;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.ScrollingText {
  margin: 40px 10px 10px 0;
  padding: 10px;
  float: right;
  border-top: 1px solid #d6d0c1;
  border-bottom: 1px solid #d6d0c1;
}

.OlbWidthLessThan930.ScrollingText {
  margin: 40px auto 10px auto;
  float: none;
}

.ScrollingText p {
  margin-left: 0px;
  font-size: 14px;
}

.ScrollingText h4 {
  margin-left: 0px;
  font-size: 16px;
  font-weight: bold;
}

.ScrollingText a:hover {
  color: #e96300;
}

#marqueecontainer {
  position: relative;
  width: auto; /*marquee width */
  height: 150px; /*marquee height */
  overflow: hidden;
  border: 0px solid #6f0035;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

/*Weather*/
.Weather {
  padding: 10px;
  float: right;
  width: 350px;
}
.OlbWidthLessThan930.Weather {
  margin: 0 auto 0 auto;
  float: none;
}

.Weather {
  padding: 10px;
  background: #d4d4d4;
}

.Weather:hover {
  background: #e96300;
}

.Weather img {
  float: left;
  width: 86px;
}

.Weather.OlbWidthLessThan350 img {
  float: none;
}

.Weather > :not(img) {
  margin-left: 96px;
}

.Weather.OlbWidthLessThan350 > :not(img) {
  margin-left: 0;
  margin-top: 10px;
}

/* FOOTER */
footer {
  clear: both;
  width: 100%;
  background: #222222;
  min-height: 310px;
}

footer .wrapper {
  line-height: 25px;
  margin: 0;
  margin-top: 30px;
  /*width:100%;*/
  font-size: 14px;
  color: #fff;
  background-color:#222222;
  padding: 15px 15px 0 15px;
}

footer .wrapper a {
  color: #ccc;
}

footer .wrapper a:hover {
  color: #fff;
}

.footerBankText {
  text-align: left;
  color: white;
  line-height: 20px;
  font-weight: normal;
}

.footerHeading {
  text-transform: uppercase;
  color: #ccc;
  font-size: 18px;
  margin-bottom: 10px;
}

.FooterText {
  font-size: 14px;
  line-height: 20px;
  color: white;
}

.footerCopyright {
  text-align: center;
  /* padding-top: 45px; */
  /*anything less than 45 on padding-top, and text wont center */
  color: white;
  line-height: 20px;
  margin-top: 25px;
  font-size: 11px;
  margin-left: -15px;
  margin-right: -15px;
  background: #444444;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.footerInfo {
  max-width: 1200px;
  margin: auto;
  height: 100%;
}

.footerColumn {
  width: calc(20% - 30px);
  /*changed from 25% for quarters*/
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 30px;
}

.Insite img {
  margin-bottom: 20px;
}

.FDIC {
  padding-top: 15px;
}

.modal {
  z-index: 100000 !important;
}

/* SKIPLINK */
.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 1em;
  display: none;
}

.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* MISC */
.clear {
  clear: both;
}
.hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/*SKIP TO MAIN CONTENT LINK*/
a.skiplink {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 6px;
}

a.skiplink:focus {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: black;
  background-color: white;
  z-index: 1000000;
}

/*END SKIP TO MAIN CONTENT LINK*/


/* This controls the statistics, columns and download buttons */
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
}

/*FLEX SLIDER CSS FIXES */

.flex-direction-nav button {
  text-decoration: none;
  background-color: white;
  border: none;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
  padding: 6px 38px 45px 12px;
}

.flex-direction-nav button:active,
.flex-direction-nav button:hover {
  outline: none;
  border: none;
}

.flex-direction-nav button:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav button.flex-next:before {
  content: "\f002";
}

.flex-control-paging li button {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  /* background: rgba(255, 255, 255, 0.5); */
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
}

.flex-control-paging li button:active,
.flex-control-paging li button:hover {
  outline: none;
  border: none;
}

.flex-control-paging li button.flex-active {
  background: #000000;
  /* background: rgba(59, 109, 180, .09); */
  cursor: default;
  outline: solid;
  outline-color: white;
}

/*
.flex-pauseplay button {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  border: none;
} 
*/

.flex-pauseplay button:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
  margin-left: -24px;
  margin-top: -14px;
  padding: 6px 10px 9px 14px;
  border: none;
  background-color: #ffffff;
}

.flex-pauseplay button.flex-play:before {
  content: "\f003";
}

@media (max-width: 1000px) {
  .Login {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 1px;
    border-radius: 0;
    position: relative;
    padding: 30px;
    padding-top: 20px;
    z-index: 10;
  }

  .column.headerItem2 {
    width: 100%;
  }

  .mainLogo {
    margin-left: 0;
  }

  .column.headerItem1 {
    text-align: center;
  }

  #container {
    height: 700px !important;
  }

  .PageTitle {
    margin-top: 0px;
  }
}

@media (max-width: 900px) {
  .OlbMobileMenu {
    display: block !important;
    background-color: #002d62;
    text-align: right;
  }

  .OlbMobileMenu button {
    margin-right: 15px;
  }

  .OlbMenu {
    display: none;
    margin-top: 0px;
  }

  .OlbTopMenu {
    display: block;
    text-align: center;
  }

  .OlbMenuSub1,
  .OlbMenuSub2 {
    position: relative;
    margin-right: -8px;
  }

  .OlbTopMenu button {
    width: 100%;
  }

  .footerColumn {
    width: calc(50% - 30px);
  }

  .homediv {
    width: 50%;
  }

  .hide768 {
    display: block;
  }

  .bannerbox {
    max-width: 550px;
    width: 30%;
    margin-left: 55%;
  }
}

@media (max-width: 650px) {
  .mobile-third {
    width: 100%;
    margin-right: 0;
  }

  .mobile-twothirds {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .bannerbox {
    max-width: 100%;
    width: calc(100% - 140px);
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 275px;
  }

  .bankimage {
    width: calc(100% - 40px);
    float: none;
  }

  .contentRow {
    float: none;
    width: calc(100% - 40px);
    text-align: center;
  }
}

@media (max-width: 525px) {
  .googleButton {
    display: block;
    text-align: center;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .appleButton {
    display: block;
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 500px) {
  .footerColumn {
    width: calc(100% - 30px);
    text-align: center;
  }
  .footerBankText {
    text-align: center;
  }
  .homediv {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .flexslider .slides > li {
    position: relative !important;
    height: 530px !important;
  }
  .bannerbox {
    max-width: 100%;
    width: calc(100% - 40px);
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    bottom: 0;
  }
}

@media (max-width: 320px) {
  .Login span.hide310 {
    display: none;
  }
  .Login h3 {
    line-height: 20px;
  }
  .loginFieldLarge {
    width: 100%;
    margin-bottom: 10px;
  }
  .loginButton {
    width: 100%;
  }
}

/* AFTER LOGIN TABLES */

iframe {
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
}

iframe.ChatFrame {
  border-radius: 0px;
}

.GridFormat tr td,
.GridFormat tr th,
.ReportTable tr th,
.ReportTable tr td {
  padding: 10px 20px !important;
  text-align: left !important;
}

.TopHeader,
.MKTableHeader {
  background-color: transparent !important;
  color: #fff !important;
  text-align: left !important;
  border: none !important;
}

.TopHeader > th {
  background-color: #424b55 !important;
}

.TopHeader > td {
  background-color: #424b55 !important;
}

.TopHeader > th:first-child {
  border-radius: 15px 0px 0px 0px;
}

.TopHeader > th:last-child {
  border-radius: 0px 15px 0px 0px;
}

.TopHeader > td:first-child {
  border-radius: 15px 0px 0px 0px;
}

.TopHeader > td:last-child {
  border-radius: 0px 15px 0px 0px;
}

.MKTableHeader > th {
  background-color: #424b55 !important;
}

.MKTableHeader > th:first-child {
  border-radius: 15px 0px 0px 0px;
}

.MKTableHeader > th:last-child {
  border-radius: 0px 15px 0px 0px;
}

.MKTableHeader > td {
  background-color: #424b55 !important;
}

.MKTableHeader > td:first-child {
  border-radius: 15px 0px 0px 0px;
}

.MKTableHeader > td:last-child {
  border-radius: 0px 15px 0px 0px;
}

.TopHeader > td:only-child {
  border-radius: 15px 15px 0px 0px;
}

.MKTableHeader > td:only-child {
  border-radius: 15px 15px 0px 0px;
}

.TopHeader > th:only-child {
  border-radius: 15px 15px 0px 0px;
}

.MKTableHeader > th:only-child {
  border-radius: 15px 15px 0px 0px;
}

td.TopHeader,
th.TopHeader {
  background-color: #424b55 !important;
}

td.TopHeader:first-child {
  border-radius: 15px 0px 0 0;
}

th.TopHeader:first-child {
  border-radius: 15px 0px 0 0;
}
td.TopHeader:last-child {
  border-radius: 0px 15px 0 0;
}

th.TopHeader:last-child {
  border-radius: 0px 15px 0 0;
}

td.TopHeader:only-child {
  border-radius: 15px 15px 0 0;
}

th.TopHeader:only-child {
  border-radius: 15px 15px 0 0;
}

.GridFormat,
.ReportTable {
  border: none !important;
  background-color: #fff !important;
  border-radius: 15px 15px !important;
  text-align: left !important;
}

.GridAlternateRow,
.ReportEvenRow {
  background-color: #f9f9f9 !important;
}

.TopHeader a,
.MKTableHeader a {
  background-color: transparent !important;
  color: white;
  font-weight: bold;
}

tr.GridRow td.TopHeader {
  background-color: transparent !important;
  color: #404040 !important;
}

tr.GridAlternateRow td.TopHeader {
  background-color: transparent !important;
  color: #404040 !important;
}

#ctl00_ctl00_ctl00_UxBody_Body_Body_ctl00_ctl00_UxGraph_UxGraphContainer {
  border-radius: 15px;
}

#ctl00_ctl00_ctl00_UxBody_Body_Body_ctl00_UxGraph_UxGraphContainer {
  border-radius: 15px;
}

.PageText td,
th {
  border: none !important;
}

.GridFormat tr:last-of-type td:first-of-type {
  border-radius: 0px 0px 0px 15px;
}

.GridFormat tr:last-of-type td:last-of-type {
  border-radius: 0px 0px 15px 0px;
}

.image1 {
  width: 50%;
  height: 50%;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
}




@media print
{
    .ToolBar
    {
        display: none;
        visibility: hidden;
    }
    
    .GridRow,
    .GridAlternateRow,
    .GridFormat th td,
    .GridFormat tr td,
    .ReportOddRow, /*MultiKey*/
    .ReportEvenRow /*MultiKey*/
    {
       border: solid 1px black;
    }
}

/* ONLINE PROJECT CSS START */
/* PROJECT HEADER */
	.projectHeaderContainer {
	  color: white;
	}

	/* HeaderText text */
	.projectHeaderText {
	  font-family: Arial, sans-serif, Tahoma, Verdana;
	  font-size: 35px;
	  font-weight: bold!important;
	  color: #FFFFFF!important; /*WHITE*/
	  background-color:#1963a4;
	}

/* PROJECT TITLE PAGE DESCRIPTION */

	.titleContainer {
	  position: relative;
	  color: white;
	  font-size: 100%;
	}

	/* Container holding the body text */
	.bodyContainer {
	  position: relative;
	  left: 100px;
	  top: 150px;
	  color: white;
	}

	/* projectTitleText text */
	.projectTitleText {
	  font-family: Arial, sans-serif, Tahoma, Verdana;
	  font-size: 22px;
	  /*font-size: 4vw;
	  font-size: 1.5em;*/
	  font-weight: bold!important;
	  color: #ffffff;
	}

	/* projectBodyText text */
	.projectBodyText {
	  font-family: Arial, sans-serif, Tahoma, Verdana;
	  font-size: 14px;
	  /*font-size: 2.5vw;
	  font-size: 1.25em;*/
	  font-weight: normal;
	  color: #3d3f42;
	}

/* FINISHED, POSTPONE, DECLINE TEXT */

/* ONLINE PROJECT CSS END */    