﻿/* Table ListView樣式 */

/* 共用 */
.MasterPageBG, .MasterPageLoginBG, .MasterPageIntroBG {
    border: 0px solid #000000;
    padding: 20px 0; /* 60 */
    border-radius: 8px; /*CSS3*/
    box-shadow: #666 0px 2px 3px; /*CSS3*/
    background: #F2FDFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2FDFF), to(#5EC4DB)); /*Safari、Chomre*/
    background: -moz-linear-gradient(#F2FDFF, #5EC4DB); /*Firefox*/
    background: linear-gradient(#F2FDFF, #5EC4DB);
    -pie-background: linear-gradient(#F2FDFF, #5EC4DB);
    behavior: url(../PIE/PIE.htc);
    margin: 0 auto;
}

.MasterPageBG {
    padding: 20px 0; /* 60 */
}

.MasterPageLoginBG {
    padding: 60px 0;
    width: 800px;
}

.MasterPageIntroBG {
    padding: 40px 0;
    width: 1200px;
}

.MasterPage_Top {
    border: 0px solid #000000;
    padding: 20px 0;
    /*text-align: center;*/
    border-radius: 8px; /*CSS3*/
    box-shadow: #666 0px 2px 3px; /*CSS3*/
    background: #FFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2FDFF), to(#5EC4DB)); /*Safari、Chomre*/
    background: -moz-linear-gradient(#F2FDFF, #5EC4DB); /*Firefox*/
    background: linear-gradient(#FFF, #FFF);
    -pie-background: linear-gradient(#FFF, #FFF);
    behavior: url(../PIE/PIE.htc);
}

.MasterPage_Intro_Top {
    border: 0px solid #000000;
    padding: 0px 0;
    /*text-align: center;*/
    border-radius: 8px; /*CSS3*/
    box-shadow: #666 0px 2px 3px; /*CSS3*/
    background: #FFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2FDFF), to(#5EC4DB)); /*Safari、Chomre*/
    background: -moz-linear-gradient(#F2FDFF, #5EC4DB); /*Firefox*/
    background: linear-gradient(#FFF, #FFF);
    -pie-background: linear-gradient(#FFF, #FFF);
    behavior: url(../PIE/PIE.htc);
}

.MasterPage_Left_td {
border-top: none;
border-bottom: 1px dotted #BBB;
border-left: none;
border-right: none;
height:30px;
}

.MasterPage_Left_Link {
    font-weight: bold;
    font-family: "Microsoft JhengHei";
    font-size: 16px;
    color: #383939;
    text-decoration: none !important;
    padding-left: 13px;
    background: url('../Images/right_arrow.gif') no-repeat scroll 0px 5px transparent;
}


table.lvTreeMenu {
    width: 500px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}

    table.lvTreeMenu td {
        padding: 10px;
    }

    table.lvTreeMenu th {
        /*background: #295890;*/
        background: #FF9900;
        vertical-align: middle;
        text-align: center;
        width: 100px;
        overflow: visible;
        position: relative;
        color: #fff;
        font-weight: normal;
        font-size: 15px;
    }

    table.lvTreeMenu td {
        background: #f8f8f8;
        width: 360px;
        padding-left: 20px;
    }

/* 按鈕共用 */
.BtnOkay, .BtnLogin, .BtnExcle, .BtnClear, .BtnPrint, .BtnSearch, .BtnCancel, .BtnPurple, .BtnOrange, .BtnPink
{
    font-weight: bold;
    font-family: "Microsoft JhengHei";
    color: #FFFFFF;
    border: 0px;
    background-repeat: no-repeat;
    background-position: 98% 48%;
    cursor: pointer;
}

.BtnOkay /* 黃 */ {
    background-color: #FBBB13;
}

.BtnLogin /* Steam綠 */ {
    background-color: #9DC807;
}

.BtnExcle /* 綠 */ {
    background-color: #1E7148;
}

.BtnClear /* 灰 */ {
    background-color: #6E6E6E;
}

.BtnPrint /* 天空 */ {
    background-color: #13a7d7;
}

.BtnSearch /* 天空 */ {
    border: 1px solid #0e93bd;
    background-color: #13a7d7;
}

.BtnCancel /* 紅 */ {
    background-color: #D00F31;
}

.BtnPurple {
    background-color: #6C4F73;
}

.BtnOrange {
    background-color: #F75821;
}

.BtnPink {
    background-color: #FF5E5E;
}


.LblTitle /* 黑灰 */ {
    color: #FFFFFF;
    background-color: #1D1D1D;
    font-weight: bold;
    font-family: "Microsoft JhengHei";
    font-size: 18px;
}

.LblMessage /* 灰 */ {
    color: #616161;
    font-size: 10px;
}

.LblCompany /* 灰 */ {
    color: #616161;
    font-size: 12px;
}

.LblStatement /* 黑灰 */ {
    color: #616161;
    font-size: 12px;
}

#StatementInfo a:link {
    color: #616161;
    font-size: 12px;
}

#StatementInfo a:hover {
    color: #616161;
    font-size: 12px;
}

/* 水平線：虛線 */
.dotline {
    BORDER-BOTTOM-STYLE: dotted;
    BORDER-LEFT-STYLE: dotted;
    BORDER-RIGHT-STYLE: dotted;
    BORDER-TOP-STYLE: dotted;
}

    #menu li {
        margin: 0;
        padding: 0;
        float: left;
        border-right: 1px solid #999;
    }

        #menu li a {
            padding: 10px 15px;
            display: block;
            color: #777777;
            text-decoration: none;
        }

        #menu li ul {
            margin: 0;
            padding: 15px 0;
            list-style: none;
            float: left;
            position: absolute;
            left: 0;
            width: 500px;
            color: #fff;
            background: #FFFFFF url('bottom.gif') no-repeat bottom;
            display: none;
            border: 1px solid #DDDDDD;
        }

            #menu li ul li {
                border-right: 1px solid #fff;
            }

                #menu li ul li a {
                    display: inline;
                }

                    #menu li ul li a:hover {
                        text-decoration: underline;
                    }
