﻿/*最上方功能列設定*/
#topmenuul {
    float: right;
    padding-right: 10px;
    padding-top: 40px;
    margin: 0px;
    border-width: 0px;
    border-spacing: 0px;
    position: relative;
}

    #topmenuul li {
        float: left;
        list-style: none;
    }

/* mainform    */
#mainform {
    background-color: White;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
}

/* Header  */
#header {
    height: 67px;
    position: relative;
    margin: auto auto auto auto;
    border: 0px none #fff;
}

/* 右上角的功能連結       */
.menuurl {
    border-width: 0px;
}

/*body and foot      */
#bodyandfoot {
    width: 1000px;
    background-repeat: no-repeat;
    background-color: White;
}

/*上次登入時間*/
.lastlogintime {
    padding: 5px 0px 5px 5px;
    margin: 0px 0px 0px 12px;
    color: #666666;
    background-color: #E1E1E1;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    width: 166px;
    border-radius: 1px;
}

/*treemenu  */
.UpNode {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #a4733a;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
    color: #a4733a;
    width: 166px;
    height: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

    .UpNode div {
        position: relative;
        float: left;
        width: 20px;
        height: 25px;
        cursor: pointer;
        top: 3px;
    }

    .UpNode a {
        position: relative;
        top: 3px;
    }

    .UpNode div img {
        height: 14px;
        width: 14px;
        position: relative;
        top: 3px;
    }

    .UpNode span a {
        position: relative;
        top: 4px;
    }
/*.UpNode:hover{ background-color:#a4733a; color:#ffffff;cursor:pointer;  }*/

.Node {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #a4733a;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 5px;
    font-size: 14px;
    color: #a4733a;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 161px;
}

    .Node:hover {
        background-color: #a4733a;
        color: #ffffff;
        cursor: pointer;
    }

/*第二層，目前沒用到*/
.Node2 {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #a4733a;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 20px;
    font-size: 14px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 146px;
}

    .Node2:hover {
        background-color: #a4733a;
        color: #ffffff;
        cursor: pointer;
    }

.NodeAccountManager {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #a4733a;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 5px;
    font-size: 14px;
    color: #152F87;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 161px;
}

    .NodeAccountManager:hover {
        background-color: #152F87;
        color: #ffffff;
        cursor: pointer;
    }

/* 登出 修改密碼 */
.Logout-ChangePassword-Btn {
    border: 1px solid #3366CC;
    text-align: center;
    padding-top: 8px;
    color: #ffffff;
    width: 130px;
    height: 22px;
    background-image: url('../img/bl_nav.jpg');
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    border-width: 0px;
}

.LogoutBtn:hover {
    background-image: url('../img/gd_nav.jpg');
}

.aspBtn_hidden {
    display: none;
}

/* Footer  */
#footer #footerLink a {
    font-size: 13px;
    color: #3D3D3D;
    margin-left: 20px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

/* Login page     */
.loginTitle {
    float: left;
    position: relative;
    padding-left: 20px;
    font-weight: bolder;
    color: #013288;
    margin-top: 15px;
    margin-bottom: 0px;
}

/* 首頁 > 帳號    */
.loginnavLocation {
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 13px;
    position: relative;
    right: 25px;
    color: #4e351c;
    padding-top: 12px;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
}

/*帳號，密碼，驗證碼 label       */
.LoginLbl {
    display: inline-block;
    width: 150px;
    text-align: left;
    font-size: 13px;
    padding-left: 35px;
    font-family: Arial, Helvetica, sans-serif;
}

/*帳號，密碼，驗證碼 input textbox       */
.input_field {
    border: 1px solid #CCCCCC;
    font-size: 18px;
    height: 18px;
    padding: 2px;
    width: 200px;
    border-radius: 1px;
}

    .input_field:focus {
        border: 1px solid #BF6000;
    }

/* 登入  取消  按鈕*/
.LoginBtn {
    width: 100px;
    height: 30px;
    display: inline-block;
    background: url("../img/bk_nav.jpg") repeat-x scroll 0 0px #FFFFFF;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    border-width: 0px;
}

    .LoginBtn:hover {
        background-image: url('../img/gd_nav.jpg');
    }

    .LoginBtn a {
        top: 7px;
        position: relative;
    }

/*多國語言*/
.langdiv {
    width: 150px;
    font-size: 13px;
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    margin-right: 5px;
}

    .langdiv a {
        color: #013288;
        text-decoration: none;
        margin-left: 2px;
        margin-right: 2px;
    }

        .langdiv a:hover {
            text-decoration: underline;
        }
