.gen-table {
	background-color: #F9F9F9;
	border-color: #DFDFDF;
	border-radius: 3px;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}

.gen-table thead tr {
	background-color: #F1F1F1;	
}

.gen-table .gen-hidden {
	display: none;
}

.gen-table tbody:hover {
	background-color: #F1F1F1;
	cursor: pointer;
}

.gen-table td {
	border-top: 1px solid #DFDFDF;
}

.gen-icon {
	width: 24px;
	text-align: center;
}

.gen-icon a:hover {
	opacity: 1;
}

.gen-icon a {
	text-align: center;
	height: 16px;
	margin-top: 1px;
	opacity: 0.5;
	text-indent: -9999px;
	width: 16px;
	display: block;
	background-position: center;
}

.gen-delete-icon a {
	background: url('images/delete.png') no-repeat;
}

.gen-edit-icon a {
	background: url('images/edit.png') no-repeat;
}

.gen-unchecked-icon a {
	background: url('images/unchecked.png') no-repeat;
}

.gen-checked-icon a {
	background: url('images/checked.png') no-repeat;
}