/*一般html*/
/*PS.放第一列,控制border.cellpadding.cellspacing.bordercolordark.bordercolorlight*/
.table3d {
	
	baobao: expression(table3d(this))

}

/*文字,大多用data-用途*/
.number-brown {
	text-align: right
}

.number-white {
	text-align: right;
	background-color: #FFFFFF
}


.string {
	font-family: "Arial", "Helvetica", "sans-serif"; /*定義欄位內的字串靠左對齊*/
	font-size: 9pt;
	text-align: left
}
.data-neme {
	font-size: 15px;
	color: #006699;
	text-align: center;
	letter-spacing: 2px;
	line-height: 40px;
	font-weight: bold;
}
/*表格標題,一律以table-title-為開頭-用途或屬性*/
.table-title-smfont {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #A2CCFB;
	line-height: 24px;
}
.table-title-theme {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #003300;
	/*background-color: #A2CCFB;*/
	text-align: left;
	text-indent: 3pt;
	/*width: 120;*/
	line-height: 24px;
   	filter:progid:Dximagetransform.microsoft.gradient(gradienttype='1', startcolorstr='#A2CCFB', endcolorstr='#EDEDFE');
}
.table-title {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #003300;
	background-color: #80bf40;
	text-align: center;
	text-indent: 3pt;
	/*width: 120;*/
	line-height: 24px;
}
.table-errmsg {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #993300;
	background-color: #FFFFAA;
	border: 1px solid #993300;
	letter-spacing: 1px;
	text-indent: 3pt;
	line-height: 24px;
}

/*表格內容,以row為開頭-配合標題的用途或屬性*/
.row-odd-smfont {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	background-color: #D2E9FF;
	text-align: center;
}

.row-even-smfont {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	background-color: f1f1f1;
	text-align: center;
}

.row-theme {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	/*background-color: #D2E9FF;*/
	text-align: left;
	text-indent: 1pt;
	background-color: #EDEDFE;
}

.row-theme2 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	text-align: left;
	text-indent: 3pt;
	line-height: 42px;
	background-color: #EDEDFE;
}

.row-theme-line {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	background-color: #D2E9FF;
	text-align: left;
	text-indent: 1pt;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #99CCFF;
	border-right-color: #99CCFF;
	border-bottom-color: #99CCFF;
	border-left-color: #99CCFF;
}

.row-info {
	font-family: "Arial", "Helvetica", "sans-serif"; /*系統自動帶出資料的樣式*/
	font-size: 12px;
	background-color: #CAECC8;
	text-align: left;
	text-indent: 2pt;
	color: #990000;
}

/*其他*/
.bar_silver {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	background-color: #FFD79B;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
}

/*FORM*/
.UPPERCASE {
	text-transform: uppercase
}  /*轉大寫*/
.reqfield {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #FF00CC;
	background-color: #eec;
	text-align: left;
	text-indent: 1pt;
}
/*
.button-silver {
	border: 1px solid #333333; 
	background-color: #DAD69A;
	text-align: center;
}
*/
.text-white-color {
	background-color: #f1f1f1;
}

}
.text-blue-color {
	background-color: #eec;
	border: 0px none;
}
/*
.button-qry {
	background-color: #FFFFCC;
	height: 22px;
	width: 50px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #234B23;
	border: 1px solid #50A750;
}
*/
.table-title-qry {
	background-color: #E1E6CA;
}
/*
.button-std {
	background-color: cinereous;
	height: 22px;
	width: 50px;
	text-decoration: none;
	margin: 2px;
	padding: 0px;
	color: #000000;
	border: 1px solid #50A750;
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
	font-size: 12px;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
	font-size: 12px;
}
*/
.table-outside {
	border: 1px solid #999999;
}

.text-yellow-color {
	background-color: #eec;
	border: none;
}

.bar-yellow {
	background-color: #eec;
	text-align: center;
}