/*
+----------------------------------------------------------------------+
| Advanced Filter Mod                                                  |
+----------------------------------------------------------------------+
| Copyright (c) 2009 BCSE LLC. dba BCS Engineering                     |
+----------------------------------------------------------------------+
|                                                                      |
| Advanced Filter Mod is subject for version 2.0 of the BCSE           |
| proprietary license. That license file can be found bundled with     |
| this package in the file BCSE_LICENSE. A copy of this license can    |
| also be found at                                                     |
| http://www.bcsengineering.com/license/BCSE_LICENSE_2.0.txt           |
|                                                                      |
+----------------------------------------------------------------------+
*/

#customer_filter{
	padding: 0 2px 0 0;
	margin: 0px;
	float: left;
	clear: both;
	overflow: hidden;
}

.filter_select_wrapper{
	float: left;
}

.filter_dropdown_wrapper{
	float: left;
}

.filter_select{
	padding: 2px 5px;
	font-weight: bold;
	float: left;
	clear:both;
}

.filter_select option {
	margin: 0px; 
	padding: 0px 0px 0px 3px;
}

.filter_input{
	float: left;
	padding: 3px 0;
	clear:both;
}

.filter_input input{
	border: 1px solid black;
	cursor: pointer;
}

.clear_div{
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 0px;
	height: 0px;
}

.ajax_overlay{
	background: white;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	overflow: hidden;
	position: absolute;
	z-index: 499;
}
