﻿@charset "UTF-8";
/* CSS Document */

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.TableList th {
    background:url("../images/table-th.jpg") repeat-x #efefef;
    border:1px solid #bdbcbd;
    color:#a8b600;
    height:32px;
    *height:31px;
    _height:31px;
    padding-top:0;
    text-align:center;
    font-weight:bold;
}
.TableList th a{
    color:#a8b600;
}
.TableList th a:hover{
    color:#a8b600;
    text-decoration:underline;
}

.TableList tr.odd {
    background:#ededed;
}

.TableList td {
padding-left:5px;
line-height:2em;
}

.TableList td a {
color:#01649b;
}

.TableList td a:hover {
color:#01649b;
text-decoration:underline;
}

.TableDetail th {
    background:url("../images/table-th-detail.jpg") repeat-x #ededed;
    border:1px solid #c7c7c7;
    color:#595757;
    font-size:90%;
    *font-size:85%;
    _font-size:85%;
    padding:3px 3px 3px 5px;
    text-align:right;
    font-weight:normal;
}

.TableDetail td {
    border:1px solid #c7c7c7;
    padding-left:5px;
    text-align:left;
    line-height:2em;
    background:#fff;
}

.TableDetail td a {
color:#595757;
}

.TableDetail td a:hover {
color:#595757;
text-decoration:underline;
}

/* 表格中滑鼠經過顯示的樣式 ---黃燕慧2010/08/31新增*/
.TableList tr.tablecolormouse {
    background-color:#FFFF99; color:#333;
} 