﻿
/* Table 1 Style */
table.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    /*font-weight: bold;*/
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}

.table1 thead th{
    color:#fff;
    text-shadow:1px 1px 1px #02325F;
    background-color:#7B9EC1;
    border:1px solid #6A91B9;
    border-right:3px solid #3B8BE5;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(106,145,185)),
        color-stop(0.51, rgb(106,145,185)),
        color-stop(0.87, rgb(106,145,185))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(106,145,185) 2%,
        rgb(106,145,185) 51%,
        rgb(106,145,185) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.table1 thead td{
    padding:10px;
    text-align:left;
    background-color:#E5EAEF;
    border: 2px solid #D7E1EC;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}

.table1 thead th:empty{
    background:transparent;
    border:none;
}

.table1 tbody th
{
    font-size:30 px;
    color:#fff;
    text-shadow:1px 1px 1px #5F82A6;
    background-color:#7B9EC1;
    border:1px solid #6A91B9;
    border-right:3px solid #3B8BE5;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(106,145,185)),
        color-stop(0.51, rgb(106,145,185)),
        color-stop(0.87, rgb(106,145,185))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(106,145,185) 2%,
        rgb(106,145,185) 51%,
        rgb(106,145,185) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.table1 tbody td{
    padding:10px;
    text-align:left;
    background-color:#E5EAEF;
    border: 2px solid #D7E1EC;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#000;
    text-shadow:1px 1px 1px #fff;
}

.table1 tfoot th{
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px #CCCCCC;
    border:1px solid #6A91B9;
    border-bottom:3px solid #CCCCCC;
    background-color:#CCCCCC;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(106,145,185)),
        color-stop(0.51, rgb(106,145,185)),
        color-stop(0.87, rgb(106,145,185))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(106,145,185) 2%,
        rgb(106,145,185) 51%,
        rgb(106,145,185) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.table1 tfoot td{
    padding:10px;
    text-align:left;
    background-color:#CCCCCC;
    border: 2px solid #D7E1EC;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#000;
    text-shadow:1px 1px 1px #fff;
}


