
.fabrik_element {
	padding:5px;
}

.fabrikForm {
	margin-top: 15px;
}

table.fabrikTable {
        width: 100%;
        border: 1px solid #DDCCAA;
}

table.fabrikTable tr.fabrik_calculations td {
	border: 0 !important;
}

.firstPage,.previousPage,.aPage,.nextPage,.lastPage {
	display: inline;
	padding: 3px;
}

table.filtertable {
	width: 100%;
        border: 1px solid #DDCCAA;
}

table.fabrikTable th, table.filtertable th {
    background-color: #FFEEDD;
    border: 1px solid #DDCCAA;
}

/** 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;
}
input.fabrik_filter {
    background-color: #FFEEAA;
    border: 1px solid #DD7700;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 2px;
}

div.list-footer {
	text-align:center;
}

.oddRow0 {
        background-color: #EEEEEE;
}

.oddRow1 {
        background-color: #DDDDDD;
}
