/*
.iconCell img
.iconCell img
.iconCell img
.inputCell.treeField input.inputField
.iconCell img
.compareType select
.value input
.iconCell img
.order select
.showHide select
.andOr select
*/

.search {
	width: 97%;
}

.search .inputLabel {
	width: 20%;
}
.search .inputField {
	width: 30%;
}

.search input,
.search select {
	width: 100%;
}

.search input.checkbox {
	width: auto;
}

#outputRow.disabled {
	background-color: transparent;
}

#outputRow.disabled select {
	background-color: #EEEEEE;
}

.compareType {
	width: 15%;
}
.search .value {
	width: 15%;
}

.search .order {
	width: 10%;
}

.search .showHide {
	width: 10%;
}

.search .andOr {
	width: 10%;
}

.search .inputLabel,
.search .tdLabel {
	padding-left: 10px;
}