@charset "utf-8";
/* CSS Document */

table.fixheader,
table.sheet {
	width: 100%;
	background-color: #FFF;
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
}
table.fixheader th,
table.fixheader td,
table.sheet th,
table.sheet td{
	width: 14.28%;
	text-align: center!important;
		border-bottom: 1px #CCC solid;
	border-right: 1px #CCC solid;
	padding: 6px 0!important;
}
table.fixheader th,
table.sheet th{
	background-color: #dff2fc;

}
table.fixheader th.db,
table.sheet th.db{
	background-color: #bae3f9!important;
}

.sheet tr:nth-child(odd) td {  
  background-color: #FFFFFF;  
}
.sheet tr:nth-child(even) td {  
  background-color: #efefef;  
}  