/*
+----------------------------------------------------------------------+
| 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{
/*	border: 1px solid black;
	padding: 10px;

	float: left;
	clear: both;
	overflow: hidden;
*/
margin: 10px 0px;
background:none repeat scroll 0 0 #FFFFDD;
border-top: 1px solid #F46422; border-bottom: 1px solid #F46422;
overflow:hidden;
padding:4px 0 3px 0;
}

.filter_select_wrapper{
	float: left;
}

.filter_dropdown_wrapper{
	float: left;
}
.filter_select1{
    margin-top:3px;
	font-weight: bold;
	width:140px;
	float: left;
}
.btn_update{
background:none repeat scroll 0 0 #FFFFFF;
border:1px outset #999999;
cursor:pointer;
float:right;
font:12px/1.2em "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
padding:0 12px 3px;
width:60px;
}
.filter_select{
	padding: 2px 5px;
	float: left;
}

.filter_select select{
font:12px/1.2em "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;

}
.filter_input{
	float: right;
	padding: 0px 0px 0px 5px;
}

.filter_input input{
	border: 1px solid black;
	cursor: pointer;
}

.clear_div{
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 0px;
	height: 0px;
}

.ajax_overlay{
	background-color: white;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	position: absolute;
	z-index: 499;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.ajax_overlay img{
	width: 100px;
	height: 100px;
	margin: 5px auto 0 auto;
}

