@charset "utf-8";
/* CSS Document */

/* Table Style */
table.table
{
    font-family:Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    /*text-transform: uppercase;*/
    /*letter-spacing: -1px;*/
    line-height: 1em;
    text-align:center;
    border-collapse:collapse;
}
.table thead th
{
    padding:6px 10px;
    /*text-transform:uppercase;*/
    color:#444;
    font-weight:bold;
    text-shadow:1px 1px 1px #fff;
    border-bottom:5px solid #444;
}

.table thead :nth-child(1),
.table tfoot :nth-child(1)
{
    background-color: #7FD2FF;
}
.table tfoot :nth-child(1)
{
    -moz-border-radius:0px 0px 0px 5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table thead :nth-child(1)
{
    -moz-border-radius:5px 0px 0px 0px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}
.table thead :nth-child(2),
.table tfoot :nth-child(2)
{
    background-color: #45A8DF;
}
.table thead :nth-child(3),
.table tfoot :nth-child(3)
{
    background-color: #2388BF;
}
.table thead :nth-child(4),
.table tfoot :nth-child(4)
{
    background-color: #096A9F;
}

.table thead :nth-child(5),
.table tfoot :nth-child(5)
{
    background-color: #7FD2FF;
}

.table thead :nth-child(6),
.table tfoot :nth-child(6)
{
    background-color: #45A8DF;
}

.table thead :nth-child(7),
.table tfoot :nth-child(7)
{
    background-color: #2388BF;
}

.table thead :nth-child(8),
.table tfoot :nth-child(8)
{
    background-color: #096A9F;
}
/*.table thead :nth-child(4)
{
    -moz-border-radius:0px 5px 0px 0px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}
.table tfoot :nth-child(4)
{
    -moz-border-radius:0px 0px 5px 0px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}*/
.table thead :nth-child(9),
.table tfoot :nth-child(9)
{
    background-color: #096A9F;
}
.table thead :nth-child(9)
{
    -moz-border-radius:0px 5px 0px 0px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}
.table tfoot :nth-child(9)
{
    -moz-border-radius:0px 0px 5px 0px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}
.table tfoot td
{
    font-size:38px;
    font-weight:bold;
    padding:15px 0px;
    text-shadow:1px 1px 1px #fff;
}
.table tbody td
{
    padding:7px;
}
/*.table tbody tr:nth-child(4) td
{
    font-size:26px;
    font-weight:bold;
}*/
.table tbody td:nth-child(even)
{
    background-color:#444;
    color:#444;
    border-bottom:1px solid #444;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(189,189,189)),
        color-stop(0.7, rgb(224,224,224))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(189,189,189) 39%,
        rgb(224,224,224) 70%
        );
    text-shadow:1px 1px 1px #fff;
}
.table tbody td:nth-child(odd)
{
    background-color:#555;
    color:#f0f0f0;
    border-bottom:1px solid #444;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(85,85,85)),
        color-stop(0.7, rgb(105,105,105))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(85,85,85) 39%,
        rgb(105,105,105) 70%
        );
    text-shadow:1px 1px 1px #000;
}
.table tbody td:nth-last-child(1)
{
    border-right:1px solid #222;
}
.table tbody th
{
    color:#696969;
    text-align:right;
    padding:0px 10px;
    border-right:1px solid #aaa;
}
.table tbody span.check::before
{
    content : url(../images/check2.png)
}

