*, UL, LI {
    padding: 0;
    margin: 0;
}

HTML {
    overflow: scroll;
}

* HTML BODY, BODY {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: arial;
}

#maincontainer {
    width: 983px !important;
    min-width: 983px !important;
    MIN-WIDTH: 983px !important;
    position: relative;
    padding-bottom: 0px;
    margin: 0 auto;
    text-align: left;
    background-image: url(../images/login-back.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: -200px;
}

body.reg, body.reg #maincontainer {
    background-image: url(../images/login-back2.jpg);
}

    body.reg .logo-border {
        border-bottom: 1px solid #fff;
    }

#nonFooter {
    min-height: 100%;
    position: relative;
}

* HTML #nonFooter {
    height: 100%;
}

#container {
    position: static !important;
    width: 983px;
    padding: 20px 0 200px 0;
}

body {
    background-repeat: no-repeat;
    background-color: #fff !important;
    background-position: top center;
    font-family: arial;
    font-size: 12px !important;
}

.break {
    clear: both;
}

LI {
    margin: 0 0 0 20px;
}

#Copyright {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.meta-date {
    color: #00a9e0;
    display: block;
    padding-bottom: 2px;
}

.welcome-message {
    display: table-row;
}

.welcome-events,
#welcomenews,
.login {
    display: table-cell;
}

.welcome-message h2 {
    color: #00a9e0;
    padding-bottom: 10px;
    font-size: 2.4em;
    font-weight: normal;
}

.welcome-events, .welcome-news {
    width: 300px;
}

.welcome-events {
    width: 364px;
    padding-right: 20px;
}

    .welcome-events a, .welcome-news a {
        color: #333;
        text-decoration: none;
    }

    .welcome-events p, .welcome-events li {
        color: #666;
    }

.welcome-news {
    background-color: #e7e7e8;
}

    .welcome-news h3,
    .login h3,
    #welcomeevents h3,
    #welcomenews h3 {
        color: #00376a;
        font-weight: normal;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 25px;
    }

.login h3 {
    margin-bottom: 0;
    padding-left: 20px;
    border-bottom: 0;
}

.welcome-message p {
    padding: 0 20px 10px 0;
}

.welcome-news p {
    padding: 0 20px 10px 20px;
    color: #666;
}

    .welcome-news p a {
        color: #00a9e0;
    }

h3 {
    color: #00a9e0;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.login {
    width: 272px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
}

.login-box {
    font-family: arial;
    padding: 5px 0px 20px 20px;
}

.break {
    clear: both;
}

.form-entry {
    position: relative;
}

.required {
    color: #cc0000;
}

.form {
    width: 200px;
    padding: 7px;
    margin-bottom: 10px;
    border: 0px;
    background-color: #e7e7e7;
}

.contact-form input#submit, .green {
    background-color: #00a9e0 !important;
    border: 1px solid #00a9e0 !important;
    color: #fff !important;
    text-transform: uppercase;
    font: normal 12px/1 "helvetica neue", helvetica, arial, sans-serif !important;
    padding: 7px 0 8px 0 !important;
    text-align: center !important;
    width: 150px !important;
    margin-bottom: 5px !important;
    display: block !important;
    cursor: pointer;
}

input.green {
    width: 200px !important;
    font: normal 12px/1 "helvetica neue", helvetica, arial, sans-serif !important;
}

    .contact-form input#submit:hover, input.green:hover {
        background-color: #00a9e0 !important;
    }

.login-box p a {
    font-size: .9em;
    color: #055678;
}

.social-login {
    padding-top: 10px;
}

input.button-linkedin2 {
    width: 140px;
    height: 20px;
    background: none;
    background-image: url(../images/initialsLn.png);
    background-repeat: no-repeat;
    display: block;
    color: #1053be;
    border: 0;
    text-align: left;
    padding-left: 30px;
    margin: 0;
    font-size: 10px;
    float: left;
    cursor: pointer;
}

input.button-xing {
    width: 140px;
    height: 20px;
    background: none;
    background-image: url(../images/xing.png);
    background-repeat: no-repeat;
    display: block;
    color: #1053be;
    border: 0;
    text-align: left;
    padding-left: 30px;
    margin: 0;
    font-size: 10px;
    float: left;
    cursor: pointer;
}

input.button-facebook {
    width: 140px;
    height: 20px;
    background: none;
    background-repeat: no-repeat;
    background-image:url(../../../GlobalContent/Images/v5/mfacebook.png);
    display: block;
    color: #1053be;
    border: 0;
    text-align: left;
    padding-left: 30px;
    margin: 0;
    font-size: 10px;
    float: left;
    cursor: pointer;
}

input.button-googleplus, div.button-googleplus {
    width: 140px;
    height: 20px;
    background: none;
    background-repeat: no-repeat;
    background-image:url(../../../GlobalContent/Images/v5/mgooglep.png);
    display: block;
    color: #1053be;
    border: 0;
    text-align: left;
    padding-left: 30px;
    margin: 0;
    font-size: 10px;
    float: left;
    cursor: pointer;
}
.moreinfo {
    position: relative;
}

.more-info {
    position: absolute;
    top: 30px;
    left: 100px;
    z-index: 500;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 20px;
    float: left;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px #444;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px;
}

.arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -11px;
    left: 47px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
}



.moreinfo a {
    background-image: url(../images/info.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    margin: 3px 10px 0 10px;
}

.login-box p {
    padding: 3px 0 0 0;
    margin: 0;
    color: #00a9e0;
}

.logo-border {
    border-bottom: 0px solid #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 200;
}

.divRegisteredUser {
    background-color: #e7e7e8;
    width: 984px;
    margin-top: 74px;
    border-top: 20px solid #fff;
    border-top: 15px solid #fff;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
}

.container[style],
#container {
    padding-bottom: 50px !important;
}

.container[style] {
    padding-top: 153px !important;
}

.welcome-message p,
.welcome-message li {
    color: #666;
}

.welcome-message li {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px 10px;
    background-position: 0 4px;
}

.message {
    padding-bottom: 20px;
}

#welcomeevents,
#welcomenews {
    background-color: #fff;
}

#welcomeevents {
    border-right: 8px solid #fff;
}

#welcomenews {
    border-left: 8px solid #fff;
}

    #welcomeevents p,
    #welcomenews p {
        padding: 10px 20px 10px 0;
    }

.welcome {
    display: table;
    width: 100%;
    position: relative;
}

.welcome-message {
    display: table-row;
    width: 100%;
}

.message-news-events {
    display: table-cell;
    vertical-align: top;
}

.news-events {
    display: table-row;
}

#welcomeevents,
#welcomenews {
    display: table-cell;
    width: 50%;
}

.news-events-table {
    display: table;
    width: 100%;
}

.sign-up {
    position: absolute;
    top: 310px;
    right: 29px;
    width: 243px;
}

#loginBtn {
    margin: 10px 0 !important;
}

#container {
    padding-top: 250px;
}

.language-selector {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 5;
}

.sso-text {
    padding: 0 20px;
}

