﻿/* 리스트 테이블 */
table.tblList { border-collapse:collapse;background-color:white;}
table.tblList th {background-color:#eeeeee;padding:3px; border:solid 1px #cccccc;white-space:nowrap;text-align:center; }
table.tblList tr td {padding:3px; border:solid 1px #cccccc; white-space:nowrap;}