
/* 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: 0px auto;
}
.table1 thead th{
    padding:15px;
    color:#fff;
/*    text-shadow:1px 1px 1px #568F23;
    border:1px solid #93CE37;
    border-bottom:3px solid #9ED929;
    background-color:#9DD929;*/
	text-shadow:1px 1px 1px #8F3322;
	border:1px solid #CF4F38;
	border-bottom:3px solid #DA4429;
    background-color:#DA4429;	
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
/*        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))*/
		color-stop(0.02, rgb(192,86,67)),
		color-stop(0.51, rgb(200,86,66)),
		color-stop(0.87, rgb(218,68,41))		
		
        );
    background: -moz-linear-gradient(
        center bottom,
/*        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87% */
		rgb(192,86,67) 2%,
        rgb(200,86,66) 51%,
		rgb(218,68,41) 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 thead th{
	text-align: center;
	font-size:20px;
}
.table1 tbody th{
    color:#fff;
	text-shadow:1px 1px 1px #8F3322;
	border:1px solid #CF4F38;
	border-right:3px solid #DA4429;
    background-color:#DA4429;	
	
/*    text-shadow:1px 1px 1px #568F23;
    background-color:#9DD929;
    border:1px solid #93CE37;
    border-right:3px solid #9ED929;*/
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
/*        color-stop(0.02, rgb(158,217,41)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(123,192,67))*/
		color-stop(0.02, rgb(192,86,67)),
        color-stop(0.51, rgb(200,86,66)),
		color-stop(0.87, rgb(218,68,41))	
		
        );
    background: -moz-linear-gradient(
        left bottom,
/*        rgb(158,217,41) 2%,
        rgb(139,198,66) 51%,
        rgb(123,192,67) 87% */
	rgb(192,86,67) 2%,
	rgb(200,86,66) 51%,
	rgb(218,68,41) 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: #9CD009; */
    color: #D22708;
	
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table1 tfoot th{
    color:#666;
}
.table1 tbody td{
    padding:10px;
    text-align:center;
/*    background-color:#DEF3CA;
    border: 2px solid #E7EFE0;*/
	
    background-color:#F3D3CA;
    border: 2px solid #F3E8E5;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
	width: 200px;
}
.table1 tbody span.check::before{
    content : url(../img/check0.png)
}

.table1 tbody span.uncheck::before{
    content : url(../img/uncheck0.png)
}
