
.g_cud{
	 font-size: 1.2em;
	 background-color:#FFF500!important;
	 color:  #dc0000;
	 font-weight:bold;
	 text-align:center;
}


.onOver {
	background: #FFDBA6;

}

/*
可排序的話加上箭頭背景， cursor : pointer
*/
table.displayTag thead tr .sortable {
cursor: pointer;
}

/* 20200921 修改為圖片分開版本。 */
table.displayTag thead tr span.order1 {
background-image: url(../images/3901.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}


table.displayTag thead tr span.order2 {
background-image: url(../images/3902.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}

table.displayTag thead tr span.order1-1 {
background-image: url(../images/3901-1.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}


table.displayTag thead tr span.order2-1 {
background-image: url(../images/3902-1.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}

/* 讓 a Tag 占滿整個 th 空間，解決只有按在文字上面才能排序的問題 */
table.displayTag thead tr .sortable a, table.displayTag thead tr .order1 a, table.displayTag thead tr .order2 a{
width: 100%;
display:block;
}




/* 查詢結果統一標題樣式*/
.g_title {
	background-color: #CDECFF;
	text-align: left;
}

/* 查詢結果統一標題樣式*/
.g_message {
	background-color:#FFF500; 
	color:#dc0000; 
	text-align:center; 
	font-size:1.2em;
	font-weight: 900;
	margin-bottom: 10px;
	width: 100%;
    float: left;
}

/* 	blockUI對話框置中 */
.g_table_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: none; 
	cursor: default;
}

.g_width15 {
	width: 15% !important;
}

.g_width20 {
	width: 20% !important;
	word-break: break-all;
}

.g_width3 {
	width: 3% !important;
}
.g_width12 {
	width: 12% !important;
	word-break: break-all;
}
.g_width16 {
	width: 16% !important;
	word-break: break-all;
}