
/* ---------------------------------------------------- */
/* 長文本框70,一般文本框30,文本區域長60高2 */
/* ---------------------------------------------------- */



/* ---------------------------------------------------- */
/* 查詢出來的表格的表頭 */

.Bth{
    font-family:Verdana;
    font-size:10pt;
    font-weight:bold;
    color:white;
    background-color:#799AE1;
    text-align:center;
     }
/* ---------------------------------------------------- */



/* ---------------------------------------------------- */
/* 查詢出來的表格的表頭 */

.BHth{
    font-family:Verdana;
    font-size:10pt;
    font-weight:bold;
    color:white;
    background-color:#799AE1;
    text-align:center;
     }
/* ---------------------------------------------------- */





/* ---------------------------------------------------- */
/* 上一頁下一頁一欄*/

.Bth1{
    font-family:Verdana;
    font-size:8pt;
    font-weight:bold;
    color:#215DC6;
    background-color:#D6DFF7;
     }
/* ---------------------------------------------------- */



/* ---------------------------------------------------- */
/* 位置一樣: Loacation....... */ 
  
.BthL{
    font-family:Verdana;
    font-size:8pt;
     }
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* 輸入的橫表頭 */

.Ith1{
    font-family:Verdana;
    font-size:9pt;
    background-color:#F7FBFF;
    text-align:center;
    font-weight:bold;
     }
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* 查詢出來的表身 */

.Btd{
    font-family:Verdana;
    font-size:8pt;
     }
/* ---------------------------------------------------- */




/* ---------------------------------------------------- */
/* 輸入的表頭 */

.Ith{
    font-family:Verdana;
    font-size:9pt;
    background-color:#F7FBFF;
    text-align:right;
    font-weight:bold;
     }
/* ---------------------------------------------------- */



/* ---------------------------------------------------- */
/* 輸入的表身 */

.Itd{
    font-family:Verdana;
    font-size:10pt;
     }
/* ---------------------------------------------------- */



/* ---------------------------------------------------- */
/* 臨時 */
     
.mytd{
    font-family:Verdana;
    font-size:10pt;
    text-align:center;
     }
/* ---------------------------------------------------- */



/* ---------------------------------------------------- */
/* 輸入的文本框 */
.Ibox { 
    BACKGROUND-COLOR: #FFFFFF; 
    BORDER-BOTTOM: #000000 0.5pt solid; 
    BORDER-LEFT: #000000 0.5pt solid; 
    BORDER-RIGHT:#000000 0.5pt solid; 
    BORDER-TOP: #000000 0.5pt solid; 
    BORDER-COLOR:#799AE1;
     }
/* ---------------------------------------------------- */




/* ---------------------------------------------------- */
/* 輸入的文本區域 */

textarea {
    font-family:Verdana;
    font-size:8pt;
    BACKGROUND-COLOR: #ffffff; 
    BORDER-BOTTOM: #000000 0.5pt solid; 
    BORDER-LEFT: #000000 0.5pt solid; 
    BORDER-RIGHT:#000000 0.5pt solid; 
    BORDER-TOP: #000000 0.5pt solid; 
    BORDER-COLOR:#799AE1;
      
     }
/* ---------------------------------------------------- */



/* ---------------------------------------------------- */
/* 輸入的下拉選擇 */

select {
    font-family:Verdana;
    font-size:8pt;
    BACKGROUND-COLOR: #F4F4F4; 
    BORDER-BOTTOM: #000000 0.5pt solid; 
    BORDER-LEFT: #000000 0.5pt solid; 
    BORDER-RIGHT:#000000 0.5pt solid; 
    BORDER-TOP: #000000 0.5pt solid; 
    BORDER-COLOR:#D6DFF7;

       }
/* ---------------------------------------------------- */




/* ---------------------------------------------------- */
/* 所有Input的式樣 */

input{
    font-size:8pt;
    font-family:Verdana;
    }
/* ---------------------------------------------------- */



/* ---------------------------------------------------- */
/* 操作選擇 */

.myselect {height:15px; }
/* ---------------------------------------------------- */



/* ---------------------------------------------------- */
/* 所有按鈕 */

Sbutton {
    font-size:8pt;
    font-family:Verdana;
    height:20px;
        }
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* 紅色標題 */
.mytitle{
    font-family:Verdana;
    font-size:18pt;
    font-weight:bold;
    color:red;
     }
/* ---------------------------------------------------- */


.myth{
    background-color:ECECEC;
    font-family:Verdana;
    font-size:10pt;
    font-weight:bold;
    text-align:right;
     }
