/* -------- GENERAL PAGE LAYOUT -------- */
.applicationHeader{
  background: transparent;
  color: white;
  border:0;
}
.applicationHeader .quickLinks{
  color: #4271c6;
}
.applicationHeader .quickLinks a{
  color: #4271c6;
  font-weight: bold;
}
.applicationHeader .quickLinks a:hover{
  color: #ff9933;
}
.portalDate {
  background: transparent;
}
#mainContent{
  background: white;
  border: solid #a6b7c5;
  border-width: 0 0 0 1px;
}
#applicationFooter{
  background: #6c8782;
  border-top: 1px solid #a6b7c5;
  color:white;
}
/* -------- SEARCH -------- */
#portalQueryField{
  border: 1px solid #369;
}