/* 
 * not IE browser
 */

.tableRow:hover {
	background-color: #D4DDED;
}
.tableRow1:hover {
	background-color: #CCDDEE;
}
.tableRow2:hover {
	background-color: #BBDDBB;
}
.tableRow3:hover {
	background-color: #BBBBDD;
	color: #222222;
}
.tableRow4:hover {
	background-color: #EECCCC;
	color: #222222;
}
.tableRow5:hover {
	background-color: #DDBBDD;
	color: #222222;
}
.tableRow6:hover {
	background-color: #EEEEBB;
	color: #222222;
}
.tableRow7:hover {
	background-color: #55EE55;
}
