table#myTable.dataTable tbody tr:hover {
			background-color:#1c85e5;
			/*font-weight: bold;*/					
			color: beige;	
			
				}

table#myTable.dataTable tbody tr:hover > .sorting_1 {
		  background-color: #1c85e5;
		  /*font-weight: bold;	*/	  
		  color: beige;
		
				}