/* theme.css - Stylesheet for Gobi Group web pages */

*,
*:before,
*:after
{
    box-sizing: inherit;
}

body
{
    margin: 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

div.outerFrame
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url("/graphics/brushedgold3.jpg");
    text-align: center;
    margin: 0px;
    align: center;
    text-align: center;
}

.header
{
    position: absolute;
    top: 1%;
    left: 1%;
    right: 1%;
    height: 128px;
    background: white;
    background-position: center top;
    border: 2px solid black;
    padding: 2px;
    vertical-align: middle;
}

.headerLeft
{
    width: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 120px;
    margin: 0px;
}

.headerCenter
{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.headerRight
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60%;
    right: 0;
}

.headerRight h1
{
    margin-top: 40px;
}

.headerMainMenu
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%
    text-align: left;
    vertical-align: middle;
}

.headerMainMenu ul li
{
    margin: 4px;
    text-align: left;
    color: white;
}

.logoImage
{
    height: 100%;
    padding: 4px;
    float: center;
    z-index: 9999;
}

.nameImage
{
    width: 75%;
    margin: auto 0px;
}

.headerBar
{
    width: 100%;
    position: absolute;
    bottom: 12px;
    right: 0;
    margin: 0 0 0 0;
    text-align: center;
}

.headerBarElement
{
    display: inline-block;
    padding: 0px 0px 0px 0px;
}

.headerButton
{
    width: 180px;
    margin: 0px;
    padding: 4px 8px;
    color: black;
    font-size: 16pt;
    font-size: 1.1vw;
    font-weight: bold;
    text-align: center;
}

a.headerButton:link
{
    color: black;
}

a.headerButton:hover, a.headerButton:active
{
    color: white;
}

div.contents
{
    position: absolute;
    top: 160;
    bottom: 112;
    left: 1%;
    right: 1%;
    border: 2px solid black;
    padding: 24px;
    background: white;
    overflow: auto;
    color: black;
}

.contents h1
{
    font-size: 24pt;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 24px;
    text-align: center;
}

.contents h2
{
    font-size: 20pt;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 16px;
}

.contents p
{
    font-size: 16pt;
    font-style: normal;
    margin: 12px 24px;
    text-align: left;
}

.center
{
    text-align: center;
}

.fullCenter {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.imgright
{
    float: right;
    margin-left: 24px;
}

.imgleft
{
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
}

div.footer
{
  position: absolute;
  left: 1%;
  right:1%;
  bottom: 16px;
  height: 80px;
  background-image: url("/graphics/brushedgold3.jpg");
  background-position: center top;
  color: black;
  border: 2px solid black;
  text-align: center;
  vertical-align: middle;
  font-size: 14pt;
}

.footerElement
{
    width: 30%;
    color: black;
    display: inline-block;
    vertical-align: middle;
}

a.footerLink:link
{
    color: black;
}

a.footerLink:visited
{
    color: #444444;
}

a.footerLink:hover, a.footerLink:active
{
    color: white;
}

.black {
    background: black;
}

.dataroomItem {
    line-height: 2;
    font-size: 36px;
}
