html,body {
/*   height: 100%; */
  width: 100%;
  margin: 0;
  padding: 0;
  font: 13px sans-serif;
  background: #ccc;
}

html,body,li,a,button {
  color: #4366A0;
}

.row,.col {
  overflow: hidden;
  position: absolute;
}

.row {
  left: 0;
  right: 0;
}

.col {
  top: 0;
  bottom: 0;
}

.scroll-x {
  overflow-x: auto;
}

.scroll-y {
  overflow-y: auto;
}

.page-header-wrap {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.page-content {
  top: 66px;
  background-color: #fff;
  bottom: 15px;
}

.page-nav {
  border-bottom: 1px solid #C8C8C8;
  border-left: 1px solid #DCDDDE;
  border-radius: 0 0 5px 5px;
  border-right: 1px solid #DCDDDE;
}

.page-primary-nav {
  position: relative;
  background-color: #f3f3f3;
  height: 40px;
  box-shadow: 4px 3px 3px rgba(0, 0, 0, 0.25);
}

.page-secondary-nav {
  background-color: #e3e3e3;
  height: 1.6em;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  margin-top: -3px;
  padding-top: 5px;
}

.page-footer {
  height: 14px;
  font-size: 80%;
  text-align: center;
  bottom: 0;
  background-color: #e3e3e3;
}

.page-content,.page-nav,.page-footer {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.headerpanel {
  position: absolute;
  right: 0;
  bottom: 0;
}

.cdsContact, .cdsTime {
  position: absolute;
  bottom: 3px;
}
.cdsTime {
  left: 45%;
}
.cdsContact {
  left: 18%;
}

.links {
  width: 100%;
}

.links div.linkContent {
  margin: 0 auto;
}

.links .inner a {
  display: block;
  text-decoration: none;
}

.links .inner a,.links .inner .cadas-LinkLabel {
  font-size: 90%;
}

.links a:before {
  padding-right: 7px;
}

.links .cadas-LinkLabel:before {
  padding-right: 7px;
}

.page-info {
  margin: 4px;
}
.page-info .outer:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.page-info .outer {
  padding: 3px;
  border: 1px solid #DCDDDE;
  border-radius: 5px;
  margin-bottom: 3px;
}
.page-info .outer:last-child {
  margin-bottom: 0;
}
.page-info .outer .left {
  width: 25px;
  float: left;
  margin-left: 3px;
  margin-right: 5px;
}
.page-info .outer .right {
  vertical-align: middle;
  white-space: nowrap;
}
.page-info .outer .img {
  float: right;
  width: 30px;
  margin-left: 5px;
}