
/* 리스트 */
.tbl-stat {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 15px;
	color: #666;
}
.tbl-stat caption { font-size:1px; line-height:1px; text-indent:-1000em; visibility:hidden; width:1px; height:1px; overflow:hidden;}
.tbl-stat thead th, .tbl-stat tbody th {
	border: solid #e0e0e0;
	border-width: 0 0 1px 1px;
	color: #333;
	text-align: center;
	word-wrap: break-word;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 400;
	background-image: url(/images/txt_tit_01.gif);
	background-repeat: no-repeat;
	background-position: 15px center;

}
.tbl-stat tbody th {
	background: #fcfcfc;
}
.tbl-stat thead th:first-child, .tbl-stat tbody th:first-child,.tbl-stat tbody td:first-child, .tbl-stat tfoot td:first-child {
	border-left: 0px;
}
.tbl-stat tbody td {
	border: 1px solid #e0e0e0;
	border-width: 0 0 1px 1px;
	padding:15px 5px 15px 5px;
	text-align:center;
}
.tbl-stat .left,.tbl-stat .l {
	padding-left: 20px;
}/*여백 재설정이 필요할 경우*/
.tbl-stat tfoot th {
	border: solid #e0e0e0;
	border-width: 0 0 1px 0px;
	text-align: left;
	color: #FF0000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.tbl-stat tfoot td {
	background: #f6f6f6;
	border: solid #e0e0e0;
	border-width: 0 0 1px 1px;
	text-align: left;
	color: #333;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 10px;
}

/* th 정렬 */
.tbl-stat thead th.sort a {display:inline-block; background: url(../_Img/stat/ico_sort.gif) no-repeat right center;  padding-right:15px; margin:0px 3px; font-weight:bold;}
.tbl-stat thead th.sort a:hover, .tbl-stat thead th a:focus, .tbl-stat thead th.sort a:active {
	text-decoration: underline;
	color: #FF0000;
}

.tbl-stat thead th.sort_up a {
	color: #FF0000;
	background: url(../_Img/stat/ico_sort_up.gif) no-repeat right center;
	padding-right: 15px;
	margin: 0px 3px
}
.tbl-stat thead th.sort_up a:hover, .tbl-stat thead th.sort_up a:focus, .tbl-stat thead th.sort_up a:active {text-decoration:underline;}

.tbl-stat thead th.sort_dw a  {
	color: #FF0000;
	background: url(../_Img/stat/ico_sort_dw.gif) no-repeat right center;
	padding-right: 15px;
	margin: 0px 3px
}
.tbl-stat thead th.sort_dw a:hover, .tbl-stat thead th.sort_dw a:focus, .tbl-stat thead th.sort_dw a:active {text-decoration:underline;}

.tbl-stat td.sort {
	color: #FF0000;
	font-weight: bold;
}



.tbl-stat .point {
	background-color: #EEEEEE;
}

/* 마우스 오버시 스타일 지정
.tbl-stat tr:hover td {background-color:#eff2f5;}
.tbl-stat tr:hover td  {font-weight:bold; }*/










