.displayerList {
	margin-bottom: 1em;
	clear: both;
}
.selectInstance .displayerList {
	display: block;
}
.displayerList .actionLinkContainer {
	margin-bottom: .5em;
}
.displayerTable {
	border-collapse: separate;
	border-spacing: 2px;
}
.displayerTable th {
	text-align: center;
}
.displayerTable,
.displayerList table.displayerTable {
	margin-bottom: 1.5em;
	min-width: 400px;
}
.ie .displayerTable,
.ie .displayerList table.displayerTable {
	width: 93%;
}
.displayerTable th,
.displayerList table.displayerTable th {
	background-color: silver;
}
.displayerTable td,
.displayerTable th,
.displayerList table.displayerTable td,
.displayerList table.displayerTable th {
	padding: 2px 4px;
	vertical-align: top;
	text-align: left;
}
.displayerTable tr.even {
	background-color: #DDDDDD;
}
.displayerTable tbody tr:nth-child(odd) {
	background: transparent;
}
.displayerTable tbody tr:nth-child(even) {
	background-color: #DDDDDD;
}
.displayerTable.noEvenBackground tbody tr:nth-child(even) {
	background: transparent;
}

.displayerTable.actionMenu thead th {
	padding: 5px;
}
.displayerTable .displayerTable {
	margin-left: -2px;
	width: 100%;
}
.displayerTable.actionMenu .displayerTable th {
	padding: 2px 4px;
}
.displayerTable.actionMenu td,
.displayerList .displayerTable.actionMenu td {
	padding: 5px 2px 5px 4px;
}
.displayerTable.actionMenu .displayerTable th,
.displayerTable.actionMenu .displayerTable td {
	padding: 0 2px;
}
/*
.displayerTable.actionMenu tbody tr > :last-child {
	padding: 4px 0;
}
*/
.yui-skin-sam .displayerTable.actionMenu .button {
	float: right;
}
.yui-skin-sam .displayerTable.actionMenu .button {
	padding: 2px 15px;
	line-height: 100%;
}
.yui-skin-sam .displayerTable.actionMenu .yui-menu-button button {
	padding-right: 26px;
}
.yui-skin-sam .displayerTable.actionMenu .yui-split-button button {
	padding: 2px 22px 2px 8px;
}

.displayerList .numResults {
}
.displayerList .orderBySelect {
	float: right;
	margin-bottom: .2em;
}
.displayerTable {
	clear: both;
}
.selectorForm {
	margin-bottom: 1em;
}

.selectorForm .displayerTable .checkbox,
.selectorForm .displayerTable label.checkbox {
	float: left;
}
.selectorForm .displayerTable label.checkbox {
	margin-left: 5px;
	/* width: 95%; */
}

.displayerTable .displayerTable {
	width: 100%;
	min-width: none;
}
.displayerTable table.displayerTable {
	margin-top: -4px;
	margin-bottom: 0;
}
.displayerTable table.displayerTable th {
	background-color: transparent;
	padding: 0 5px;
}
.displayerTable .displayerTable tr.even {
	background-color: transparent;
}
.displayerTable .displayerTable tbody tr:nth-child(even) {
	background-color: transparent;
}

