.formtable {
	width: 100%;
}

.formtable td{
	background-color:#E6E6E6;
	padding: 2px;
}

.formtable thead{

}

.resultstable {
	width: 100%;
}

.resultstable thead{
	font-weight:bold;
	background-color:lightgrey;
	color: black;
}

.row0 {
	background-color: #F5F5F5;
}

.row1 {
	background-color: #E6E6E6;
}

.entity {
	padding: 10px;
	background-color: #F5F5F5;
}
.entity span {
	font-weight:bold;
}

.back {
	text-align :right;
}

.list-footer{
	margin-top: 10px;
	text-align:center;
}

.pagenav {
	padding : 0 3px;
}

.limit {
	display: none;
}

.counter {
	padding : 3px;
}