﻿/* Gobal */

.wrapper { text-align: center; }

/* Page Header */

#site-header-container {
    height: 100px;
    color: #fff;
    text-align: center;
}

#site-header-container a:link,
#site-header-container a:visited {
    color: #fff;
    text-decoration: none;
}

#site-header-container a:active,
#site-header-container a:hover { color: #ed8707; }

#site-header-wrapper {
    position: relative;
    display: block;
    width: 960px;
    height: 100px;
    margin: 0 auto;
}

#FV-logo {
    position: absolute;
    top: 39px;
    left: 0;
}

ul.FV-links {
    position: absolute;
    top: 42px;
    right: 0;
}

ul.FV-links li { display: inline; }

/* Page Content */

#Proof-Logo { float: left; }

#content-top-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 82px;
}

#proofWrapper {
    position: relative;
    display: block;
    overflow: hidden;
    width: 798px;
    height: 438px;
    margin: 15px auto 15px auto;
}

#generating-proof-content { margin-top: 40px; }

#proofContent  p {
    margin-top: 20px;
    font-size: 14px;
}

#proofContent embed { margin-top: -61px; }

.proof3d-logo {
    float: left;
    width: 251px;
    height: 93px;
    background: url('../../Images/DPS/3DProofView.png');
    background-repeat: no-repeat;
}

#ProofContainer {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 798px;
    height: 438px;
    margin: 15px auto 15px auto;
    border: 1px solid #444;
}

#canvasloader-container {
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}

#canvasLoader { margin: 0 auto; }