﻿/* Used with crosshairs.js */
.hoverHilight {
	background-color: #ffffc0;
	color: inherit;
	cursor: pointer;
}

.activeCellHilight {
	background-color: #c0dbff;
	color: blue;
}

tr.alternate {
	background-color: #efd;
	color: inherit;
}