﻿.ui-page-theme-a .ui-btn:focus, html .ui-bar-a .ui-btn:focus, html .ui-body-a .ui-btn:focus, html body .ui-group-theme-a .ui-btn:focus, html head + body .ui-btn-a.ui-btn:focus, .ui-page-theme-a .ui-focus, html .ui-bar-a .ui-focus, html .ui-body-a .ui-focus, html body .ui-group-theme-a .ui-focus, html head + body .ui-focus.ui-btn-a, html head + body .ui-focus.ui-body-a
{
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;	
}

.ui-table-columntoggle-btn
        {
            display: none !important;
        }
        /*去除 Body 最外層的 margin*/html, body
        {
            margin: 0;
            padding: 0;
            height: 100%;
        }
        /*        
        .ui-table-reflow.ui-responsive {
            display: table;
        }
        *//*標題置中*/
        .ui-table th
        {
            font-size: medium;
            text-align: center;
        }
        /*標題置中*/.ui-table-priority-1, .ui-table-priority-2, .ui-table-priority-3, .ui-table-priority-4, .ui-table-priority-5, th
        {
            text-align: center; /*background-color: Blue;*/
        }
        /*標題屬性*/.ui-header .ui-title, .ui-footer .ui-title
        {
            font-size: large;
        }
        .ui-body-d td, .ui-shadow table-stripe td, .ui-responsive td, .ui-table td, ui-table-columntoggle td
        {
            /*background-color: Red;*/
            text-align: center;
            font-size: large;
            vertical-align: middle;
        }
        /*改變 Tag 標題文字的樣式*/div ul li
        {
            font-size: x-large;
        }
        
        .hide
        {
            display: none;/*不顯示*/
        }
        
        /*設定三個頁籤被點選之後所顯示的顏色*/
        #custom-li-1.ui-btn-active {
            background:#bbaa95 !important;            
            border-color: White;
        }

        #custom-li-2.ui-btn-active {
            background:#bbaa95 !important;
            border-color: White;
        }

        #custom-li-3.ui-btn-active {
            background:#bbaa95 !important;
            border-color: White;
        }
        
        .p_TopTitle_Sub
	    {		
		    height: 90px;
		    line-height: 90px; /*兩者相同垂直置中*/
		    width: 800px;
		    background-image: url('./Images/Banner.jpg');		   		    
		    font-size: 24pt;
		    /*color: rgb(43,84,120);*/
		    /*產生文字邊框效果開始*/
		    color: #fff;
		    text-shadow: #000 0px 0px 1px;
		    -webit-font-smoothing: antialiased;
		    /*產生文字邊框效果結束*/
		    font-weight: bold;
		    text-align: center;
		    margin: auto; 		
	    }
	    
	    .ui-body-d td, .ui-shadow table-stripe td, .ui-responsive td, .ui-table td, ui-table-columntoggle td
	    {
	    	font-size:18pt;
	    } 
	    
	    .ui-table th
	    {
	    	background: #c9c9c9 !important;
	        color: White !important;
	    }