/*  Add background-image if the client has a background image for their banner.
    The background-color may also be set to match the client's banner.  */
.header {
/*	background-image: url(Images/moceri.JPG);
/*	background-repeat: no-repeat; 
/*	background-position: 97% 50%
/*	background-position: right top; */
}

/* Adjust left/top according to client's logo */
.headerLogo {
	left: 20px;
	top: 8px;
	position: absolute;
  height: 68px;
  width: 144px;
}

.headerLogout {
	top: 80px;
}

.confirmation li {
	font-size: 1em;
}

.LoginView .UnAuthenticated .OneTimePayment p {
    color: #336699;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 5px 0 3px 4px;
}

.LoginView .navigationLeft .info{ width:74%;}
.HomeView .mainPage .Anchors {margin-left:-10px;}
.HomeView .mainPage .GridView .GridCell { display:block;padding-left:5px;}
