@charset "UTF-8";
/* CSS Document */

div.fbutton .add {
	background:transparent url(images/add.png) no-repeat scroll left center;
}
div.fbutton .lockfilterfilter {
	background:transparent url(images/lock.png) no-repeat scroll left center;
}
div.fbutton .unlockfilterfilter {
	background:transparent url(images/lock_open.png) no-repeat scroll left center;
}
div.fbutton .delete {
	background:transparent url(images/cross.png) no-repeat scroll left center;
}
div.fbutton .filter {
	background:transparent url(images/magnifier.png) no-repeat scroll left center;
}
div.fbutton .clearfilter {
	background:transparent url(images/magnifier.png) no-repeat scroll left center;
}
div.fbutton .applyfilter {
	background:transparent url(images/accept.png) no-repeat scroll left center;
}
div.fbutton .closefilter {
	background:transparent url(images/arrow_090.png) no-repeat scroll left center;
}
div.fbutton .selectall {
	background:transparent url(images/selectall.png) no-repeat scroll left center;
}
div.fbutton .unselectall {
	background:transparent url(images/unselect.png) no-repeat scroll left center;
}
div.fbutton .export {
	background:transparent url(images/disk.png) no-repeat scroll left center;
}
div.fbutton .reload{
	background:transparent url(images/load.png) no-repeat scroll left center;
}

.filterpanels{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px solid #eee;
	overflow: hidden;
	color: #000;
}
	div.fbutton, div.fpanel
		{
			float: left;
			display: block;
			cursor: pointer;
			padding: 1px;
		}

	div.fbutton div
		{
			float: left;
			padding: 1px 3px;
		}		
		
	div.fbutton span
		{
		float: left;
		display: block;
		padding: 3px;
		}

	div.fbutton:hover, div.fbutton.fbOver
		{
			padding: 0px;
			border: 1px solid #ccc;
		}

	div.fbutton:hover div, div.fbutton.fbOver div
		{
			padding: 0px 2px;
			border-left: 1px solid #fff;
			border-top: 1px solid #fff;
			border-right: 1px solid #eee;
			border-bottom: 1px solid #eee;
		}	

