/* -------- GENERAL PAGE LAYOUT -------- */
.applicationHeader{
  position: relative;
  padding: 0;
  z-index: 47;
  height: 65px;
  text-align: right;
  margin-bottom: 1px;
}
.applicationHeader .quickLinks{
  font-size: 11px;
  position: relative;
  top: 35px;
  right: 5px;
}
.portalDate {
  font-size: 11px;
  position: absolute;
  top: 73px;
  right: 5px;
}
#mainLayoutContainer{
  height: 100%;
}
#mainContent{
  width: 100%;
  height: 100%;
}
#applicationFooter{
  line-height: 30px;
  font-size: 10px;
  text-align: right;
  padding-right: 5px;
}
#applicationLogo a{
  float: left;
  margin-top: -1px;
}
#applicationLogo>a{
  margin-top: 0;
}
/* -------- SEARCH -------- */
#portalQueryField{
  width: 120px;
  font-size: 11px;
}