.hover_table tr:hover {
    background-color:#E4F1F8;
}
.hover_table tr:hover td{
	background-color:inherit;
}
