/* Some parts commented out, as they are to be inherited from bordered style */

.tableSelectionWidget {
	width: 100%;
/*	border: 1px solid grey;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
*/
}
/*
.tableSelectionWidget th {
	background: lightgreen;
	border: 1px solid grey;
}
/*
.tableSelectionWidget td {
	border: 1px solid grey;
}
*/
.tableSelectionWidget tr:hover {
	background: #f7f298;
	cursor: pointer;
}
.tableSelectionWidget tr.selected {
	background: #315da4;
	color: #fff;
	cursor: pointer;
}