table.lustration {
	width: 100%;
	border-left: 1px solid #9b9b9b;
	border-top: 1px solid #9b9b9b;
}

table.lustration tr.person:hover td {
	background-color: #cecece;
	cursor: pointer;
}

table.lustration td {
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	color: #3b3b3b;
}

table.lustration td.filename,
table.lustration td.filesize {
	padding: 3px;
}

table.lustration td.filename a {
	text-decoration: none;
}

table.lustration td.expand div {
	width: 32px;
	height: 32px;
	background-image: url("../images/plus.png");
}

table.lustration td.expand.open div {
	width: 32px;
	height: 32px;
	background-image: url("../images/minus.png");
}

table.lustration td.expand {
	border-right: 0;
}

table.lustration tr.documents {
	display: none;
}

table.lustration tr.documents td.info div.container {
	height: 0px;
	overflow: hidden;
}

table.lustration tr.documents td.info div.container div {
	padding: 10px;
}

.lustration_search {
	margin-left: 5px;
	margin-bottom: 10px;
	display:inline-block;
}

.clr {
	clear: both;
}

.pagination {
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

.pagination li {
	list-style-type: none;
	display: block;
	float: left;
	border: 1px solid #9b9b9b;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pagination li.active {
	background-color: #b4b4b4;
}

.pagination li.active a {
	text-decoration: none;
	color: #000000;
}

.pagination li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.delete_person {
	display: block;
	width: 16px;
	height: 16px;
	margin-top: 10px;
}