/* CSS Document */
.dataTables_filter
{
	display:none;	
}
#table_id thead td{
	border-bottom:none;
	color:#191f28;
	font-size:14px;
}
#table_id tbody td {
	color: #191f28;
}

#table_id{
 border-bottom-color:#dddddd;	
	
}

#table_id tbody tr {
	background-color:#FFF;
}