

@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: #003366;
}
.SecondPageTitle
{
    font-size: 12pt;
    color: #003366;
    font-weight: 100;
    border-bottom: solid 1px #003366;
}

.PageText,
.Details /*MultiKey*/
{
    font-size: 11px;
    Color: #003366 !important;
    font-weight: 400;
}
.BoldDataFont
{
    Font-Size: 12px;
    Color: #003366;
    Border: none;
    Padding: 0;
    font-weight: bold;
}
.SmallDataFont
{
    Font-Size: 12px;
    Color: #003366;
}
.DataFont,
.ReportCell /*MultiKey*/
{
    Font-Size: 12px;
    Color: #003366;
    Border: none;
    Padding: 0;
}
.ReportCellChallenge /*MultiKey*/
{
    text-align: center;
    Font-Size: 12px;
    Color: #003366;
    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: #003366
}

.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 #003366;
    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: #003366;
    font-weight: bolder;
}
.ErrorMessage
{
    font-size: 12pt;
    color: #ce0404 !important;
    font-weight: bolder;
}
ul.ErrorMessage
{
	list-style-type: none;
}

.HeaderColor
{
    background-color: transparent;
}
.BackColor
{
    background-color: White;
}

.OlbMenu .ui-menu-item
{
    background-color: transparent;
}
.OlbMenuContainer .ui-widget-content {
	background: transparent;
}
.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: #003366;
    Border: none;
    Padding: 0px 5px 0px 0px;
    font-weight: bolder;
}

.SuperUserHidden
{
    color: transparent;
}

.FDICLogo {
     max-width: 430px !important;
     margin:0 auto;
}



/*NEW LAYOUT*/

.main{
	padding-left:30px;
}
.content-table{
	display:table; 
	border-collapse:separate;
	box-shadow:0 0 5px #999; 
	background:white;
	width:100%;
	max-width:1015px;
}
.content-row{
	display:table-row;
}
.column{
	display:table-cell;
}
.sidebar{
	 width:221px; 
	 max-width:221px; 
	 background:#0c69aa; 
	 padding:10px; 
	 box-sizing:border-box;
}
.content1{
	padding-left:20px;
}
.ribtopTriangle{
	position:absolute; 
	margin-left:240px; 
	z-index:-200; 
	margin-top:-15px; 
	width:37px; 
	height:33px;
}
.ribtop1{
	position:absolute; 
	margin-left:30px; 
	z-index:200;
	margin-top:-13px; 
	width:220px;
	height:15px;
	background-color:#0c69aa;
}
.ribbottomTriangle{
	position:absolute; 
	margin-left:240px; 
	z-index:-200;
	margin-top:-34px; 
	width:37px; 
	height:33px;
}
.ribbottom1{
	position:absolute;
	margin-left:30px;
	z-index:200; 
	margin-top:-19px;
	width:220px; 
	height:15px; 
	background-color:#0c69aa;
}
.loginwrapper{
	position:absolute;
	top:50px;
	margin-left:245px;

}
/*END LAYOUT*/


.ui-fancytree li {
list-style-type: none;
padding:auto;
cursor:pointer;
}
.NavTree li{
line-height:1.4!important;
}

.mobileMenuButton{
		background-color: #0c69aa;
		height:30px;
		width:100%;
		display:none;
	}
	.displayMenu{
		display:initial;
		transition:all ease .5s;
	}

.NavTree span.fancytree-focused{
color:white;
}
ul.ui-fancytree{
padding-left:0px;
}
ul.ui-fancytree > li > ul{
padding-left:10px;
}

.OlbEnrollment .StepLogin
{
      display:none;
}


.logos {
max-width: 400px;
margin: 0 auto;
text-align: center;
display: inline-grid;
}

.ssl
{
margin-top:-10px;
}

.logos article
{
float: left;
vertical-align: middle;
}

.tables{
width:100%;
}

.contactinfo article{
float:left;
margin-right:20px;
margin-top:20px;
}

.contactinfo img{
width:100%;
max-width:330px;
}

.ribtop{
position: absolute;
margin-left:210px;
z-index:-200;
margin-top: -21px;
}

.ribbottom{
float:none;
margin-left:245px;
margin-top: -35px;
z-index:-201;
position:absolute;
}

.loginimage{
position:relative;
margin-bottom: 100px;
}
.login{
margin-top: -70px;

position:relative;
margin-bottom: 20px;
}
.altermenu{
display:none;}

/*SLIDESHOW*/

.slidewrapper{
  float:left;
}

.css-slideshow{
  position: relative;
  max-width: 550px;
  height: 208px;
  margin: 0px auto 5px auto;
}

.css-slideshow figure{
  margin: 0;
  max-width: 550px;
  height: 208px;
  background: transparent;
  position: absolute;
}

.css-slideshow figcaption{
  position: absolute;
  top: 0;
  color: #fff;
  background: rgba(0,0,0, .3);
  font-size: .8em;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity .5s;
}
.css-slideshow:hover figure figcaption{
  transition: opacity .5s;
  opacity: 1;
}
.css-slideshow-attr{
  max-width: 550px;
  text-align: right;
  font-size: .7em;
  font-style: italic;
  margin:0 auto;
}
.css-slideshow-attr a{
  color: #666;
}
.css-slideshow figure{
  opacity:0;
  z-index:0;
}
figure:nth-child(1) {
  animation: xfade 24s 16s infinite;
}
figure:nth-child(2) {
  animation: xfade 24s 8s infinite;
}
figure:nth-child(3) {
  animation: xfade 24s 0s infinite;
}

@keyframes xfade{
  0%{
    opacity: 1;
    z-index: 2;
  }
  23.3% {
    opacity: 1;
    z-index: 2;
  }
  33.3%{
    opacity: 0;
    z-index: 0;
  }
  90% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 1;
    z-index: 2;
  }
}


/* 3 COLUMNS */
.FlowingColumns
{/*Center everything*/
    width: auto;
    margin: 0 auto 0 auto;

}
.FlowingColumns article
{/*Horizontal layout*/
    float:left;
    width:253px;
    font-size:14px;
}


.columnswrapper{
width:100%;
background: #c2d9ea;
position:relative;
overflow:hidden;
margin-left: -20px;
margin-right: -55px;
padding-bottom: 10px;
padding-right:20px;
}


.HeaderColor{
margin-left:55px;
margin-bottom:30px;
}


.leftnav{
float:left;
background: #0c69aa;
border: 2px solid #09456c;
width:166px;
margin-left:20px;
padding:15px;
margin-top:-20px;
margin-bottom: 200px;
height:auto;
position:absolute;
z-index: 1000;
min-height:100%;
}

#wrapper{
background:white;
box-shadow: 0px 0px 10px #000;
width:1015px;
margin-left:35px;
float:left;
height:auto;
position:relative;
}


.BackColor
{
    background-image: url('/pages/images/bankimages/background.jpg');
    background-repeat: repeat-y;
    width:100%;
}

.BodyStyle
{
    Padding-Top: 10px;
    padding-left: 240px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    max-width:760px;
    float:left;
    position:relative;
    min-height: 500px;

}

.mainpage
{
padding-top: 20px;

}



.NavTop
{
    position: absolute;
    }

#homelogin{
background-image:url('/pages/images/bankimages/login-bar.png');
width:434px;
height:53px;
}



.NavTree
{
    background-color: transparent;
    margin-left:60px;
    width:200px;
}
.NavFdic
{
    background-color: transparent;
    width: 175px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    margin-left:50px;
}
.NavBottom
{
    background-color: transparent;
}

.Logos
{
    text-align: center;
    background-color: transparent;
    padding-top: 25px;
    padding-bottom: 25px;
}

.ToolBar
{
    float: right;
    padding-right: 8px;
    padding-top: 5px;
}

.NavBelowBottom
{
    background-color: transparent;
}


#header {
	background-repeat: no-repeat;
	height: 181px;
	width: 1060px;
	background-image: url(\Pages\images\BankImages\silvcityheader_03.png);
}
#rotating {
	height: 260px;
	width: 423px;
}








.NavRoot
{
font-family:Calibri, Arial, sans-serif;
font-size:15px;
line-height:25px;
color:#ffffff;
font-weight:bolder;
}

.NavLeaf
{
font-family:Calibri, Arial, sans-serif;
font-size:15px;
line-height:25px;
color:#ffffff;
font-weight:bolder;
}


.NavLevel2
{
font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
font-size:12px;
color:#FFFFFF;
font-weight:normal;
font-style:italic;
line-height:20px;

}

.NavLevel3
{
font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
font-size:12px;
font-weight:normal;
color:#7a7a7a;
}

.Link{ 
font-family: verdana, arial, helvetica, "avant garde", "sans-serif";
}

.linkheader
{
font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
font-size:18px;
line-height:18px;
color:#5a955f;
text-align:right;
float:right;
}

.PageTitle
{
    font-family:Calibri, Arial, sans-serif;
    font-size:22px;
    font-weight:bolder;
    color:#003375;
    padding-top:20px;
}

.PageText
{
    font-family:Calibri, Arial, sans-serif;
    font-size:14px;
    line-height:20px;
    color:#535353;
    max-width:600px;
}

.PageText2
{
    font-family:Calibri, Arial, sans-serif;
    font-size:14px;
    line-height:20px;
    color:#FFFFFF;
    max-width:600px;
}

.FooterText
{
    font-family:Calibri, Arial, sans-serif;
    font-size:14px;
    line-height:20px;
    color:#535353;
float:none;
}

.PageSubtitle
{
    font-family:Calibri, Arial, sans-serif;
    font-size:16px;
    font-style:italic;
    text-decoration:underline;
    font-weight:bold;
    line-height:16px;
    color:#0d5cab;
}


.HomeLink{
    font-family:Calibri, Arial, sans-serif;
    text-decoration: none;
    color: #09456c;
    font-weight: bold; 
    font-size:20px;
}




#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 196px; /*marquee height */
background-color: #c2d9ea;
overflow: hidden;
border: 4px solid #09456c;
padding: 2px;
padding-left: 4px;
margin-left: 555px;
}
.gridformat{
background-color: #FFFFFF
padding-right: 4px;
padding-left:4px;
}

a {
    text-decoration:none;
    color:#003375;
    font-weight:bold;
}










@media (max-width: 1085px)
{
	
	
	
.tables{
width:95%;
}



#wrapper{
width:715px;
}

.PageText
{
    max-width:400px;
}

.PageText2
{
width:100%;
max-width:400px;
}

.FlowingColumns article
{/*vertical layout*/
    float:none;
margin-left:auto;
margin-right:auto;
}

.login{
margin-top:-17px;
margin-left: -225px;
}


.BodyStyle
{
    width: 475px;
}

.slidewrapper{
display:block;
position:relative;
float:none;
}

#marqueecontainer{
margin-top: 15px;
margin-left: auto;
margin-right: auto;
width: 90%;
max-width: 400px;
height: 200px;
}

.css-slideshow{
  position: relative;
width:100%;
  max-width: 455px;
  height: 172px;
  margin: 0px auto 5px auto;
}

.css-slideshow figure img{
width:100%;
max-width:455px;
height: auto;
}

.css-slideshow figure{
  margin: 0;
width:100%;
  max-width: 455px;
  height: 172px;
  position: absolute;
}

.css-slideshow figcaption{
  position: absolute;
  top: 0;
  color: #fff;
  background: rgba(0,0,0, .3);
  font-size: .8em;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity .5s;
}
.css-slideshow:hover figure figcaption{
  transition: opacity .5s;
  opacity: 1;
}
.css-slideshow-attr{
width:100%;
  max-width: 455px;
  text-align: right;
  font-size: .7em;
  font-style: italic;
  margin:0 auto;
}

}

@media (max-width: 770px)
{

.main{
		padding: 0;
	}
	.column{
		display:block;
	}
	.sidebar{
		width:100%;
		max-width:100%;
	}
	.content1{
		padding:0 10px;
	}
	.columnswrapper{
		padding-right:0;
	}

/*.wrapper1{
	right:0;
	background:white;
	float:none;
}
.col1{
	width: 100%;
    float: none;
    left: 0;
    right: 0;
	background:#0c69aa;
	padding:10px;
	box-sizing:border-box;
}
.col2{
	width: 100%;
    float: none;
    position: initial;
    left: 0;
    right: 0;
}

*/
.ribtop1{
	display:none;
}
.ribtopTriangle{
	display:none;
}
.ribbottom1{
	display:none;
}
.ribbottomTriangle{
	display:none;
}
.mobileMenuButton{
			display:block;
		}
		.displayMenu{
			display:none;
		}
		.displayMenu.active{
			display:initial;
		}
		.leftnav{
			display:initial;
			float:none;
			width:90%;
			margin-left:3px;
			height:auto;
		}

.tables{
width:100%;
}

#wrapper{
margin-left:5px;
width:95%;
}

.BodyStyle{
padding-left:10px;
width:95%;
}



.loginwrapper{
width:238px;
margin-left:auto;
margin-right:auto;
position:relative;
top:0px;
}

.login{
margin-top:-17px;
margin-left: -225px;
margin-bottom:-70px;
}
.loginimage{
margin-top:0px;
margin-left: 0px;
}

.columnswrapper{
width:100%;
margin-left:0px;
margin-right:0px;
}

.PageText
{
    
}

.PageText2
{
width:100%;
}

.HeaderColor{
margin-left:auto;
margin-right:auto;
}



.ribtop{
display:none;
}
.ribbottom{
display:none;
}

.altermenu{
display: block;
position:relative;
background: #0c69aa;
border: 2px solid #09456c;
width:95%;
padding:10px;
margin-top:-20px;
margin-bottom: 20px;
z-index: 5000;
}
.ToolBar{
display:none;
}
}

@media (max-width: 400px)
{
.ssl
{
margin-top:0px;
}
.logos article
{
float: none;
margin-bottom:10px;
}
.css-slideshow{
  height: 142px;

}
.css-slideshow figure{
  height: 142px;
}

.PageTitle
{
    font-size:16px;
}


} 
/*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*/


     
 



@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 */    