<style style="text/css">
  	.hovertablerowcolor_jpc{
		width:100%; 
		border-collapse:collapse; 
	}
	.hovertablerowcolor_jpc td_xxx{ 
		padding:7px; border:#4e95f4 1px solid;
	}
	/* Define the default color for all the table rows */
	.hovertablerowcolor_jpc tr_zzz{
		background: #b8d1f3;
	}
	/* Define the hover highlight color for the table row D6EAF8 */
	/* background-color: #ffff99; */
    .hovertablerowcolor_jpc tr:hover {
          background-color: #d6eaf8;
    }
</style>
