/*Main brand colors & Internal colors*/
/*Primary accent colors*/
/*Secondary active colors*/
/*Secondary neutral colors*/
/*Legacy colors (should be removed upon redesign)*/
/* Global SASS Variables for eAdvantage */
/* Colors */


.header {
  height: 140px;
  background-color: #FFFFFF;
  background-image: url("/siteminderagent/images/green-swish.png");
  background-repeat: no-repeat;
  background-position: right;
}

.bottom {
}

.green-alert-box {
  background-color: #006940;
  border-color: #005430;
}


.header div {
  padding-left: 10px; 
}
.header h1 {
  display: inline;
  font-size: 30px;
  padding-left: 10px;
  vertical-align: middle; 
}

.header img {
  margin-top: 5px;
  width: 150px;
}

body {
background-color: #b7b1a9; }
body p {
  font-size: 0.85em;
line-height: 1.2; }

.center_well {
background-color: #ffffff; }

.disclaimer ol, .disclaimer ul {
list-style: none; }

.disclaimer {
  padding-top: 70px;
}

.disclaimer li {
  padding: 5px;
}

.tightly {
  line-height: 1.0;
  padding-top: 8px;
}

.footnote {
  display: none;
  /*border: 1px solid black;*/
  /*font-size: .8em;*/
}

body.login .links a {
font-size: 110%; }

.footer {
  height: 30px;
  text-align: center;
  border-radius: 0 0 6px 6px;
  border-top: 2px solid #b7b1a9;
background-color: #ffffff; }
.footer a {
  font-size: 70%;
color: #b7b1a9; }
.footer ol, .footer ul {
list-style: none; }
.footer ul li {
  display: inline;
margin-right: 5px; }

.content {
padding-top: 15px; }
.content .pageTitle {
  font-size: 24px;
  line-height: 30px;
  border-bottom: 2px solid #b7b1a9;
margin-bottom: 10px; }

.alert-box.alert {
  color: white;
  padding: 5px;
border-radius: 6px; }
.alert-box.alert .errorHeader {
  font-size: 1.6em;
  padding-bottom: 5px;
display: block; }
.alert-box.alert li {
  margin-left: 20px;
list-style: none; }

/*Main brand colors & Internal colors*/
/*Primary accent colors*/
/*Secondary active colors*/
/*Secondary neutral colors*/
/*Legacy colors (should be removed upon redesign)*/
/* Global SASS Variables for eAdvantage */
/* Colors */
body {
background-color: #b7b1a9; }


.passwordChange ul {
font-size: 0.8em; }

body.passwordChange .info {
color: white; }

body.login .links ul {
list-style: none; }
body.login label {
font-size: 100%; }
body.login .warning {
  padding: 5px 20px 20px 0;
font-size: 120%; }
body.login .optimum {
padding: 20px; }
