@charset "UTF-8";

/*全站公用的*/
.commPointer{
    cursor: pointer;
}

.commRightDiv{
   /*background-color:#D4D4D4;*/
   width:100%;
   text-align: right;
}

.commLefttDiv{
   /*background-color:#D4D4D4;*/
   width:100%;
   text-align: left;
}

/*公用一個字的按鈕*/
.commOneWordBtn{
    width:28px;
} 

/*公用兩個字的按鈕*/
.commTwoWordBtn{
    width:56px;
} 

/*公用列表列去粗體*/
.commListTr{
    font-weight: normal;
}

/*日期輸入框 1*/
.commInputDateCss{
    background-color:#D4D4D4;
    font-size:10pt;
    width:70px;
    text-align: center;
}

/*日期輸入框 2*/
.commInputDateCss2{
    background-color:#D4D4D4;
    width:88px;
    font-size:10pt;
    text-align: center;
}

.ui-button .ui-button-text, input.ui-button ,button {
    font-size: 1.0em !important;
    padding: .2em .6em;
   
    overflow: visible;     
}


.ui-datepicker select.ui-datepicker-year, .ui-datepicker select.ui-datepicker-month { width: auto; }


/*jqGrid 用的*/
.ui-jqgrid .ui-jqgrid-title{font-size:12pt;}    /*修改grid标题的字体大小*/  
.ui-jqgrid-sortable {font-size:10pt;}   /*修改列名的字体大小*/  
.ui-jqgrid tr.jqgrow td {font-size:12pt; } /*修改表格内容字体*/ 

/*jg 記錄的背景變色*/
.ui-jqgrid tr.myjgRowCss td { 
    background-color:#D4D4D4;
}

.ui-state-hover{
  font-weight: normal !important;
}


.fp_text_css{
/*	color:red;*/
	width: 100%;
/* 防止撐開 */
table-layout: fixed;
/* 英文單字自動換行 */
word-wrap: break-word;
/* 正常避頭尾 */
word-break: normal;
/* 文字左右對齊 */ 
text-align:justify;
text-justify:inter-ideograph;
	
}
