﻿html,body {
  margin: 0;
  padding: 0;
}

#top-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 123px;
}

* html #top-bar {
  position: fixed;
}

#topbar-inner {
  height: 123px;
  background: #fff;
}

* html #topbar-inner {
  margin-right: 17px;
}

* html body {
  padding-top: 123px;
}

* html,* html body {
  overflow-y: hidden;
  height: 100%;
  margin-top: -123px;
}

#mainouter {
  position: relative;
  z-index: 2;
  padding-top: 123px;
  padding-bottom: 55px;
  min-height: 100%;
}

* html #mainouter {
  height: 100%;
  overflow: auto;
  overflow-y: scroll;
  position: relative;
  z-index: 2;
  padding-top: 123px;
  padding-bottom: 55px;
}

#maininner {
  position: relative;
  padding-bottom: 55px;
  min-height: 100%;
}

#bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  height: 55px;
  border-top:1px solid;
}

* html #bottom {
  position: absolute;
  bottom: -1px;
}

#bottom-inner {
  height: 55px;
  background: #aaa;
}

* html #bottom-inner {
  margin-right: 17px;
}

* html #left {
  position: absolute;
  height: 100%;
  width: 150px;
  left: 0;
  top: 23px;
  overflow: auto;
  z-index: 100;
  margin-bottom: -63px;
}

html>body #left {
  position: fixed;
  left: 0;
  top: 23px;
  bottom: 55px;
  padding: 0;
  width: 149px;
  border-right: 1px solid #000;
}