
/* Table 1 Style */
table.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
	margin: 0 auto;
}
.table1 thead th{
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px #000;
    border:1px solid #C00;
    border-bottom:3px solid #C00;
    background-color:#9DD929;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(197,24,0)),
        color-stop(0.51, rgb(239,55,32)),
        color-stop(0.87, rgb(197,24,0))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(197,24,0) 2%,
        rgb(239,55,32) 51%,
        rgb(197,24,0) 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 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th{
    color:#fff;
    text-shadow:1px 1px 1px #000;
    background-color:#C00;
    border:1px solid #C00;
    border-right:3px solid #C00;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(197,24,0)),
        color-stop(0.51, rgb(239,55,32)),
        color-stop(0.87, rgb(197,24,0))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(197,24,0) 2%,
        rgb(239,55,32) 51%,
        rgb(197,24,0) 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 tfoot td{
    color: #000;
    font-size:17px;
    text-align:center;
    padding:10px 0px;
    /*text-shadow:1px 1px 1px #444;*/
	background-color:#e0e0e0;
}
.table1 tfoot th{
    color:#666;
	
	
}
.table1 tbody td{
    padding:10px;
    text-align:center;
    background-color:#e0e0e0;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
.table1 tbody span.check::before{
    content : url(../imagens/check0.png)
}
