.DataGridTitle {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4A3C8C;
	text-align: center;
	line-height: 25px;
}
.DataGridTail {
	background-color: #4A3C8C;
	text-align: center;
	line-height: 40px;
}
.DataGridSmallTitle {
	font-size: 9pt;
	font-weight: bold;
	color: #4A3C8C;
	background-color: #9D9DFF;
	text-align: center;
	line-height: 23px;
}
.ReportSmallTitle {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	background-color: #B9B9FF;
	text-align: center;
	line-height: 23px;
}

.ReportSmallContent{
	font-size: 9pt;
	text-align: right;
	line-height: 23px;
}
.PageNo {
	font-size: 9pt;
	color: #FF0000;
}
.TotalPageNo {
	font-size: 9pt;
	color: #FF0000;
}
.ErrMegTitle {
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	background-color: #4A3C8C;
	text-align: center;
	line-height: 25px;
}
.ErrMeg {
	font-size: 12pt;
	color: #FF0000;
}
table {
	font-size: 9pt;
	line-height: 23px;
	background-color: #E7E7FF;
	color: #4A3C8C;
	border: #4A3C8C;
	word-break:break-all;
}
.SystemTitle {
	font-size: 9pt;
	color: #0000FF;
}
.SystemMeg {
	font-size: 9pt;
	color: #0000FF;
}
.ColName {
	padding-right: 5px;
	text-align: right;
}
.ColInput {
	text-align: left;
	padding-left: 5px;
}
input {
	font-size: 9pt;
	color: #4A3C8C;
	border: 1px solid #4A3C8C;
}
.TableTitle {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4A3C8C;
	text-align: center;
}
.TableContent {
	font-size: 9pt;
	color: #4A3C8C;
	text-align: center;
}

