@charset "UTF-8";

/* Edit: #a8bfde - #ededed */
/* Border styles */
#table-fund th, #table-fund td {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ededed;
    max-width: 350px;
    overflow: hidden;
}

#table-fund {
    width: 100%;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ededed;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ededed;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ededed;
}

/* #5a7ca1 - #393939 */
/* Padding and font style */
#table-fund td, #table-fund th {
    padding: 5px 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    text-align: right;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ededed;
}

#table-fund th {
    color: #333;
    text-align: center;
    background-color: #ededed;
    line-height: 26px;
}

/* #d3dfed - #FFF */
/* Alternating background colors */
/* 下面这段样式是单双行背景色设置
#table-fund tr:nth-child(even) {
    background: #FFF;
}

#table-fund tr:nth-child(odd) {
    background: #FFF;
}
*/

#table-fund .tdcenter {
    text-align: center;
}

/* 表头小三角 */
#table-fund tr th .sort {
    width: 10px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    float: right;
}

#table-fund tr th .sort .asc {
    display: inline-block;
    position: absolute;
    left: 5px;
    border-width: 5px;
    border-style: dashed;
    border-color: transparent;
    overflow: hidden;
    top: 4px;
    border-top: none;
    border-bottom-style: solid;
    border-bottom-color: #b2b2b2
}

#table-fund tr th .sort[order=asc] .asc {
    border-bottom-color: #000
}

#table-fund tr th .sort .desc {
    display: inline-block;
    position: absolute;
    left: 5px;
    border-width: 5px;
    border-style: dashed;
    border-color: transparent;
    overflow: hidden;
    bottom: 4px;
    border-bottom: none;
    border-top-style: solid;
    border-top-color: #b2b2b2
}

#table-fund tr th .sort[order=desc] .desc {
    border-top-color: #000
}

.kjTitle {
    color: #777777;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    list-style: none;
}

.next-sign {
    background: url(../images/next-sign.png) no-repeat 12px 35%;
}