﻿body {
    margin: 0px;
    padding: 0px;
    font-size: 86%;
    font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, "sans-serif";
    color: #000;
}

html {
    overflow: auto;
}

* {
    margin: 0px;
    padding: 0px;
}

.wrapper {
    height: 45px;
}

.logincont {
    width: 935px;
    margin-left: auto;
    margin-right: auto;
}

.logincont-l {
    float: left;
    width: 40%;
}

.logincont-r {
    float: right;
    width: 40%;
    padding-top: 10px;
}
/*.hdr-l, .hdr-r, .hdr {background-image:url(../images/layout-blue.png);}
.hdr{height:26px; font-size:13px; font-weight:bold;background-position:0px -78px;color:#fff;}
.hdr-l{background-position:0px -104px; float:left; background-repeat:no-repeat;padding-left:5px; padding-top:4px;height:22px; width:91%;}
.hdr-r{float:right; background-position:0px -131px; width:6px;height:26px; width:6px;background-repeat:no-repeat;}
*/
.hdrcont {
    border-width: 1px 1px 1px 1px;
    clear: both;
}

.logocont {
}

.loginheader {
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 33px;
    color: #999;
}

.logocont-l {
    float: left;
    width: 40%;
}

.logocont-r {
    float: right;
    width: 59%;
    overflow: hidden;
    padding-top: 4px;
}

.lbltd {
    color: #000;
    font-weight: normal;
}

.ctrltd {
    text-align: left;
    color: #000;
    font-weight: normal;
}

.txtclass {
    height: 24px;
    padding: 3px;
    color: #000;
    color: #212121;
    border: 1px solid rgb(186,186,186);
    font-size: 100%;
}

.btn {
    cursor: pointer;
    text-align: center;
    line-height: 22px;
    color: #fff;
    padding: 4px 14px 5px 13px;
    border: 1px solid #999;
    /*text-shadow: 0px 1px 0px #fff;*/
    font-size: 12px;
    background: #999;
    font-weight: bold;
    height: 32px;
}

    .btn:hover, btn:focus {
        opacity: .8;
        border: 1px solid #000;
    }

.drpclass {
    height: 33px;
    border: 1px solid rgb(186,186,186);
    font-size: 100%;
    padding: 1px;
    color: #000;
}

.nodisplay {
    display: none;
}

.clear {
    clear: both;
}

.footer-row {
    margin-top: 30px;
    border-top: 1px solid #CCC;
    padding-top: 15px;
}

.footer-row-l {
    float: left;
    width: 60%;
    text-align: left;
}

.footer-row-r {
    float: right;
    width: 39%;
    text-align: right;
}

.footer-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .footer-menu li {
        display: inline-block;
        margin: 0px;
        padding: 0px 10px;
        font-size: 12px;
    }

.copy {
    font-size: 100%;
    color: #ccc;
}

.footer-menu li a {
    color: #00f;
    text-decoration: none;
}

    .footer-menu li a:hover {
        text-decoration: underline;
    }
