﻿table.statResultContainer {
	width: 100%;
	text-align:center;
}

table.statResultContainer td.title {
	text-align: center;
	height: 30px;
	font-weight: bold;
	font-size: 10.5pt;
}

table.statResultContainer td.reamrk {
	padding-top: 20px;
}

table.statResult {
	width: 100%;
	border: solid 1px #666666;
	border-collapse: collapse;
}

table.statResult td {
	border: solid 1px #666666;
	padding: 2px;
	white-space : nowrap;
	text-align : center;

}

table.statResult th {
	text-align: center;
	white-space: nowrap;
	background: #DDDDDD;
	font-weight: normal;
	
	border: solid 1px #666666;
	padding: 2px;
}

table.statResult tr.total {
	background: #DDDDDD;
}


table.ppstatResult {
	width: 600px;
	border: solid 1px #666666;
	border-collapse: collapse;
	text-align:center;
}

table.ppstatResult td {
	border: solid 1px #666666;
	padding: 2px;
	white-space : nowrap;
	text-align : center;

}

table.ppstatResult th {
	text-align: center;
	white-space: nowrap;
	background: #DDDDDD;
	font-weight: normal;
	
	border: solid 1px #666666;
	padding: 2px;
}

table.ppstatResult tr.total {
	background: #DDDDDD;
}