.pageHeader{
  max-height: 99px;
  height: 99px;
  overflow:hidden;
}

.pageBody{
  vertical-align: top;
  height: expression(document.documentElement.offsetHeight - 130 + "px");
}

.pageFooter{
  height: 30px;
}

#fullheight{
  height: 100%;
}

.hatBg{
  vertical-align: top;
  height: expression(document.documentElement.offsetHeight - 140 + "px");
}

.errorMsgContainer{
  height: 20px;
}