

@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: Red
}

.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: 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: ;
    Border: none;
    Padding: 0px 5px 0px 0px;
    font-weight: bolder;
}

.SuperUserHidden
{
    color: transparent;
}

.Link {
  Font-Weight: bold;
  Color: #005dab;
  Text-Decoration: underline;
  font-size: 17px;
}

.Link:hover {
  Color: #005dab;
  Text-Decoration: none;
}



table.PageText{
width:100%;
}
table.PageText.table2 tr:nth-child(even){
background-color:rgba(0, 0, 0, .1);
}
table.PageText th{
background-color:#005dab;
color:white;
padding:10px;
}
table.PageText td{
padding:10px;
}
.table2{
width:100%;
}
.table2 iframe{
width:100%;
min-height:450px;
}
.ratesButton{
    float: right;
    margin-top: -52px;
    color: white;
    background-color: #015dab;
    padding: 5px 25px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
}
.homelayout
{
width:100%;
max-width:1024px;
margin-left:auto;
margin-right:auto;
}

.homelayout article
{
float:left;
}

.homebanner
{
width:80%;
}

.homebuttons
{
width:20%;
}

/*Now the styles*/
.accordian * {
	margin: 0; 
	padding: 0;
border: 0;
}


/*Time to apply widths for accordian to work
Width of image = 640px
total images = 5
so width of hovered image = 640px
width of un-hovered image = 40px - you can set this to anything
so total container width = 640 + 40*4 = 800px;
default width = 800/5 = 160px;
*/

.accordian {
	max-width: 805px;
       height: 320px;
	overflow: hidden;
	
	/*Time for some styling*/
	/*margin: 0px auto;*/
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 2000px;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian li {
	position: relative;
	display: block;
	width: 160px;
	float: left;
	
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 40px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 640px;}


.accordian li img {
	display: block;
}

/*Image title styles*/
.image_title {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0; bottom: 0;	
	width: 640px;	

}
.accordianTitle {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px 20px 10px 20px;
	font-size: 19px;
	font-weight:normal;
}
.accordianDetails{
	max-height:0;
	transition: all ease .25s;
}
.accordianDetails a{
	display:block;
	color:white;
	font-weight:bold;
	padding: 5px 20px;
    font-size: 14px;
}
.accordianDetails.expand{
	max-height:300px;
}
.PageTitle
{
    font-family:Calibri, Arial, sans-serif;
    font-size:28px;
    font-weight:bold;
    color:#005dab;
}

.PageText
{
    font-family:Calibri, Arial, sans-serif;
    font-size:17px;
    line-height:18px;
    color:#393a42;

}

.PageSubtitle
{
    font-family:Calibri, Arial, sans-serif;
    font-size:20px;
    font-style:italic;
    font-weight:bold;
    line-height:20px;
    color:#333;
}

.infologos
{
display:block;
position:fixed;
top:0px;
right:0px;
}

.infologos2
{
display:none;
}

html { 
  background: url(/Pages/images/bankimages/bank-building.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.PageText a{
	color:#005dab
}


.pagebody
{
background-color: rgb(242, 242, 242);
padding: 40px;
min-height:500px;

-webkit-box-shadow: 0px 0px 23px -1px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 0px 23px -1px rgba(0,0,0,0.49);
box-shadow: 0px 0px 23px -1px rgba(0,0,0,0.49);
position: relative;
z-index: 0;
}


#homelogin{
background-image:url('/Pages/images/bankimages/homelogin.png');
background-repeat:no-repeat;
width:196px;
/*height:223px;*/
}

#header {
   position:fixed;
   width:100%;
   /*height:158px;*/   /* Height of the footer */
   background:#fff;
z-index:20000;
top:0;

}

.banner img
{
width:100%;
}

.logo
{
width:100%;
}

#pagecontent
{
    font-family: 'Open Sans', sans-serif;
    width:auto;
    max-width:1100px;
    min-height:400px;
    margin:0 auto;
    padding:20px 5px 20px 5px;
margin-top:170px;
margin-bottom:100px;
}

#pagecontent.bannerimage
{
max-width:none;
width:100%;
padding:0px;
}


/* FOOTER */
 #footer
{
    clear:both;
    width:100%;
    background:#fff9e9;
    margin-top: 50px;
}

#footer .wrapper
{
    line-height:25px;
    margin: 0;
    width:100%;
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
    color: #303d5d;
}

#footer #copyright
{
    background: #fff9e9;
    bottom:0;
    left:0;
    width:100%;
position:fixed;
    margin-top:50px;
}
#footer .wrapper a
{
    color: #ABABAB;
}

#footer .wrapper a:hover
{
    color: #fff;
}


@media (max-width:1177px){


#pagecontent
{
margin-top:210px;
}
}
@media (max-width:945px){
.homebuttons{
display:none;
}
.homebanner{
width:100%;
}
}

@media (max-width:653px){


#pagecontent
{
margin-top:255px;
}



}

@media (max-width:630px){

#footer #copyright
{
position:relative
}

#pagecontent
{
margin-top:260px;
}

.headerlogo
{
width:100%;
max-width:400px;
margin-right:auto;
margin-left:auto;
}

.headerlogo img
{
width:100%;
max-width:400px;
}

.infologos
{
display:none;
}

.infologos2
{
display:block;
}


}

@media (max-width:499px){


#pagecontent {
margin-top:150px;
}

.layout {
  display: inline-block!important;
}

}
 
/*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 */    