tr {
	height: 20px;
	width: 800px;
	border:1px solid white;
}


tr.dark {
	background-color: #ecf0f5;
	hover:expression(
	//this.onmouseover=new Function("this.style.background='#E2E9F4';this.style.cursor='hand'"),
	//this.onmouseout=new Function("this.style.background='#ecf0f5';")
	);
}
tr.light {
	background-color: white;
	hover:expression(
	//this.onmouseover=new Function("this.style.background='#E2E9F4';this.style.cursor='hand'"),
	//this.onmouseout=new Function("this.style.background='#white';")
	);
}


tr.dark:hover {
	background-color: #E2E9F4;
	cursor: pointer;
}

tr.light:hover {
	background-color: #E2E9F4;
	cursor: pointer;
}

tr.infobox {
	background-color:#CCCCCC;

}

tr.babyblue {
	background-color: #E2E9F4;
}
tr.clear {
	background-color:#FFFFFF;
}
