﻿body {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    border-width: 0px;
    font-family: Verdana;
    background-color: #f2f2f2;
}

a img, img {
    border: 0;
}


#body {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

.table {
    width: 100%;
    height: 100%;
}


.td_banner {
    height: 44px;
    background-color: #0f2d5d;
}

.td_orange_line {
    height: 3px;
    background-color: #fe710a;
}


.logo {
    height: 44px;
    width: 143px;
    background-image: url('images/name.jpg');
    background-repeat: no-repeat;
    background-position: right;
}

.signout {
    background-image: url('images/signout.jpg');
    height: 44px;
    width: 38px;
    float: left;
    display: block;
    text-indent: -9999px;
}

    .signout:hover {
        background-image: url('images/signout_h.jpg');
        height: 44px;
        width: 38px;
        float: left;
        display: block;
        text-indent: -9999px;
    }

.lang {
    background-image: url('images/lang.jpg');
    height: 44px;
    width: 44px;
    float: left;
    display: block;
    text-indent: -9999px;
}

    .lang:hover {
        background-image: url('images/lang_h.jpg');
        height: 44px;
        width: 44px;
        float: left;
        display: block;
        text-indent: -9999px;
    }

.td_menu {
    height: 33px;
}

.link1 {
    background-image: url('images/link1.jpg');
    height: 33px;
    width: 168px;
    display: block;
    text-indent: -9999px;
    margin-right: 15px;
    float: right;
}



    .link1:hover {
        background-image: url('images/link1_h.jpg');
        height: 33px;
        width: 168px;
        display: block;
        text-indent: -9999px;
        float: right;
    }

.link1Select {
    background-image: url('images/link1_h.jpg');
}

.link2 {
    background-image: url('images/link2.jpg');
    height: 33px;
    width: 172px;
    display: block;
    text-indent: -9999px;
    float: right;
}

    .link2:hover {
        background-image: url('images/link2_h.jpg');
        height: 33px;
        width: 172px;
        display: block;
        text-indent: -9999px;
        float: right;
    }

.link2Select {
    background-image: url('images/link2_h.jpg');
}

.link5 {
    background-image: url('images/link5.jpg');
    height: 33px;
    width: 172px;
    display: block;
    text-indent: -9999px;
    float: right;
}

    .link5:hover {
        background-image: url('images/link5_h.jpg');
        height: 33px;
        width: 172px;
        display: block;
        text-indent: -9999px;
        float: right;
    }

.link5Select {
    background-image: url('images/link5_h.jpg');
}

.link3 {
    background-image: url('images/link3.jpg');
    height: 33px;
    width: 168px;
    display: block;
    text-indent: -9999px;
    float: right;
}

    .link3:hover {
        background-image: url('images/link3_h.jpg');
        height: 33px;
        width: 168px;
        display: block;
        text-indent: -9999px;
        float: right;
    }

.link3Select {
    background-image: url('images/link3_h.jpg');
}

.link4 {
    background-image: url('images/link4.jpg');
    height: 33px;
    width: 170px;
    display: block;
    text-indent: -9999px;
    float: right;
}

    .link4:hover {
        background-image: url('images/link4_h.jpg');
        height: 33px;
        width: 170px;
        display: block;
        text-indent: -9999px;
        float: right;
    }

.link4Select {
    background-image: url('images/link4_h.jpg');
}

.td_body {
    vertical-align: top;
}

.login_body {
    width: 287px;
    background-color: #e3e3e3;
}

.login_left {
    width: 24px;
    background-image: url('images/login_left.jpg');
}

.login_title {
    width: 126px;
    height: 50px;
    background-image: url('images/login_title.jpg');
    background-repeat: no-repeat;
    background-position: right;
}

.login_input {
    border: 1px #bebebe solid;
    background-color: #d9d9d9;
    color: #5c5c5c;
    height: 59px;
    margin-bottom: 16px;
    width: 281px;
    padding-right: 5px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    .login_input:hover {
        border: 1px #5c5c5c solid;
        background-color: #d9d9d9;
        color: #5c5c5c;
        height: 59px;
        margin-bottom: 16px;
        width: 281px;
        padding-right: 5px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

.login_button {
    background-image: url('images/login_button.jpg');
    height: 30px;
    width: 67px;
    float: left;
    display: block;
    text-indent: -9999px;
}

    .login_button:hover {
        background-image: url('images/login_button_h.jpg');
        height: 30px;
        width: 67px;
        float: left;
        display: block;
        text-indent: -9999px;
    }


.fotter {
    height: 24px;
    background-color: #0f2d5d;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
}


.label {
    color: #0f2d5d;
    font-weight: bold;
    padding-left: 5px;
    height: 25px;
}

.button_align {
    text-align: left;
    padding-left: 18px;
}

input[type=button] {
    background-color: #0f2d5d;
    border: 1px solid #0f2d5d;
    color: #ffffff;
    height: 22px;
    padding-bottom: 3px;
}

    input[type=button]:hover {
        background-color: #fe710a;
        border: 1px solid #0f2d5d;
        color: #ffffff;
        height: 22px;
    }

.validation {
    background-color: #e29f9f;
}
