/**控制table的格式样式*/
#table-styles {
  width: 100%;
  border-collapse: collapse;
}
/**控制table中list的显示样式*/
table.list {
  border: 1px solid #666666;
  border-collapse: collapse;
}

table.list td {
  padding: 3px 8px;
  border-bottom: 1px #6699CC dotted;
}
table.list a
{
    color:#865796;
}
table.list a:hover
{
    color:#D2B48C;
}

.table-outer-frame
{
    width: 960px;
    height: 30px;
    background-color: #edcdcd;
    margin:0px auto 10px;
    text-align:center;
    border-spacing:10px 10px;
    border-collapse:separate;
}

.table-main-frame
{
    width:100%;
    height:100%;
    border-color:#cd7676;
    background-color:#f6ece6;
    position:center;
}
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
