/*
 * IMPORTANT NOTE: This file is licensed only for use in providing the ActivePL service,
 * or any part thereof, and is subject to the ActivePL Terms and Conditions. You may not
 * copy this file to another platform without ActivePL's written consent.
*/

body {
    background:#ffffff;
    color:#777777;
    font: 0.8em  Verdana, Arial, Helvetica, sans-serif !important;
    margin-top:10px;
    margin-bottom:20px;
    padding:0;
}

h1 {
    font: 3em  Verdana, Arial, Helvetica, sans-serif !important;
}

[href] {
    text-decoration: none;
}

/* ---------------------------------------------------
  LAYOUT CONTROL
--------------------------------------------------- */

#wrapper {
    margin:0 auto;
    padding:0;
    text-align:center;
    width:100%;
}

div {
    margin:0 auto;
}

/* ---------------------------------------------------
  DIVERSE STYLING
--------------------------------------------------- */

#construction {
    margin: 110px 0 auto;
    text-align: center;
}

.under-construction {
    color:#333333;
    margin:5px 5px 15px 5px;
    padding:10px;
    text-align:center;
    }

#main-pix {
    display: block;
    margin: 0 auto;
    padding: 0 0 0 0;
    height: 197px;
    width: 300px;
    background: url(../media/construction.png) no-repeat center center;
}
	
.copyright {
    height:30px;
    margin:10px auto;
    padding-left: 20px;
    text-align: center;
    line-height:30px;
    color:#000;
}

#pix {
    display: block;
    margin: 0 auto;
    padding: 60px 0 0 0;
    height: 40px;
    width: 156px;
    background: url(../media/mvs-new.png) no-repeat center center;
}

/* Consent */

#smallConsent {
    background-color: #777777;

    color: #ffffff;
    line-height: 16px;
    font-size: 12px;

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

    .sC-text {
        padding: 10px 0px 10px 0px;
        margin-left: 60px;
        text-align: center;
    }

    .sC-text a, .sC-text a:hover, .sC-text a:active, .sC-text a:visited {
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
    }

    #close-sC {
        line-height: 20px;
        font-size: 16px;

        cursor: pointer;

        float: right;
        margin: 10px 10px 10px 10px;
    }

    .accept-sC {
        background-color: #ffffff;
        display: inline-block;
        border-radius: 5px;

        color: #777777;
        font-weight: bold;

        padding: 10px 20px;
        cursor: pointer;

        float: right;
        margin: 10px 10px 10px 10px;
    }

/*********** MEDIA QUERIES **********/


@media only screen and (max-width: 640px) {

    .sC-text {
        margin-left: 0px !important;
    }

}
