/* common style */
a {
    outline: none;  /* for Firefox Google Chrome  */
    behavior:expression(this.onFocus=this.blur());  /* for IE */
}
.clear{ clear: both; }
.clearfix:after{ content:""; display:table; clear: both; }  /* for gte IE8, modern browser */
.clearfix{ *zoom: 1; }  /* for lte IE7 */
.floatL{ float: left; _display: inline; }
.floatR{ float: right; _display: inline; }
.hoverFade{ background-position: 100% 100%; background-repeat: no-repeat; }
.hoverFade a{ display: block; background-position: 0 0; background-repeat: no-repeat; cursor: pointer; }
.inlineBlock{ display: inline-block; }
.mCenter{ margin: 0 auto; }
.transition-color{
    transition:           color .6s ease;
    -moz-transition:      color .6s ease;
    -webkit-transition:   color .6s ease;
    -ms-transition:       color .6s ease;
    -o-webkit-transition: color .6s ease;
}
/* common style End */
/*最外層設定*/
html{ height: 100%; }
body{
    background: #1E080A url('../images//container_bg_y.jpg') repeat 50% 0;
    font-size: 12px;
    padding: 0;
    width: 100%;
}
.first body{
    background: #1E080A url('../images//bg01_x.jpg') repeat-x 50% 0;
    /* background: #1E080A url('../images/bg0222.png') repeat-x 50% 0; */
    
}
.zh-tw body{ font-family: "Microsoft JhengHei","微軟正黑體" }
.zh-cn body{ font-family: STHeiti, "Microsoft YaHei", "微软雅黑", "SimSun", "宋体" }
.isTpl body {
    background: none;
}
#mainBody{
    /* background: url('../images/bg02.jpg') repeat-x 50% 0; */
    min-width: 1000px;
    width: auto !important;
    width: 100%;
}
.first #mainBody{
    background: url('../images/bg01.jpg?0620') no-repeat 50% 0;
}
#page-header{
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 1000px;
}
.isTpl #page-header,
.first #page-header{
    background: none;
}
#page-container{
    padding: 20px 0;
    min-width: 1000px;
    width: auto !important;
    width: 100%;
}
.first #page-container{
    padding: 0;
}
#page-body{
    background: url('../images/container_bg_y.jpg') repeat 50% 0;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 1000px;
}
#page-footer{
    background: url('../images/footer_bg.png') repeat-x 50% 0;
    min-width: 1000px;
    width: auto !important;
    width: 100%;
    height: 140px;
}
.first #page-footer{
    background: url('../images/footer_bg.png') no-repeat 50% 0;
}
/* 最外層設定_END */
/* HEAD */
#header{
    width: 1000px;
}
.isTpl #header{
    margin: 0;
}
    /* HeadTop欄位 */
.head-top-wrap{
    position: relative;
    width: 1000px;
    height: 47px;
}
.head-bottom-wrap{
    width: 1000px;
    height: 100px;
}
    /* ele_logo.html */
.logo-bg{
    width: 245px;
    height: 100px;
}
.ele-slider-wrap .anythingControls{
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.ele-slider-wrap .thumbNav li{
    float: left;
    margin-right: 3px;
}
.ele-slider-wrap .thumbNav li.last{
    margin-right: 0;
}
.ele-slider-wrap .thumbNav li a{
    background-color: #242424;
    color: #CCC;
    display: block;
    font-size: 10px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    text-align: center;
    text-decoration: none;
}
.ele-slider-wrap .thumbNav li a.cur{
    background-color: #4D4D4D;
    color: #FFF;
}
    /* 語系 */
.lang-wrap {
    position: absolute;
    right: 0;
    top: 15px;
}
.lang-wrap .ele-lang-wrap a{
    padding-left: 2px;
}

    /*美東時間*/
#est_bg{
    position: absolute;
    right: 0;
    color: #8F8775;
    display: inline;
    height: 16px;
    line-height: 16px;
    text-align: right;
    background: transparent;
    /* For IE 8 */   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* For IE 5-7 */ *filter:alpha(opacity=100);
    /* For W3C */    opacity: 1;
}
#EST_reciprocal{
    color: #DB770F;
}
    /* 登入欄位 */
#login-wrap{ padding-left: 38px; }
.isLogin #login-wrap{
    background-position: 0 100%;
}
.login-box{
    padding-top: 11px;
    height: 32px;
}
.lottery .login-box,
.isTpl .login-box{
	padding-top: 15px;
}
.login-text{
    width: 375px;
}
#LoginForm p.code{
    width: 63px;
}
#LoginForm label{
    color: #8F8775;
    cursor: text;
    font-family: "PMingLiU", "新細明體" \9;
    line-height: 27px;
    position: absolute;
    left: 12px;
}
#LoginForm .login-unit-user{
    width: 130px;
    height: 25px;
    background-color: #140A08;
    border: 1px solid #352927;
}
#username{
    background: none;
    border: none;
    width: 70px;
}
.acc-unicode{
    position: absolute;
    right: 3px;
    top: -1px;
    color: #8F8775;
    font-size: 14px;
    font-family: arial;
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.za_text.code{
    width: 53px;
}
#vPic{
    cursor: pointer;
    display: none;
    position: absolute;
    top: 5px;
    left: 68px;
}
    /* btn-join, btn-pw */
.login-btn ul li{
    float: left;
}
.login-btn ul li a{
    display: block;
    line-height: 27px;
    width: 60px;
    height: 27px;
    text-align: center;
    text-decoration: none;
}
.login-btn ul li a.btn-join{
    color: #FDFECC;
    background-color: #5B1E1B;
}
.login-btn ul li a.btn-join:hover{
    color: #FDC459;
    background-color: #812722;
}
.login-btn ul li a.btn-pw:hover{
    color: #FDC459;
}
    /* 登入後資訊 */
#loginedAcc{
    color: #8F8775;
    height: 20px;
    padding-top: 4px;
}
#loginedAcc ul li{
    color: #8F8775;
    float: left;
    line-height: 14px;
    height: 14px;
    padding-right: 10px;
}
#loginedAcc .ele-accinfo{
    padding-left: 0;
}
.ele-accinfo span{
    color: #DB770F;
}
    /* 登入後副選單 */
#SU-Menual{
    position: relative;
    width: 630px;
}
#SU-Menual ul li{
    color: #8F8775;
    float: left;
    height: 20px;
    padding-right: 3px;
    white-space: nowrap;
}
#SU-Menual ul li a{
    color: #8F8775;
    line-height: 20px;
    text-decoration: none;
}
#SU-Menual ul li a:hover{
    color: #DB770F;
}
#SU-Menual ul li a#su-logout{
    background-color: #DC770F;
    color: #FDFECC;
    display: block;
    line-height: 27px;
    margin-top: -5px;
    width: 57px;
    height: 27px;
    text-align: center;
}
#SU-Menual ul li a#su-logout:hover{
    background-color: #EA8E2F;
    color: #812722;
}
/* 導覽列 */
.mainnav-wrap {
    float: right;
    padding-left: 48px;
    width: 707px;
}
.mainnav-service {
    float: left;
    background: url('../images/nav.png') no-repeat 0 0;
    width: 67px;
    height: 57px;
    line-height: 57px;
    color: #980C05;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.en .mainnav-service {
    height: 44px;
    line-height: 14px;
    padding-top: 13px;
}
.mainnav-service:hover {
    background: none;
    color: #F7E5C3;
}
.ele-navbar-wrap {
    float: left;
}
.ele-navbar-wrap li {
    float: left;
    height:89px;
}
.ele-navbar-wrap ul a {
    display: block;
    height:89px;
    text-decoration: none;
}
.ele-navbar-wrap ul a .ele-nav-title {
    display: block;
    padding: 0 4px;
    width: 72px;
    height: 89px;
    line-height: 89px;
    color: #F7E5C3;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.ele-navbar-wrap ul a.current .ele-nav-title,
.ele-navbar-wrap ul a:hover .ele-nav-title {
    display: block;
    height:89px;
    background: url('../images/nav_over.jpg') no-repeat 0 0/cover;
}
.ele-navbar-wrap .ele-nav-hot {
    left: 48px;
    bottom: 46px;
}
.ele-navbar-wrap .ele-more-icon {
    bottom: 0;
    right: -95px;
}
.ele-navbar-wrap .ele-sidemenu-group,
.ele-navbar-wrap li.ele-more-nav {
    display: none;
}
/* 下拉子選單 */
.ele-subnav-group a,
.ele-more-wrap a {
    display: block;
    padding: 0 4px;
    background: url('../images/sub.png') 0 0;
    width: 72px;
    height: 30px;
    line-height: 30px;
    color: #F7E5C3;
    text-align: center;
    text-decoration: none;
}
.ele-subnav-group a:hover,
.ele-more-wrap a:hover {
    color: #FDC459;
}
    /* 各頁標題 */
.page-title-bg{
    padding-top: 110px;
    width: 1000px;
    height: 110px;
}
.page-title{
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 261px;
    height: 110px;
}
/* footer */
#footer-main{
    color: #8B5347;
    position: relative;
    width: 990px;
    height: 140px;
}
.footer-pic{ margin: 15px 0px 0px 0px; }
#bblogo {
    float: left;
    margin: 34px 0 0 155px;
    opacity: 0.5;
}
#bblogo img {
    display: block;
}
.footer-icons{
    position: absolute;
    left: 152px;
    top: 0;
    width: 660px;
    height: 76px;
    background: url('../images/footer_img03.jpg') 0 0 no-repeat;
}
#browser-logo {
    position: absolute;
    right: 0;
    top: 34px;
}
.first .footer-icons{
    background: url('../images/footer_img02.jpg') no-repeat;
}
#footer-info{
    padding-top: 75px;
    text-align: center;
}
#footer-article{
    padding-left: 32px;
    color: #8B5347;
}
#footer-article a{
    padding: 0 1px;
    color: #8B5347;
    line-height: 25px;
    text-decoration: none;
}
#footer-article a:hover{
    color: #F7E5C3;
}
#copy_ifo{
    line-height: 25px;
}
/* 首頁 */
#first-wrap{
    width: 1000px;
}
    /* ele_slide.html */
.loop_wrap{
    padding-top: 27px;
    padding-left: 88px;
    width: 478px;
    height: 204px;
}
    /* ele_firstgame.html */
.ele-firstgame-wrap{
    padding-top: 45px;
}
.ele-firstgame a{
    margin-right: 7px;
}
.first-item-wrap-top{}
.first-item-wrap-bottom{}
    /* 首頁-按鈕 */
.first-btn-wrap{
    width: 480px;
    height: 123px;
}
.first-btn-wrap div,
.first-btn-wrap div a{
    display: block;
    float: left;
    width: 96px;
    height: 123px;
}
.first-btn-wrap div a{
    position: relative;
}
.first-btn-wrap div a:hover{
    background-position: 0 100%;
}
    /* 首頁-連絡區塊 */
.first-contact{
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #FFF9CD;
    font-size: 12px;
    padding-top: 60px;
    padding-left: 45px;
    width: 221px;
    height: 63px;
}
    /* 首頁-news */
.first-news-wrap{
    background-position: 0 18px;
    background-repeat: no-repeat;
    color: #FEFAE4;
    padding-top: 18px;
    position: relative;
    width: 480px;
    height: 163px;
}
.first-news{
    position: absolute;
    top: 115px;
    left: 45px;
    width: 285px;
    height: 60px;
}
    /* 首頁-加入,歡迎按鈕 */
.first-btn-join,
.first-btn-join a,
.first-btn-welcome{
    display: block;
    width: 330px;
    height: 410px;
}
    /* 首頁-不規則按鈕 */
.first-specBtn-wrap{
    background-position: 50% 18px;
    background-repeat: no-repeat;
    padding-top: 18px;
    position: relative;
    width: 303px;
    height: 163px;
}
.first-specBtn-join a,
.first-specBtn-promotion a{
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 303px;
}
.first-specBtn-join a{
    height: 98px;
}
.first-specBtn-promotion a{
    height: 65px;
}
.first-specBtn-join a:hover,
.first-specBtn-promotion a:hover{
    background-position: 0 100%;
}
/* 真人+電子 */
.liveTopFlash{
    margin: 0 auto;
    padding: 10px 0;
    width: 960px;
}
.liveTopFlash object{ display: inline-block; }
.roadMap{
    padding: 10px;
}
.roadMap a{
    background-color: #6E1210;
    color: #FFF;
    cursor: pointer;
    display: block;
    float: right;
    line-height: 33px;
    position: relative; /* for pngfix */
    width: 125px;
    height: 33px;
    text-align: center;
    text-decoration: none;
}
.roadMap a:hover{
    background-color: #9E1000;
    color: #FFCFA5;
}
.game-info a:hover{ color: #FFFF00; }
.game-list.hided{ display: none; }
.gameLayout{
    background: url('../images/gamebg.png') no-repeat 0 0;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-bottom: 20px;
    width: 320px;
    height: 183px;
    _display: inline;
}
.game-img{
    background-repeat: no-repeat;
    width: 130px;
    height: 99px;
    position: absolute;
    top: 17px;
    left: 21px;
}
.game-name{
    color: #FFCFA5;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: 15px;
    left: 165px;
}
.game-link{
    position: absolute;
    top: 45px;
    left: 165px;
}
.game-link a{
    color: #FFEAD7;
    display: block;
    float: left;
    line-height: 28px;
    margin-top: 3px;
    position: relative; /* for pngfix */
    width: 80px;
    height: 35px;
    text-align: center;
    text-decoration: none;
}
.game-link a.first,
.game-link a.rule { background: url('../images/game_rule.png') no-repeat 0 0; }
.game-link a.enter{ background: url('../images/game_rule.png') no-repeat 0 0; }
.game-link a:hover{ color: #000; background-position: 0 100%; }
.GameIcon{
    position: absolute;
    top: 0;
    right: 0;
}
.GameIcon{
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}
.GameIcon-First{
    width: 72px;
    height: 29px;
    top: 0;
}
.GameIcon-New{
    background-image: url('../images/New.gif');
    width: 36px;
    height: 37px;
}
    /* 彩金說明 */
.prize-wrap{
    background: #242424;
    margin-left: 25px;
    *margin-top: 15px;
    padding-bottom: 5px;
    width: 184px;
}
#prizeDIV{
    background: #464646 url('../images/prizeBG.jpg') no-repeat;
    padding-bottom: 8px;
    width: 184px;
    height: 91px;
}
#prize{
    position: relative;
    margin-top: 26px;
    width: 184px;
}
#jackpotRules,
#jackpotRules .jpBTN-link{
    background-repeat: no-repeat;
    width: 100%;
    height: 31px;
}
#jackpotRules{
    background-position: 50% 100%;
    clear: both;
    margin: 5px 0 0;
    width: 184px;
}
#jackpotRules .jpBTN-link{
    background-position: 50% 0;
}
.jpBTN,
.jpBTN .jpBTN-link{ background-image: url('../images/PrizeRule_en.jpg'); }
.jpBTN-zh-tw,
.jpBTN-zh-tw .jpBTN-link{ background-image: url('../images/PrizeRule_tw.jpg'); }
.jpBTN-zh-cn,
.jpBTN-zh-cn .jpBTN-link{ background-image: url('../images/PrizeRule_cn.jpg'); }
/* 文案左MENU */
#Game-Menual{
    padding-right: 20px;
    position: relative;
    width: 174px;
    _padding-bottom: 166px;
}
.menual-list-top{
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 174px;
    height: 87px;
}
.menual-list-bottom{
    background: url('../images/sidebar_bottom.png') no-repeat 50% 0;
    position: relative;
    _position: absolute;
    left: -72px;
    width: 266px;
    height: 166px;
}
.menual-list-bg{
    background: url('../images/sidebar.png') repeat-y 50% 0;
    width: 174px;
}
#menual-list ul li{
    width: 174px;
    height: 40px;
}
#menual-list ul li a{
    position: relative;
    color: #FFCFA5;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 40px;
    margin: 0 auto;
    width: 174px;
    height: 40px;
    text-align: center;
    text-decoration: none;
}
#menual-list ul li a:hover{
    background: url('../images/sidebar_over.png') no-repeat 50% 0;
}
.game #mainBody{
    background: url('../images/casino-bg03.jpg') no-repeat 50% 0;
}
.game #page-header{
    background: none;
}
.game #page-container{
    padding-top: 0;
    background: url('../images/casino-container_bg_y02.jpg') no-repeat 50% 220px;
}
/* ELE Style */
/*
** 各站 遊戲彩金 Game Jackpot
*/
.ele-gamejp-wrap {
    width: 1000px;
    height: 80px;
}
.ele-gamejp-title {
    width: 280px;
}
.ele-gamejp-title,
.ele-gamejp-bb-area,
.ele-gamejp-g3d-area {
    float: left;
    height: 80px;
}
.ele-gamejp-bb-area,
.ele-gamejp-g3d-area {
    width: 200px;
    margin-left: 15px;
    padding: 0 10px 0 130px;
}
.ele-gamejp-explain {
    padding-bottom: 10px;
    width: 160px;
    height: 24px;
    line-height: 24px;
    color: #FFF;
    background-image: url('../images/layout/gamejp_btn.png');
    transition: all 0.2s ease;
}
.ele-gamejp-explain:hover {
    color: #F4DF8A;
}
.ele-gamejp-prize {
    padding-top: 6px;
    height: 35px;
    line-height: 35px;
    font-size: 25px;
    color: #FC0;
}
/* 小彩金  */
.ele-layout-subjp .ele-game-layout{
    height: 282px;
}
.ele-layout-subjp .ele-game-ctl-wrap{
    bottom: 83px;
}
.ele-layout-subjp .ele-game-sub-jp .minorJP{
    margin-top: 10px;
    padding: 0 10px 0 10px;
    color: #FFF;
    background: #4E0101;
    box-shadow: 0 3px 1px rgba(0,0,0,0.5);
}
.ele-layout-subjp .ele-game-sub-jp .minorJP:before{
    color: #DDD;
}
/*
** 各站 遊戲導覽列 Game Menu
*/
.game-menu {
    margin: 0 auto;
    width: 1000px;
    background: url('../images/layout/game_menu.png') no-repeat;
}
.game-menu-bg,
.nav-normal > a {
    height: 46px;
}
.nav-normal {
    background: url('../images/layout/game_menu_line.png') no-repeat 100% 50%;
}
.nav-normal > a {
    padding: 0 20px;
    line-height: 46px;
    text-decoration: none;
}
.nav-icon {
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    transition: all 0.2s ease;
}
/*
** 各站 遊戲搜尋
*/
#ele-search-wrap {
    width: 204px;
    height: 46px;
}
/* for ie8*/
#ele-search-wrap label {
    top: 18px;
    left: 10px;
}
#ele-search-wrap .ele-search-input {
    float: left;
    margin-left: 8px;
    height: 100%;
    line-height: 46px \9;
}
#ele-search-wrap label,
#ele-search-wrap .ele-search-input {
    width: 142px;
}
#ele-search-wrap .ele-search-btn {
    width: 50px;
}
/*
** 各站遊戲圖 樣式
*/
.game .ele-game-wrap {
    margin: 20px auto;
    width: 990px;
}
.ele-game-layout {
    margin: 8px 5px;
    padding-bottom: 47px;
    width: 320px;
    height: 246px;
    background: url('../images/layout/game_bg.png') no-repeat 0 0;
    box-sizing: border-box;
}
.ele-game-name h3 {
    width: 210px;
    height: 30px;
    color: #FFF;
    line-height: 30px;
}
.ele-game-ctl-wrap,
.ele-game-ctl-tools,
.ele-game-ctl-links {
    width: 100%;
}
.ele-game-img {
    bottom: 5px;
}
.ele-game-ctl-wrap {
    bottom: 47px;
}
.ele-game-ctl-tools {
    height: 28px;
    background: #770D13;
}
/*
** 各站 遊戲連結
*/
.ele-game-link {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
}
.ele-game-ctl-links a {
    color: #FFF;
    background: url('../images/game_btn_rule.png') no-repeat 0 0;
}
.ele-game-ctl-links a:hover {
    color: #F6DC89;
    background-position: bottom;
}
.ele-game-ctl-links a.ctl-btn-enter {
    color: #FFF;
    background: url('../images//game_btn_entergame.png') no-repeat 0 0;
}
.ele-game-ctl-links a.ctl-btn-enter:hover {
    color: #000;
    background-position: bottom;
}
/*文案*/
#joinMember{
   display: block;
   float: left;
}
.advertis-wrap{
    width: 806px;
}
.advertis-top{
    /*background: url('../images/about_bg_top.jpg') no-repeat 50% 0;*/
    width: 806px;
    height: 1px;
}
.advertis-bottom{
    /*background: url('../images/about_bg_bottom.png') no-repeat 50% 0;*/
    width: 806px;
    height: 54px;
}
.advertis-bg{
    background: url('../images/about_bg.jpg') repeat-y 50% 0;
}
.advertis{
    padding: 20px 53px;
    width: 700px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
.exclusive-event{
    margin: 0 auto;
    width: 930px;
}
.advertis-event{
    width: 700px;
}
#direction{
    color: #E7D5A5;
    word-wrap: break-word;
    word-break: normal;
}
#direction h3{
    /*background: url('../images/about_tit_bg.png') no-repeat 50% 0;*/
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src="../images/about_tit_bg.png",sizingMethod ="crop");
    color: #E7D5A5;
    line-height: 40px;
    width: 127px;
    height: 74px;
    text-align: center;
}
#direction a{ color: #FFCC00; }
#direction a:hover{ color: #FFF; }
#direction ul.mtab-menual{ list-style: none; }
#direction ul.mtab-menual li{
    background-color: #EA4E2E;
    color: #FFF;
    cursor: pointer;
    display: inline;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    margin-left: 5px;
    padding: 9px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow:inset -1px -2px 3px 1px rgba(20%,20%,40%,0.5);
    -moz-box-shadow:inset -1px -2px 3px 1px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow:inset -1px -2px 3px 1px rgba(20%,20%,40%,0.5);
    transition:           color .6s ease;
    -moz-transition:      color .6s ease;
    -webkit-transition:   color .6s ease;
    -ms-transition:       color .6s ease;
    -o-webkit-transition: color .6s ease;
}
#direction ul.mtab-menual li:hover,
#direction ul.mtab-menual li.mtab{
    background-color: #BC1813;
    color: #FFAF4C;
}
#direction ul.mtab-menual li:hover{
    box-shadow:inset 2px 2px 3px 1px rgba(20%,20%,40%,0.5);
    -moz-box-shadow:inset 2px 2px 3px 1px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow:inset 2px 2px 3px 1px rgba(20%,20%,40%,0.5);
    transition:           color .6s ease;
    -moz-transition:      color .6s ease;
    -webkit-transition:   color .6s ease;
    -ms-transition:       color .6s ease;
    -o-webkit-transition: color .6s ease;
}
#direction ul.mtab-menual li.mtab{
    cursor: default;
    font-weight: bold;
    box-shadow:inset -1px -2px 3px 1px rgba(20%,20%,40%,0.5);
    -moz-box-shadow:inset -1px -2px 3px 1px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow:inset -1px -2px 3px 1px rgba(20%,20%,40%,0.5);
}
/* 共用頁面 */
.Tpl-table01{
    background-color: #FFF;
    border: 1px solid #666;
    color: #000;
    font-size: 12px;
}
table .Tpl-title01 th{
    background-color: #CC0303;
    color: #FFF;
    font-weight: bold;
    height: 24px;
    text-align: center;
}
#Tpl-user-acc span{
    color: #0000FF;
    line-height: 20px;
}
.Tpl-table01 th, .Tpl-table01 td{
    border: 1px solid #666;
    height: 22px;
}
tr.Tpl-trcolor1{
    background: #000;
    /* IE10 */
    background: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    /* Mozilla Firefox */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    /* Opera */
    background: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    /* Webkit (Chrome 11+) */
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    /* Proposed W3C Markup */
    background: linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
}
tr.Tpl-trcolor2{ background: #EEEEEE; }
tr.Tpl-trmouseenter{ background: #DEF; }
#Tpl-memdata .Tpl-table01 th,
#Tpl-memdata .Tpl-table01 td.Tpl-left{ text-align: center; }
#Tpl-memdata .Tpl-table01 td.Tpl-right{ text-align: left; }
.Tpl-blue{ color: #0000FF; }
.Tpl-fontcolor1{ color: #D73600; }
.Tpl-fontcolor2{ color: #0000FF; }
