.divider {
    margin-top: 5px;
}

.height200 {
    height: 200px;
    overflow-x: auto;
    overflow-y: auto;
}

.height250 {
    height: 250px;
    overflow-x: auto;
    overflow-y: auto;
}

.height400 {
    height: 400px;
    overflow-x: auto;
    overflow-y: auto;
}

.fancyTable td, .fancyTable th {
    /* appearance */
    border: 1px solid #DDD;
    /* size */
    padding: 5px;
}

.fancyTable {
    /* text */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif,SimSun;
    vertical-align: middle;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

    .fancyTable tbody tr td {
        /* appearance */
        background-color: #737173;
        /*background-image: -moz-linear-gradient( top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0.0) 100%);
        background*/-image: -webkit-gradient( linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.4)), color-stop(50%,rgba(255,255,255,0.2)), color-stop(51%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0.0)));
        /* text */
        height: 25px;
        vertical-align:middle;
    }

    .fancyTable tbody tr.odd td {
        /* appearance */
        background-color: #636563;
        /*background-image: -moz-linear-gradient( top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0.0) 100%);
        background-*/image: -webkit-gradient( linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.4)), color-stop(50%,rgba(255,255,255,0.2)), color-stop(51%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0.0)));
    }

    .fancyTable thead tr th,
    .fancyTable thead tr td,
    .fancyTable tfoot tr th,
    .fancyTable tfoot tr td {
        /* appearance */
        background-color: #535353;
        /* text */
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        height: 25px;
        text-align: center;
        vertical-align: middle;
    }


/* Fancy Dark Table */
.fancyDarkTable .numeric {
    /* text */
    text-align: right;
}

.fancyDarkTable td, .fancyDarkTable th {
    border: 1px solid #000000;
    padding: 5px;
}

.fancyDarkTable thead tr th {
    padding: 10px 5px 10px 5px;
}

.fancyDarkTable {
    /*border-collapse: separate;*/
    /* text */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

    .fancyDarkTable tbody tr td {
        /* appearance */
        background-color: #48535e;
        background-image: -moz-linear-gradient( top, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.02) 100%);
        background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.0)), color-stop(100%,rgba(255,255,255,0.02)));
        border-bottom-color: #22272e;
        border-top-color: #708090;
        border-right-color: #000;
        border-left-color: #3c454f;
        /* size */
        padding: 10px 5px 30px 5px;
        /* text */
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
        text-shadow: 0 -1px 1px #000000;
    }

    .fancyDarkTable tbody tr.odd td {
        /* appearance */
        background-color: #3c454f;
        background-image: -moz-linear-gradient( top, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.02) 100%);
        background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.0)), color-stop(100%,rgba(255,255,255,0.02)));
        border-right-color: #000;
    }

    .fancyDarkTable thead tr th,
    .fancyDarkTable tfoot tr td {
        /* appearance */
        background-color: #0b0d10;
        background-image: -moz-linear-gradient( top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0.0) 100%);
        background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.4)), color-stop(50%,rgba(255,255,255,0.2)), color-stop(51%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0.0)));
        /* text */
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        text-shadow: 0 -1px 1px #000;
    }

    .fancyDarkTable .fht-head {
        -webkit-box-shadow: 0 5px 10px #000;
        z-index: 1;
        position: relative;
    }





.fenyeTable td, .fenyeTable th {
    /* appearance */
    border: 1px solid #DDD;
    /* size */
    padding: 1px;
}

.fenyeTable {
    /* text */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: middle;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}
    .fenyeTable thead tr td {
        height:30px;
        vertical-align:middle;
    }
        .fenyeTable tbody tr td {
        /* appearance */
       
        /*background-image: -moz-linear-gradient( top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0.0) 100%);
        background*/ -image: -webkit-gradient( linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.4)), color-stop(50%,rgba(255,255,255,0.2)), color-stop(51%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0.0)));
        /* text */
        height: 30px;
        vertical-align: middle;
    }

    .fenyeTable tbody tr:nth-child(odd) {
        /* appearance */
        background-color: #636563;
        /*background-image: -moz-linear-gradient( top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0.0) 100%);
        background-*/ image: -webkit-gradient( linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.4)), color-stop(50%,rgba(255,255,255,0.2)), color-stop(51%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0.0)));
    }
    .fenyeTable tbody tr:nth-child(even) {
        /* appearance */
        background-color: #737173;
        /*background-image: -moz-linear-gradient( top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0.0) 100%);
        background-*/ image: -webkit-gradient( linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.4)), color-stop(50%,rgba(255,255,255,0.2)), color-stop(51%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0.0)));
    }