.fabrikDataContainer {
	width: 570px;
}
.groupRow {
	display: block;
	clear: both;
}
.fabrikForm {
	margin-top: 0px;
}

table.fabrikTable {
	margin-top: 0 !important;
	width: 185px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

table.fabrikTable th {
    color: #FFF;
    background-color: #8A8888;
    text-align: left;
}

table.fabrikTable td, table.fabrikTable th {
    border: 0 !important;
    padding: 0 !important;
}

.oddRow0, .oddRow1 {
	background-color: transparent !important;
}

table.fabrikTable tr.fabrik_calculations td {
	border: 0 !important;
}


.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 {
	background-color: #EFE7B8;
	border-color: #EFD859;
	border-width: 2px 0;
	border-style: solid;
	padding: 5px;
	margin: 10px 0;
	font-size: 1em;
	color: #CC0000;
	font-weight: bold;
}

.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;
}