body {
    margin: 3px 5px 5px 5px;
    padding: 0;
    font: 12px "宋体";
    background-attachment: fixed;
}

/*===========================选项卡效果代码==========================*/
.shadetabs {
    border-bottom: 1px #c3cfd5 double;
    width: 100%;
    /* width: 90%; width of menu. Uncomment to change to a specific width */
    margin-top: 10px;
}

.shadetabs ul {
    padding: 22px 1px;
    margin-left: 0;
    margin-top: -20px;
    margin-bottom: 0;
    list-style-type: none;
    /*可设置菜单的位置 left, center,或者 right*/
}

.shadetabs ul li{
    display:block;
    text-decoration: none;
    border-radius: 10px 4px 0 0;
    padding: 0.1% 0.5%;
    float: left;
    font-size: 14px;
    background: #0094f3;
}

.shadetabs li a {
    display:block;
    cursor: pointer;
    text-decoration: none;
    background: #0094f3;
    color: #fffcfc;
    border-radius: 10px 4px 0 0;
    padding: 0.1% 0.5%;
    width:100%;
    float: left;
    font-size: 14px;
}

.shadetabs li a:visited {
    cursor: pointer;
    text-decoration: none;
    background: #0094f3;
    color: #fffcfc;
    border-radius: 10px 4px 0 0;
    padding: 0.1% 0.5%;
    float: left;
    font-size: 14px;
}

.shadetabs li a:hover {
    text-decoration: none;
    text-decoration:none;
    background: #777;
}

.shadetabs li:hover {
    display:block;
    text-decoration: none;
    border-radius: 10px 4px 0 0;
    padding: 0.1% 0.5%;
    float: left;
    font-size: 14px;
    background: #777;
}

.shadetabs li.selected {
    display:block;
    text-decoration: none;
    border-radius: 10px 4px 0 0;
    padding: 0.1% 0.5%;
    float: left;
    font-size: 14px;
    background: #777;
}

.shadetabs li.selected a { /*selected main tab style */
    /*selected main tab style */
    pointer-events:none;
    text-decoration: none;
    display:block;
    padding: 0.1% 0.5%;
    width:100%;
    background: #777;
    color: #fffcfc;
}

.shadetabs li.selected a:hover {
    cursor:not-allowed;
}

.shadetabs li a:hover,.shadetabs li a:link, .shadetabs li a:visited, .shadetabs li a:active, .shadetabs li a:hover { /*selected main tab style */
    text-decoration: none;
    display:block;
    color: #fffcfc;
}

.table_list {
    background: #e6ecf0;
}

.table_list_2 {
    background: #ececec;
}

#table {
    width: 99%;
    padding: 0px;
    margin: 0px auto;
    margin-bottom: 2px;
    border-right: 1px solid #c3cfd5;
    border-bottom: 1px solid #c3cfd5;
    empty-cells: show;
    border-collapse: collapse;
    text-align: center;
}

/**样式同上，在id已定义的情况下使用class实现样式的控制*/
.table_default {
    width: 99%;
    padding: 0px;
    margin: 0px auto;
    margin-bottom: 2px;
    border-right: 1px solid #c3cfd5;
    border-bottom: 1px solid #c3cfd5;
    empty-cells: show;
    border-collapse: collapse;
    text-align: center;
}

#table td, .table_default td {
    overflow: hidden;
    color: #000000;
    border-left: 1px solid #c3cfd5;
    border-top: 1px solid #c3cfd5;
    padding: 5px;
}

td {
    height: 20px;
    color: #000000;
    font-family: "宋体";
    font-size: 12px;
    text-align: left;
    word-break: break-all; /*列内容过长时,折行显示*/
}