/*## Search table */
#searchTable {
	border: none;
	margin: 10px 10px 10px 0px;
	z-index: 399;
	position: relative;
	white-space: nowrap;
	background-color: #fff;
}
#searchTable, #searchTable TD, #searchTable SPAN, #searchTable LABEL, #searchTable INPUT, #searchTable TEXTAREA, #searchTable BUTTON {
	font-size: 10px;
}
#searchTable TABLE, #searchTable TABLE TD  {
	border-width: 0px;
	border: none;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
#searchTable TD.top {
	vertical-align: top;
}

#searchTable SPAN {
	position: relative;
	z-index: 300;
	display: inline-block;
	/* IE 6 & 7 fix */
	zoom: 1;
	*display: inline;
}
#searchTable DIV {
	position: relative;
}

#searchTable FORM {
	display: inline;
}

#searchTable INPUT.searchQuery, #searchTable TEXTAREA.searchQuery {
	width: 450px;
}

#searchTable INPUT, #searchTable BUTTON, #searchTable TEXTAREA, BUTTON.showHideColumns {
	width: 172px;
	background-color: #fff;
	border: 1px solid #A3A3A3;
	padding: 2px;
	margin: 0px;
	margin-right: 2px;
}
#searchTable BUTTON, BUTTON.showHideColumns {
	font-size: 10px;
	width: 75px;
	height: 18px;
	margin-left: 5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
}
#searchTable BUTTON:hover, BUTTON.showHideColumns:hover {
	background-color: #b5def7;
	border: 1px solid #58b5ec;
	cursor: pointer;
}
#searchTable TEXTAREA {
	overflow: auto;
}
#searchTable INPUT.disabled, #searchTable BUTTON.disabled {
  color: #ccc;
  cursor: default;
}
#searchTable BUTTON.disabled:hover {
	background-color: #fff;
	border: 1px solid #000;
}
BUTTON::-moz-focus-inner {
	border: none;
	padding: 0px;
}
#searchTable INPUT.dropdown {
	cursor: default;
}

#searchTable SPAN.dropdown INPUT {
	width: 12px;
	height: 12px;
}
#searchTable SPAN.dropdown {
	min-width: 176px;
	position: absolute;
	top: 0px;
	background-color: #fff;
	white-space: nowrap;
	border: 1px outset #000;
	border-left-width: 2px;
	max-height: 500px;
	overflow: auto;
}
#searchTable LABEL {
	display: block;
	min-width: 176px;
	width: 100%;
	padding: 2px 0px 2px 0px;
	height: 11px;
	vertical-align: middle;
}
#searchTable SPAN.small, #searchTable SPAN.small LABEL, #searchTable SPAN.small SPAN.dropdown {
	min-width: 40px;
}
#searchTable SPAN.small INPUT {
	width: 40px;
}
#searchTable LABEL.hover {
	background-color: #0000A0;
	color: #fff;
}
#searchTable LABEL.disabled {
	color: #ccc;
}

/* checkbox */
#searchTable LABEL INPUT {
	display: none;
	position: absolute;
	width: 1px;
	height: 1px;
}
/* check */
#searchTable LABEL SPAN.checkSpan {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	width: 10px;
	line-height: 10px;
	font-family: "arial unicode MS", arial;
}

/*## Search result */
#searchResult {
	width: auto;
}
.searchResult td {
	vertical-align: middle;
}
.searchResult td.lineheight {
	line-height: 21px;
}
.searchResult td.nopadd {
	padding: 0 0 0 0;
}
.searchResult td.nowrap {
	white-space: nowrap;
}
.searchResult td.wrap {
	white-space: normal;
}
.searchResult td.maxwidth {
	/* max-width: 340px; */
}
.searchResult td.center {
	text-align: center;
}
button.showHideColumns {
	width: 75px;
}
.searchResult td a.tda {
	display: inline-block;
	margin: -10em;
	padding: 10em;
	width: 100%;
}
.searchResult td {
	cursor: auto;
	overflow: hidden;
}

th.column {
	position: relative;
	border: none;
}
th.column .hide_column {
	font-size: 9px;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 6px;
}

.selsearch {
	font-size: 12px;
	margin-left: 3px;
}
