#mytable tr.highlight { 
	background: #f4f8fd; 
}
#mytable tr.over {
	background:#ebf3fb;
	text-decoration: underline ;
}

#mytable tr *.enfocus {
	/*background:#fff; this is a dummy classs it is used just to check focus*/
}
	