/*
+----------------------------------------------------------------------+
| Advanced Filter Mod                                                  |
+----------------------------------------------------------------------+
| Copyright (c) 2009-2011 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           |
|                                                                      |
+----------------------------------------------------------------------+
*/

#filter_wrapper{
	width: 100%;
	float: left;
	text-align: center;
}

div.filter_line{
	float: left;
	padding: 5px 0px;
	clear: both;
}

.filter_line_input{
	border: 1px solid black;
	padding: 0px;
	margin: 0 -10px 0 0;
	cursor: pointer;
	float: right;
}

div.filter_item{
	float: left;
	padding: 0px 5px 0px 0px;
}

.filter_item select{
	width: 100%;
}

.filter_item input{
	display: block;
	width: 97%;
	margin: 3px 0px 0px 0px;
}

#add_advf{
	border: 1px solid black;
	margin: 3px 0px 0px 0px;
	cursor: pointer;
}
