﻿.popupInactiveBg
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	filter: alpha(opacity=65);
	opacity: .65;
	z-index: 2;
}

.popupContainer 
{
	position: relative;
	overflow: visible;
	width: 1012px;
	margin: 0px auto 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 3;
}

.searchextendedContainer
{
	position: absolute;
	padding: 46px 0px 0px 266px;
}

.searchextendedContainer .searchextendedHeader
{
}

.searchextendedContainer .searchextendedContent
{
	width: 386px;
	height: 100%;
	margin: 0px 0px 0px 6px;
	padding: 0px 10px 10px 10px;
	background-color: #e7e7e7;
	border-left: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
}

.searchextendedContainer .searchextendedContent .row
{
	width: 100%;
	height: 25px;
}

.searchextendedContainer .searchextendedContent .row .caption
{
	width: 110px;
	height: 20px;
	font-size: 11px;
	padding: 5px 0px 0px 0px;
	float: left;
}

.searchextendedContainer .searchextendedContent .row .field
{
	width: 276px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.searchextendedContainer .searchextendedContent .row .field input
{
	width: 270px;
}

.searchextendedContainer .searchextendedContent .selections
{
	width: 100%;
	font-size: 10px;
}

.searchextendedContainer .searchextendedContent .selections .header
{
	width: 100%;
	padding: 10px 0px 5px 0px;
}

.searchextendedContainer .searchextendedContent .selections .sources
{
	margin: 10px 0px 10px 0px;
	border-top: solid 1px #d7d7d7;
	height: 130px;
}

.searchextendedContainer .searchextendedContent .selections .sources .item
{
	width: 183px;
	height: 15px;
	padding: 2px 5px 0px 5px;
	margin: 0px 0px 4px 0px;
	float: left;
	cursor: pointer;
}

.searchextendedContainer .searchextendedContent .selections .sources .item.selected
{
	background: transparent url(../images/bg_zoeken_uitgebreid_source_selected.png) no-repeat top left;
}

.searchextendedContainer .searchextendedContent .selections .categories
{
	width: 100%;
	margin: 10px 0px 0px 0px;
	border-top: solid 1px #d7d7d7;
	height: 275px;
	overflow: hidden;
}

.searchextendedContainer .searchextendedContent .selections .categories .item
{
	width: 86px;
	height: 17px;
	padding: 2px 5px 0px 5px;
	margin: 0px 0px 4px 0px;
	float: left;
	cursor: pointer;
}

.searchextendedContainer .searchextendedContent .selections .categories .item.selected
{
	background: transparent url(../images/bg_zoeken_uitgebreid_category_selected.png) no-repeat top left;
}

.searchextendedContainer .searchextendedContent .buttonbar
{
	width: 100%;
	margin: 10px 0px 0px 0px;
	border: solid 1px #d7d7d7;
	padding: 10px 0px 0px 0px;
	height: 45px;
	background-color: #ffffff;
	text-align: center;
}

.searchextendedContainer .searchextendedContent .buttonbar .button
{
	width: 127px;
	height: 40px;
	background: transparent url(../images/bg_button.png) no-repeat top left;
	border: none;
}

.searchextendedContainer .searchextendedFooter
{
	margin: 0px 0px 0px 6px;
}


