/*****************************************************
*** BASE STYLES
*****************************************************/
html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body {
  background-color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  height: 100%;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-transform: none;
  width: 100%;
}

#container {
  height: auto;
  display: inline-block;
  width: 100%;
}
.content {
  border-top:1px solid #dddddd;
  position:absolute;
  top: 88px;  /*46px;*/
  left: 0px;
  right:0px;
  bottom:0px;
  background-color:#edeff1;
  z-index:0;
}
.off-screen-lbl {
  color: #ccc;
  display: inline-block;
  height: 1px;
  left: -9999px;
  position: absolute;
  width: 1px;
}
.inner-content {
  padding:20px 20px 20px 20px;
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  overflow:auto;
  background-color:#edeff1;
  z-index:0;
}
#overlay {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#overlay-subdiv {
  max-width: 300px;
  padding: 200px 25px;
  margin: 0 auto;
}
#overlay-msg {
  color: white;
  font-size: 24px;
  font-weight: bold;
}
.padded-wrapper {
  border-radius: 4px;  
  background-color: #f5f5f5;
  padding: 10px;
  border: 1px solid #dddddd;
  float: left;
  font-weight: normal;
  height: auto;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
#skip a, #skip a:hover, #skip a:visited  {
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
#skip a:active, #skip a:focus {
    position:static;
    display: block;
    width:auto;
    height:auto;
}
.wrapper-heading {
  color: #000000;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}