table.fabrikTable {
	border-collapse: collapse;
	margin-top: 10px;
}

table.fabrikTable td,table.fabrikTable th {
	padding: 5px;

}

.fabrikForm {
	margin-top: 15px;
}

table.fabrikTable tr.fabrik_calculations td {
	border: 0 !important;
}

table.fabrikTable th {
	background-color: #1E1E1E;

}

.oddRow0 {
	background-color: #323232;

}

.oddRow1 {
	background-color: #1E1E1E;

}

.firstPage,.previousPage,.aPage,.nextPage,.lastPage {
	display: inline;
	padding: 3px;
}

table.filtertable {
	width: 50%;
}

.fabrikHover {
	background-color: #ffffff;
}

/** highlight the last row that was clicked */
.fabrikRowClick {
	background-color: #ffffff;
}

/** highlight the loaded row - package only */
.activeRow {
	background-color: #FFFFCC;
}

.emptyDataMessage {

}

.tablespacer {
	height: 20px;
}

.fabrikButtons {
	text-align: right;
	padding-top: 10px;
}

ul.fabrikRepeatData {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.fabrikRepeatData li {
	background-image: none;
	padding: 0;
	margin: 0;
}