﻿.Mimage {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #FFF;
    background-color: #369;
    border-width: 0;
    height: 40px;
    box-shadow: inset 0px 0px 0px 0px #FFF, -1px -1px 0px 0px #FFF;

    cursor: pointer;
}

.Simage:hover {
    color: #369;
    font-weight: bold;
}

.Simage {
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    color: #666;
    border-width: 0;
    height: 50px;
    background-color: #FFF;

    box-shadow: inset 0px 1px 0px 0px #CCC;
}

.selectimage {
    font-weight: bold;
    text-align: center;
    color: #666;
    border-width: 0;
    height: 50px;
    background-color: #e2e9f1;
    /* box-shadow: -3px 0px 0 0 #7AC inset; */
}

.LogOut:hover {
    background: -moz-linear-gradient(center top, #eeaf41 5%, #ffce79 100%);
    background: -ms-linear-gradient(top, #eeaf41 5%, #ffce79 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #eeaf41), color-stop(100%, #ffce79));
    background-color: #eeaf41;
}

.LogOut {
    cursor: pointer;
    margin: 15px;
    text-align: center;
    color: #000;
    background-color: #FFF;
    border-color: #333;
    border-width: 1px;
    font-weight: bold;
    box-shadow: inset 0px 0px 10px 0px #ABABAB, 1px 1px 1px 1px #242424;
    -webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB, 1px 1px 1px 1px #242424;
    -moz-box-shadow: inset 0px 0px 10px 0px #ABABAB, 1px 1px 1px 1px #242424;
    -o-box-shadow: inset 0px 0px 10px 0px #ABABAB, 1px 1px 1px 1px #242424;
}

td[id=btLanguage] {
    cursor: pointer;
    margin: 15px;
    text-align: center;
    color: #000;
    border-width: 0;
    height: 25px;
    padding-left: 5px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: inset 0px 0px 10px 0px #ABABAB, 0px 0px 1px 1px #242424;
    -webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB, 0px 0px 1px 1px #242424;
    -moz-box-shadow: inset 0px 0px 10px 0px #ABABAB, 0px 0px 1px 1px #242424;
    -o-box-shadow: inset 0px 0px 10px 0px #ABABAB, 0px 0px 1px 1px #242424;
}

/*卷軸美化*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: #FFF;
    /*卷軸底色*/
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #AAA;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:active {
    background-color: #333;
}

/* This css button was generated by css-button-generator.com */