@charset "utf-8";
/* CSS Document */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ¦Cªí
----------------------------------------------------------*/
.TableList caption{
    display:none;
    }
 
.TableList th {
    background:url("../../images/EN/table-th.jpg") repeat-x;
    color:#333;
    height:30px;
    padding-top:0;
    text-align:center;
    font-weight:bold;
    border:1px solid #c0c0c0;
}
.TableList th a{
    color:#336666;
}
.TableList th a:hover{
    color:#336666;
    text-decoration:underline;
}

.TableList tr.odd {
    background:#f0f0f0;
}

.TableList td {
padding:3px 5px 3px 5px;
border:1px solid #c0c0c0;
}

/* ¸Ô²Óªí®æ
----------------------------------------------------------*/
.TableDetail caption{
    display:none;
    }
    
.TableDetail th {
    background:url("../../images/EN/table-th-detail.jpg") repeat-x #ededed;
    border:1px solid #c7c7c7;
    color:#595757;
    padding:3px 3px 3px 5px;
    text-align:right;
    line-height:1.8em;
}

.TableDetail th.title{
    background:url("../../images/EN/table-list-th.jpg") repeat-x;
    color:#336666;
    text-align:left;
    font-weight:bold;
    }

.TableDetail td {
    border:1px solid #c7c7c7;
    padding:3px 5px 3px 5px;
    text-align:left;
    background:#fff;
}