
/** SVN COMMENT ****************************************************************
 *
 * - $Id: filter.css 5882 2009-10-16 12:37:13Z hholtmaat $
 *
 * Copyright Rovecom ICT BV
 *
 ******************************************************************************/

.clear {
  clear: both;
}
.content-filter-criteria img {
  background-image: url(/images/icons/cross_small.gif);
  background-repeat: no-repeat;
  height: 19px;
  vertical-align: bottom;
  width: 19px;
}
.content-filter-characters{
	float: left;
	width : 598px;
	background-color: white;
	border: 1px solid silver;
	border-right: none;
}
.content-panel-block{
	float: left;
}

.content-panel{
	background-color: #E5E5E5;
	border:1px solid silver;
	background-image: url(../images/filter_bar_back.gif);
	background-repeat: repeat-x;
	float: left;
	width : 100%;
	padding: 4px;
  margin: 0;
  height: 24px;
}
.content-filter {
  float: left;
  width: 100%;
}

.content-panel-block input, .content-panel-block select{
	border: 1px solid #818181;
  margin-right: 4px;
  margin-top: 2px;
	float: left;
}
.content-panel-block input.button{
	border: none;
	background-image: none;
	background-color: transparent;
	margin-right: 10px;
}
.content-filter-criteria{
	margin-top: 10px;
	float: left;
	color: #696969;
	font-size: 10px;
	font-weight: bold;
	border-left: 1px solid gray;
  width: 100%;
}
.filter-item{
	float: left;
	background-image: url(../images/filter_result_back.gif);
	background-repeat: repeat-x;
	line-height: 19px;
	border: 1px solid gray;
	padding-right: 5px;
}

.active-filter-item{
	background-image: url(../images/filter_result_back.gif);
	background-repeat: repeat-x;
	line-height: 19px;
	border: 1px solid gray;
	border-left :none;
	float: left;
	padding-left: 5px;
}
.active-filter-item-renew{
	background-image: url(../images/filter_result_back_red.gif);
	background-repeat: repeat-x;
	line-height: 19px;
	border: 1px solid gray;
	float: right;
	padding-left: 5px;
}
.active-filter-item-renew a, 
.active-filter-item-renew a:link,
.active-filter-item-renew a:active,
.active-filter-item-renew a:visited 
{
	color: maroon;
  text-decoration: none;
	line-height: 19px;
	font-size: 10px;
  padding-right: 10px;
}
.content-body {
  clear: both;
}
