﻿/* general */
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Open Sans', Arial, Calibri;
    font-size: 13px;
    font-weight: 300;
    color: #4D4D4D;
    background: #f1f1f1;
}

input[type="checkbox"] {
    margin-top: 6px;
    margin-right: 5px;
    margin-left: 2px;
}

input:focus {
    outline: 0;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

image {
    border: none;
}

/* wrapper */
#wrapper {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
}

/* top */
#top {
    height: 50px;
}

#headerContainer {
    padding: 0;
    width: 900px;
    margin: auto;
    border: none;
    overflow: hidden;
}

    #headerContainer h1 {
        font-size: 36px;
        line-height: 40px;
        font-weight: 300;
        margin-bottom: 14px;
        margin-left: 7px;
        color: #4D4D4D;
        float: right;
        margin-right: 10px;
    }

#mainContainer {
    margin: 0 auto;
}

#contentContainer {
    padding: 0;
    width: 900px;
    margin: auto;
    background-color: #fff;
    border: 4px solid #eaeaea; /* eaeaea */
    border-radius: 0px;
    overflow: hidden;
}

#footerContainer {
    padding: 0;
    width: 900px;
    margin: auto;
    border: none;
    overflow: hidden;
}

/* creating and splitting the box */

.imageBox {
    display: block;
    width: 450px;
    float: left;
    background-color: #e5051f;
    height: 400px;
    position: relative;
}

#loginImage {
    width: 450px;
    margin-top: 0px;
}


#image {
    position: absolute;
    top: 60px;
    left: 90px;
    /*
    margin-top: 60px;
    margin-left: 90px;
    */
    display: none;
}

#image2 {
    position: absolute;
    top: 60px;
    left: 90px;
    /*
    margin-top: 60px;
    margin-left: 90px;
    */
    display: none;
}

.loginBox {
    display: block;
    width: 450px;
    float: right;
    background-color: #fff;
    height: 400px;
}

    /* content of the loginbox */

    .loginBox .logo {
        margin-top: 40px;
        margin-left: 80px;
        margin-bottom: 30px;
        height: 19%;
    }

    .loginBox .loginForm {
        margin-left: 80px;
    }

    .loginBox img {
    }

    .loginBox p.introText {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .loginBox p {
        margin-bottom: 10px;
    }

    .loginBox .field {
        padding: 5px 12px;
        width: 259px;
        line-height: 24px;
        height: 25px;
        font-size: 14px;
        color: #909090;
        border: 1px solid #D6D6D6;
    }

    .loginBox .password {
        padding: 5px 12px;
        width: 259px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        color: #909090;
        border: 1px solid #D6D6D6;
    }

    .loginBox .button {
        width: 125px;
        cursor: pointer;
        border: 0;
        font-size: 13px;
        line-height: 27px;
        font-weight: normal;
        color: #9a9a9a;
        background-color: #e6e6e6;
        display: block;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 25px;
        text-align: center;
    }

    .loginBox a {
        text-decoration: none;
        color: #246bb2;
    }

    .loginBox .field {
        padding: 5px 12px;
        width: 259px;
        line-height: 24px;
        height: 25px;
        font-size: 14px;
        color: #909090;
        border: 1px solid #D6D6D6;
    }

#headerContainer h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 14px;
    margin-left: 7px;
    color: #4D4D4D;
    float: right;
    margin-right: 10px;
}

/* footer */

.footerBox {
    display: block;
    width: 900px;
    height: 30px;
    line-height: 30px;
}

    .footerBox p.right {
        float: right;
        margin-right: 10px;
    }

    .footerBox p {
        float: left;
        margin-left: 10px;
    }

/* images rotation */

#slideshow {
    margin-left: 95px;
    margin-top: 60px;
    overflow: hidden;
}

    #slideshow a {
        width: 100%;
        height: 100%;
        display: none;
    }

        #slideshow a:first-child {
            display: block;
        }

    #slideshow .show {
        display: inline;
    }