/*橘色按鈕-正常*/
.btn_orange {
    /*background-color:#FF9003;*/
    background: -webkit-linear-gradient(#FFCA02,#FF7F03);
    background: -o-linear-gradient(#FFCA02,#FF7F03);
    background: -moz-linear-gradient(#FFCA02,#FF7F03);
    background: linear-gradient(#FFCA02,#FF7F03);
    width:65px;
    height:23px;
    color:#FFFFFF;
    text-align:center;
    border:0px;
    border-radius:3px;
    outline:0px;
    box-shadow: 1px 1px 2px #888888;
}
.btn_orange:active{
    /*background-color: #3E8E41;*/
    background: -webkit-linear-gradient(#FF7F03,#FFCA02);
    background: -o-linear-gradient(#FF7F03,#FFCA02);
    background: -moz-linear-gradient(#FF7F03,#FFCA02);
    background: linear-gradient(#FF7F03,#FFCA02);
    transform: translateY(1px) translateX(1px);
    box-shadow:0px 0px 4px #888888;
}
.btn_orange:hover{
    cursor:pointer;
    box-shadow: 1px 1px 2px #555555;
}
/*橘色按鈕-大*/
.btn_orange_L {
    /*background-color:#FF9003;*/
    background: -webkit-linear-gradient(#FFCA02,#FF7F03);
    background: -o-linear-gradient(#FFCA02,#FF7F03);
    background: -moz-linear-gradient(#FFCA02,#FF7F03);
    background: linear-gradient(#FFCA02,#FF7F03);
    width:115px;
    height:23px;
    color:#FFFFFF;
    text-align:center;
    border:0px;
    border-radius:3px;
    outline:0px;
    box-shadow: 1px 1px 2px #888888;
}
.btn_orange_L:active {
    background: -webkit-linear-gradient(#FF7F03,#FFCA02);
    background: -o-linear-gradient(#FF7F03,#FFCA02);
    background: -moz-linear-gradient(#FF7F03,#FFCA02);
    background: linear-gradient(#FF7F03,#FFCA02);
    transform: translateY(1px) translateX(1px);
    box-shadow:0px 0px 4px #888888;
}
.btn_orange_L:hover{
    /*background-color: #3E8E41;*/
    
    cursor:pointer;
    box-shadow: 1px 1px 2px #555555;
}
/*藍色按鈕-正常*/
.btn_blue{
    /*background-color:#013E8F;*/
    background: -webkit-linear-gradient(#014899,#033284);
    background: -o-linear-gradient(#014899,#033284);
    background: -moz-linear-gradient(#014899,#033284);
    background: linear-gradient(#014899,#033284);
    width:65px;
    height:23px;
    color:#FFFFFF;
    text-align:center;
    border:0px;
    border-radius:3px;
    outline:0px;
    box-shadow: 1px 1px 2px #888888;
}
.btn_blue:active{
    /*background-color: #3E8E41;*/
    background: -webkit-linear-gradient(#033284,#014899);
    background: -o-linear-gradient(#033284,#014899);
    background: -moz-linear-gradient(#033284,#014899);
    background: linear-gradient(#033284,#014899);
    transform: translateY(1px) translateX(1px);
    box-shadow:0px 0px 4px #888888;
}
.btn_blue:hover{
    cursor:pointer;
    box-shadow: 1px 1px 2px #555555;
}

/*藍色按鈕-大*/
.btn_blue_L{
    /*background-color:#013E8F;*/
    background: -webkit-linear-gradient(#014899,#033284);
    background: -o-linear-gradient(#014899,#033284);
    background: -moz-linear-gradient(#014899,#033284);
    background: linear-gradient(#014899,#033284);
    width:115px;
    height:23px;
    color:#FFFFFF;
    text-align:center;
    border:0px;
    border-radius:3px;
    outline:0px;
    box-shadow: 1px 1px 2px #888888;
}
.btn_blue_L:active{
    /*background-color: #3E8E41;*/
    background: -webkit-linear-gradient(#033284,#014899);
    background: -o-linear-gradient(#033284,#014899);
    background: -moz-linear-gradient(#033284,#014899);
    background: linear-gradient(#033284,#014899);
    transform: translateY(1px) translateX(1px);
    box-shadow:0px 0px 4px #888888;
}
.btn_blue_L:hover{
    cursor:pointer;
    box-shadow: 1px 1px 2px #555555;
}

/*藍色按鈕-小*/
.btn_blue_S{
    /*background-color:#013E8F;*/
    background: -webkit-linear-gradient(#014899,#033284);
    background: -o-linear-gradient(#014899,#033284);
    background: -moz-linear-gradient(#014899,#033284);
    background: linear-gradient(#014899,#033284);
    width:37px;
    height:23px;
    color:#FFFFFF;
    text-align:center;
    border:0px;
    border-radius:3px;
    outline:0px;
    box-shadow: 1px 1px 2px #888888;
}
.btn_blue_S:active{
    /*background-color: #3E8E41;*/
    background: -webkit-linear-gradient(#033284,#014899);
    background: -o-linear-gradient(#033284,#014899);
    background: -moz-linear-gradient(#033284,#014899);
    background: linear-gradient(#033284,#014899);
    transform: translateY(1px) translateX(1px);
    box-shadow:0px 0px 4px #888888;
}
.btn_blue_S:hover{
    cursor:pointer;
    box-shadow: 1px 1px 2px #555555;
}

/*灰色按鈕-正常*/
.btn_Grey{
    /*background-color:#3B393A;*/
    background: -webkit-linear-gradient(#636363,#0E0D0B);
    background: -o-linear-gradient(#636363,#0E0D0B);
    background: -moz-linear-gradient(#636363,#0E0D0B);
    background: linear-gradient(#636363,#0E0D0B);
    width:65px;
    height:23px;
    color:#FFFFFF;
    text-align:center;
    border:0px;
    border-radius:3px;
    outline:0px;
    box-shadow: 1px 1px 2px #888888;
}
.btn_Grey:active{
    /*background-color: #3E8E41;*/
    background: -webkit-linear-gradient(#0E0D0B,#636363);
    background: -o-linear-gradient(#0E0D0B,#636363);
    background: -moz-linear-gradient(#0E0D0B,#636363);
    background: linear-gradient(#0E0D0B,#636363);
    transform: translateY(1px) translateX(1px);
    box-shadow:0px 0px 4px #888888;
}
.btn_Grey:hover{
    cursor:pointer;
    box-shadow: 1px 1px 2px #555555;
}

/*灰色按鈕-大*/
.btn_Grey_L{
    /*background-color:#3B393A;*/
    background: -webkit-linear-gradient(#636363,#0E0D0B);
    background: -o-linear-gradient(#636363,#0E0D0B);
    background: -moz-linear-gradient(#636363,#0E0D0B);
    background: linear-gradient(#636363,#0E0D0B);
    width:115px;
    height:23px;
    color:#FFFFFF;
    text-align:center;
    border:0px;
    border-radius:3px;
    outline:0px;
    box-shadow: 1px 1px 2px #888888;
}
.btn_Grey_L:active{
    /*background-color: #3E8E41;*/
    background: -webkit-linear-gradient(#0E0D0B,#636363);
    background: -o-linear-gradient(#0E0D0B,#636363);
    background: -moz-linear-gradient(#0E0D0B,#636363);
    background: linear-gradient(#0E0D0B,#636363);
    transform: translateY(1px) translateX(1px);
    box-shadow:0px 0px 4px #888888;
}
.btn_Grey_L:hover{
    cursor:pointer;
    box-shadow: 1px 1px 2px #555555;
}

/*灰色按鈕-小*/
.btn_Grey_S{
    /*background-color:#013E8F;*/
    background: -webkit-linear-gradient(#636363,#0E0D0B);
    background: -o-linear-gradient(#636363,#0E0D0B);
    background: -moz-linear-gradient(#636363,#0E0D0B);
    background: linear-gradient(#636363,#0E0D0B);
    width:37px;
    height:23px;
    color:#FFFFFF;
    text-align:center;
    border:0px;
    border-radius:3px;
    outline:0px;
    box-shadow: 1px 1px 2px #888888;
}
.btn_Grey_S:active{
    /*background-color: #3E8E41;*/
    background: -webkit-linear-gradient(#0E0D0B,#636363);
    background: -o-linear-gradient(#0E0D0B,#636363);
    background: -moz-linear-gradient(#0E0D0B,#636363);
    background: linear-gradient(#0E0D0B,#636363);
    transform: translateY(1px) translateX(1px);
    box-shadow:0px 0px 4px #888888;
}
.btn_Grey_S:hover{
    cursor:pointer;
    box-shadow: 1px 1px 2px #555555;
}

/*禁用樣式*/
.btn_Disable{
    background: -webkit-linear-gradient(#636363,#0E0D0B);
    background: -o-linear-gradient(#636363,#0E0D0B);
    background: -moz-linear-gradient(#636363,#0E0D0B);
    background: linear-gradient(#636363,#0E0D0B);
    width:65px;
    height:23px;
    color:#FFFFFF;
    text-align:center;
    border:0px;
    border-radius:3px;
    outline:0px;
    box-shadow: 1px 1px 2px #888888;
}

.btn_Disable_L{
    background: -webkit-linear-gradient(#636363,#0E0D0B);
    background: -o-linear-gradient(#636363,#0E0D0B);
    background: -moz-linear-gradient(#636363,#0E0D0B);
    background: linear-gradient(#636363,#0E0D0B);
    width:115px;
    height:23px;
    color:#FFFFFF;
    text-align:center;
    border:0px;
    border-radius:3px;
    outline:0px;
    box-shadow: 1px 1px 2px #888888;
}

.btn_Disable_S{
    background: -webkit-linear-gradient(#636363,#0E0D0B);
    background: -o-linear-gradient(#636363,#0E0D0B);
    background: -moz-linear-gradient(#636363,#0E0D0B);
    background: linear-gradient(#636363,#0E0D0B);
    width:37px;
    height:23px;
    color:#FFFFFF;
    text-align:center;
    border:0px;
    border-radius:3px;
    outline:0px;
    box-shadow: 1px 1px 2px #888888;
}




/*紅色按鈕-正常*/
.btn_red {
    /*background-color:#013E8F;*/
    background: -webkit-linear-gradient(#FF0000,#C80000);
    background: -o-linear-gradient(#FF0000,#C80000);
    background: -moz-linear-gradient(#FF0000,#C80000);
    background: linear-gradient(#FF0000,#C80000);
    width: 65px;
    height: 23px;
    color: #FFFFFF;
    text-align: center;
    border: 0px;
    border-radius: 3px;
    outline: 0px;
    box-shadow: 1px 1px 2px #888888;
}

    .btn_red:active {
        /*background-color: #3E8E41;*/
        background: -webkit-linear-gradient(#C80000,#FF0000);
        background: -o-linear-gradient(#C80000,#FF0000);
        background: -moz-linear-gradient(#C80000,#FF0000);
        background: linear-gradient(#C80000,#FF0000);
        transform: translateY(1px) translateX(1px);
        box-shadow: 0px 0px 4px #888888;
    }

    .btn_red:hover {
        cursor: pointer;
        box-shadow: 1px 1px 2px #555555;
    }

/*紅色按鈕-大*/
.btn_red_L {
    /*background-color:#013E8F;*/
    background: -webkit-linear-gradient(#FF0000,#C80000);
    background: -o-linear-gradient(#FF0000,#C80000);
    background: -moz-linear-gradient(#FF0000,#C80000);
    background: linear-gradient(#FF0000,#C80000);
    width: 115px;
    height: 23px;
    color: #FFFFFF;
    text-align: center;
    border: 0px;
    border-radius: 3px;
    outline: 0px;
    box-shadow: 1px 1px 2px #888888;
}

    .btn_red_L:active {
        /*background-color: #3E8E41;*/
        background: -webkit-linear-gradient(#C80000,#FF0000);
        background: -o-linear-gradient(#C80000,#FF0000);
        background: -moz-linear-gradient(#C80000,#FF0000);
        background: linear-gradient(#C80000,#FF0000);
        transform: translateY(1px) translateX(1px);
        box-shadow: 0px 0px 4px #888888;
    }

    .btn_red_L:hover {
        cursor: pointer;
        box-shadow: 1px 1px 2px #555555;
    }

/*紅色按鈕-小*/
.btn_red_S {
    /*background-color:#013E8F;*/
    background: -webkit-linear-gradient(#FF0000,#C80000);
    background: -o-linear-gradient(#FF0000,#C80000);
    background: -moz-linear-gradient(#FF0000,#C80000);
    background: linear-gradient(#FF0000,#C80000);
    width: 37px;
    height: 23px;
    color: #FFFFFF;
    text-align: center;
    border: 0px;
    border-radius: 3px;
    outline: 0px;
    box-shadow: 1px 1px 2px #888888;
}

    .btn_red_S:active {
        /*background-color: #3E8E41;*/
        background: -webkit-linear-gradient(#C80000,#FF0000);
        background: -o-linear-gradient(#C80000,#FF0000);
        background: -moz-linear-gradient(#C80000,#FF0000);
        background: linear-gradient(#C80000,#FF0000);
        transform: translateY(1px) translateX(1px);
        box-shadow: 0px 0px 4px #888888;
    }

    .btn_red_S:hover {
        cursor: pointer;
        box-shadow: 1px 1px 2px #555555;
    }




/*到第幾頁*/
.btn_GoPage{
    background-color:#2783C0;
    width:30px;
    height:25px;
    color:#FFFFFF;
    text-align:center;
    border:0px;
    border-radius:5px;
    outline:0px;
    box-shadow: 1px 1px 5px #888888;



}
.btn_GoPage:active{
    transform: translateY(1px) translateX(1px);
    box-shadow:0px 0px 4px #888888;
}
.btn_GoPage:hover{
    /*background-color: #3E8E41;*/
    cursor:pointer;
}

