﻿.dataTables_wrapper
{
    padding: 8px;
    font-size: 16px;
}

.dataTable
{
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

.dataTable > thead > tr > th
{
    padding: 4px 4px 4px 8px;
    text-align: left;
    color: black;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: black;
    text-shadow: 0 1px 0 white;
    background: linear-gradient(to bottom, #eadcc5 0%,#ebae44 74%); /* W3C */
    background: -moz-linear-gradient(top, #eadcc5 0%, #ebae44 74%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eadcc5), color-stop(74%,#ebae44)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eadcc5 0%,#ebae44 74%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eadcc5 0%,#ebae44 74%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eadcc5 0%,#ebae44 74%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eadcc5', endColorstr='#ebae44',GradientType=0 ); /* IE6-9*/
}

.dataTable > tbody > tr > td
{
    background-color: #c1c1c1;
    padding: 4px 4px 4px 16px;
    text-align: left;
    color: #2B2B2B;
    font-weight: bold;
}

.dataTable > tbody > tr.even > td,
.dataTable > tbody > tr.odd > td
{
    border-width: 1px 0 0 0;
    border-color: #b4b4b4;
    border-style: solid;
    background: -moz-linear-gradient(top, #efefef 1%, #c1c1c1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#efefef), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 1%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 1%,#c1c1c1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 1%,#c1c1c1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #efefef 1%,#c1c1c1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
}

.dataTable > tbody > tr:first-child > td
{
    border-top-width: 0;
}