/*table.dataTable thead {
	background-color:#f2f2f2;
}

table.dataTable{
  border-top: 1px solid  #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;

}

table.dataTable tbody td{
  border: 1px solid #cccccc;

}

table.dataTable thead th{
	border-right: 1px solid #cccccc;  
	
}*/

table thead {
	background-color:#f2f2f2;
}

/*table.table-bordered{
    border: 1px solid #cccccc;
  }
table.table-bordered > thead > tr > th{
    border: 1px solid #cccccc;
}
table.table-bordered > tbody > tr > td{
    border: 1px solid #cccccc;
}*/