@import url('reset.css');

body {
    background-color: #F5F5F5;
    margin: 0;
    color: #666;
    font: normal 12px Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
    background-position: top center;
}

#loginBox {
    margin: 100px auto 0;
    width: 385px;
    border-radius: 5px;
    border: 1px solid #C9C9C9;
    background-color: #FFF;
    height: auto !important;
    min-height: 380px;
    display: table;
}

.divCenter {
    float: left;
    width: 385px;
}

.logo {
    text-align: center;
    padding: 25px 0 35px 0;
    height: 50px;
}

.loginForm {
    width: 305px;
    margin: 0 auto;
    min-height: 200px;
}

    .loginForm label {
        float: left;
        width: 76px;
        color: #918686;
        font-size: 14px;
        text-align: right;
        margin-right: 3px;
        padding: 10px 0 15px 0;
    }

input.default-value, input.password-clear, input.password-password {
    background: #F9F9F9;
    -moz-box-shadow: inset 2px 2px 2px 0px #CECECE;
    -webkit-box-shadow: inset 2px 2px 2px 0px #CECECE;
    box-shadow: inset 2px 2px 2px 0px #CECECE;
    float: left;
    border: 0;
    width: 289px;
    height: 29px;
    color: #3F3F3F;
    font-size: 17px;
    padding: 4px;
    padding-left: 10px;
    border: 1px solid #898989;
    border-radius: 5px;
    font-family: 'PT Sans';
}

    input.default-value:focus, input.password-clear:focus, input.password-password:focus {
        color: #3F3F3F;
        outline: 0;
        border: 1px solid #898989 !important;
        font-family: 'PT Sans';       
    }

input:active {
    border: 1px solid #c12525;
}

input.default-value {
    margin-bottom: 25px;
}

input.forgotpass {
    margin-bottom: 0px;
}

.loginForm .submitBtn, .loginForm .submitBtn:visited {
    height: 40px;
    width: 305px;
    border: 1px solid #898989;
    color: #3F3F3F;
    display: block;
    float: right;
    font-size: 17px;
    font-family: 'PT Sans';
    line-height: 17px;
    text-decoration: none;
    margin-bottom: 10px;
    padding: 10px 55px 10px 56px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
    background: #F9F9F9;
    background: -webkit-gradient(linear,center bottom,center top,from(#DDDDDD),to(#F9F9F9));
    background: -moz-linear-gradient(90deg,#DDDDDD,#F9F9F9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DDDDDD',endColorstr='#F9F9F9');
    margin-top: 20px;
}

    .loginForm .submitBtn:hover {
        color: white;
        border: 1px solid #898989;
        cursor: hand;
        cursor: pointer;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
        background: #8AC95A;
        background: -webkit-gradient(linear,center bottom,center top,from(#65A435),to(#8AC95A));
        background: -moz-linear-gradient(90deg,#65A435,#8AC95A);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#65A435',endColorstr='#8AC95A');
    }

.footer {
    width: 385px;
    height: 60px;
    background-color: #F9F9F9;
    border-top: 1px solid #C9C9C9;
    border-radius: 5px;
}

    .footer a {
        font-size: 13px;
        width: 380px;
        color: #C63F3F;
        text-decoration: none;
        margin: 0 auto;
        position: absolute;
        padding-top: 20px;
        text-align: center;
    }

        .footer a:hover {
            color: #C63F3F;
            text-decoration: underline;
        }

.infoRed {
    font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #B9161F;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
    display: inline-block;
}

span.infoRed A:link, span.infoRed A:visited, span.infoRed A:active, td.infoRed A:link, td.infoRed A:visited, td.infoRed A:active {
    font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #B9161F;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
    display: inline-block;
}

/**** ToolKit Bar New *****/

.socialbarcontainer {
    background: none repeat scroll 0% 0% #EDEDED;
    border-top: 1px solid #C5C5C5;
    position: fixed !important;
    position: absolute;
    bottom: 0px !important;
    width: 100%;
    left: 0px;
    width: 100%;
    z-index: 99999999999;
    background-attachment: fixed;
}

.barcontainer {
    margin: 0px auto;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
}

    .barcontainer ul {
        margin: 0px auto;
        display: inline-block;
        text-decoration: none;
    }

        .barcontainer ul li {
            display: inline-block;
        }

.tkblinks li {
    display: inline;
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
    color: #C63F3F;
    font-size: 11px;
}

    .tkblinks li a:link, .tkblinks li a:visited, .tkblinks ul li a:active {
        display: inline;
        font-weight: normal;
        padding-left: 1px;
        padding-right: 5px;
        text-decoration: none;
        color: #C63F3F;
        font-size: 11px;
    }

    .tkblinks li a:hover {
        color: #C63F3F;
        text-decoration: underline;
    }

/**** END ToolKit Bar New *****/
