.filterControl {
	position: absolute;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid black;
	width: 590px;
	font-size: 13px;
}
.filterControlTable {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}
.filterControlTable caption {
	width: auto !important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid black;
	padding: 4px;
	background-color: #ffecb3;
}
.filterControlTable label {
	font-weight: bold;
}
.filterControlTable td {
	white-space: nowrap;
	padding: 4px;
	vertical-align: text-bottom;
	text-align: left;
}
.filterControlTable td.x {
	text-align: left;
	width: 125px;
}
.filterControlTable td.y {
	text-align: center;
	width: 25px;
}
.filterSummary {
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #C6C6C6;
	font-size: 13px;
	margin: 12px;
	width: 550px;
}
.filterSummary select {
	width: 180px;
}
.filterSummary select.medium {
	width: 315px;
}
.filterSummary select.wide {
	width: 366px;
}
.filterSummary label {
	color: #696969;
	font-weight: bold;
}
.filterPreamble {
	float: left;
	vertical-align: text-top;
	display: inline-block;
	width: 350px;
	color: #696969;
	font-size: 15px;
	font-weight: bold;
}
.filterChange {
	float: right;
	vertical-align: text-top;
	text-align: right;
	display: inline-block;
	width: 250px;
}
.filterChange a:link, .filterChange a:visited {
	color: #0B6997;
}
.filterDesc {
	margin-right: 15px;
	clear: left;
}
.filterDesc ul, .filterDesc li {
	color: #000000;
}
.filterDesc ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
.filterValue {
	font-style: italic;
}
.asmListItem {
	width: 350px;
}
.asmListItem > span {
	width: 280px;
	overflow: hidden;
}
.asmSelect {
	width: 350px;
}
.hintlink.noicon.filter {
	font-style: italic;
	border-bottom: 1px dashed;
}
