table.fabrikTable {
	border-collapse:collapse;
	background-color: #f2f2f2;
	color: #404040;
	width: 100%;
}

table.fabrikTable td.caption {
	text-transform: uppercase;
	/*text-align: center;*/
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 6px;/*
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;*/
}

table.fabrikTable thead {
	border-bottom: solid 1px #284d73;
}

table.fabrikTable thead th {
	text-transform: capitalize;
	background-color: #366999;
	padding: 5px 10px;
	color: #ffffff;
	/*font-size: 1.1em;*/
}

table.fabrikTable thead a {
	color: #E1E1E1;
}

table.fabrikTable td,table.fabrikTable th {
	border-bottom: solid 1px #d9d9d9;
	padding: 4px 10px;
}

td.fabrik_row___jos_certified_judges___must_judge_by {
	/*color:#FF0000;*/
	font-weight: bold;
}

.fabrikForm {
	margin-top: 5px;
}

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

table.fabrikTable th {
	/*white-space: nowrap;*/
}

.oddRow0 {
	/*background-color: #FAFAFA;*/
}

.oddRow1 {
	background-color: #e5e5e5;
}

.fabrikTable a.fabrikorder-desc {
	background: transparent url(icons/orderdesc.png) no-repeat right;
	padding-right: 9px;
	/*color: #ffffff;*/
}

.fabrikTable a.fabrikorder-asc {
	background: transparent url(icons/orderasc.png) no-repeat right;
	padding-right: 9px;
	/*color: #ffffff;*/
}

.firstPage,.previousPage,.aPage,.nextPage,.lastPage {
	display: inline;
	padding: 3px;
}

table.filtertable {
	width: 50%;
}

.fabrikHover {
	background-color: #E1E1E1;
}

/** highlight the last row that was clicked */
.fabrikRowClick {
	background-color: #E1E1E1;
}

/** highlight the loaded row - package only */
.activeRow {
	background-color: #FFFFCC;
}

.addbutton {
	background: transparent url(icons/add.png) no-repeat left;
	padding: 2px 5px 0 20px;
}

.feedButton {
	background: transparent url(icons/feed.png) no-repeat left;
	padding: 2px 5px 0 20px;
}

.csvExportButton {
	background: transparent url(icons/csv-export.png) no-repeat left;
	padding: 2px 5px 0 20px;
}

.csvImportButton {
	background: transparent url(icons/csv-import.png) no-repeat left;
	padding: 2px 5px 0 20px;
}

.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: 10px;
}

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


