table.gridBackgroundLight {
	border: #000 solid 1px;
	background: #ccc;
}
table.gridBig {
	border: #000 solid 2px;
	background: #f1f1f1;
}

table.gridBordered {
	border: #000 solid 2px;
	background: #fff;
}

table.gridLight {
	border: #f1f1f1 solid 2px;
	background: #fff;
}

table.gridMedium {
	border: #eee solid 2px;
	background: #fff;
}

table.gridDark {
	border: #1a2c5a solid 2px;
	background: #fff;
}

table.cursorPointer {
	border: #000 solid 2px;
	cursor: pointer;
}

td.cell {
	/*white-space: nowrap;
	padding-left: 2px;
	padding-right: 2px;*/
}

td.tableHeader {
	white-space: nowrap;
	/* cursor: pointer; */
	color: #f1f1f1;
	border-bottom: #1a2c5a solid 2px;
	background: #1a2c5a;
}
td.tableHeader a {
	color: #f1f1f1;
}
tr.rowOff {
	background: #fff;
}

tr.rowOn {
	background: #eee;
}

tr.mOvrRow,.mOvrRow {
	cursor: pointer;
	background: #fceead;
}