/* general styles */
body {
    font-family: Arial;
    font-size: 12px
    }
.dataTable table {
    width: 100%;
    border-collapse: collapse
    }
.dataTable th, .dataTable td {
    text-align: left;
    padding: 0.5em;
    border: 1px solid #fff
    }
.dataTable th {
    background: #FD6907 url(tr_back.gif) repeat-x;
    color: #fff
    }
.dataTable td {
    background: #EFEFEF;
    height: 40px
    }
.dataTable a {
    color: #0178C4;
    background: url(icoBullet.gif);
    background-position: 0.5em;
    padding-left: 15px;
    background-repeat: no-repeat
    }
/* tablecloth styles */
tr.even td {
    background: #EFEFEF
    }
tr.odd td {
    background: #f8fbfc
    }
th.over, tr.even th.over, tr.odd th.over {
    background: #4a98af
    }
th.down, tr.even th.down, tr.odd th.down {
    background: #bce774
    }
td.down, tr.even td.down, tr.odd td.down {
    background: #bce774;
    color: #fff
    }
td.selected, tr.even td.selected, tr.odd td.selected {
    background: #bce774;
    color: #555
    }
/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty {
    background: #fff
    }
.k {
    width: 490px
    }