*
{
    font-family: Verdana;
    font-size: 11px;
}
/*
UP OPMAAK
*/

.up-selector-ZoekFilterWrapper
{
		height: 100%;
		width: 398px;
		float: left;
		margin-left: 0px;
		margin-bottom: 20px;
		padding: 0px;
}

.up-selector-ResultatenWrapper
{
		height: 100%;
		width: 500px;
		float: left;
		margin-left: 10px;
		margin-bottom: 20px;
		padding: 0px;
}

.up-selector-ZoekFilterHeaderWrapper
{
}

.up-selector-ZoekFilterWrapperHeader
{
		color: #000000; /*black*/
		font-weight: bold;
		font-size: 12px;
		display: block;
		text-transform: uppercase;
}

.up-selector-GroupWrapperHeader
{
		color: #000000; /*black*/
		display: block;
		font-weight: normal;
		/*text-transform: uppercase;*/
}

.up-selector-ResultatenHeaderWrapper
{
}

.up-selector-ResultatenLijstWrapperHeader
{
		color: #000000; /*black*/
		font-weight: bold;
		font-size: 12px;
		display: block;
		text-transform: uppercase;
}

.up-selector-ResultatenLijstWrapper
{
		padding-top: 0px;
		color: #000000; /*black*/
		font-family: verdana;
		font-size: 11px;
}

.up-selector-CriteriumTitle-ddl
{
		font-family: verdana;
		font-size: 11px;
		color: #000000; /*black*/
		font-weight: bold;
		width: 100px;
		display: block-inline;
		float: left;
}

.up-selector-CriteriumTitle-cb
{
		font-family: verdana;
		font-size: 11px;
		color: #000000; /*black*/
		font-weight: bold;
		width: 150px;
		display: block-inline;
		float: none;
}

.up-selector-CriteriumTitle-tm
{
		font-family: verdana;
		font-size: 11px;
		color: #000000; /*black*/
		font-weight: bold;
		width: 150px;
		display: block-inline;
		float: none;
}

.up-selector-ZoekFilterList
{
		margin: 0px;
		padding: 0px;
}

.up-selector-ZoekFilter-conditionsWrapper ul
{
		list-style: none;
		padding: 0px;
}


.up-selector-ZoekFilter-conditionsWrapper ul li
{
    margin-bottom: 1px;
}

.up-selector-ZoekFilter-listWrapper li
{
		float: none;
		padding: 0xp;
		margin-bottom: 1px;
		color: #000000; /*black*/
		font-family: verdana;
		font-size: 11px;
}

.up-selector-Criteria-ddlSelect
{
		width: 200px;
		color: #000000; /*black*/
}

.up-selector-Criteria-inputCb
{
		width: 200px;
		float: none;
		color: #000000; /*black*/
}

.up-selector-HiddenDataWrapper
{
		position: absolute;
		top: 350px;
		left: 1000px;
		margin: 0px;
		padding: 0px;
		background-color: silver;
		display: none;
}

.up-selector-HiddenPreselectHelperWrapper
{
		position: fixed;
		bottom: 100px;
		right: 0px;
		margin: 0px;
		padding: 0px;
		background-color: silver;
		display: block;
}

.up-selector-HiddenPreselectHelperWrapper input
{
		width: 500px;
}

.up-selector-HiddenTriggerWrapper
{
		position: absolute;
		top: 100px;
		left: 800px;
		margin: 0px;
		padding: 0px;
		background-color: silver;
		display: none;
}

.up-selector-HiddenTriggerWrapper input
{
        width: 250px;
}

/* RESULTATEN */
.up-selector-resultContainer
{
		float: none;
		border: 1px solid silver;
		background-color: #ffffff; /*white*/
		margin-bottom: 20px;
}

.up-selector-resulttitle
{
		float: none;
		background-color: red;
}

.up-selector-resultdesc
{
		float: none;
		background-color: silver;
		margin-bottom: 15px;
}

.up-selector-resultBestekButton
{
		cursor: pointer;
		color: red;
}

.up-selector-resultProdbladButton
{
		cursor: pointer;
		color: silver;
}

.up-selector-resultArtbladButton
{
		cursor: pointer;
		color: silver;
}

.up-selector-resultExtraButton
{
		cursor: pointer;
}

.up-selector-resultExtra2Button
{
		cursor: pointer;
}

.up-selector-ResetButton
{
		cursor: pointer;
}

.up-selector-InfoButton
{
		height: 14px;
		width: 11px;
		background-image: url("../images/info.png");
		float: left;
		margin-top: 4px;
		margin-right: 8px;
}

.up-selector-ResetClass
{
		height: 14px;
		width: 11px;
		background-image: url("../images/trashbin.png");
		float: left;
		margin-top: 4px;
}

.test
{
		display: none;
}

/* PROJECT SELECTOR*/
.up-selector-GeoTextBoxResetButton
{
		cursor: pointer;
}

.up-selector-Criteria-geoTextBox
{
		width: 200px;
}

#up-selector-map
{
		width: 285px;
		height: 285px;
}


/* ZB MODAL WINDOW */
.up-selector-MbOverlayWrapper
{
		position: fixed;
		overflow: hidden;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 100%;
		background-color: #000000;
		display: none;
		zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.5;
}

.up-selector-MbContentWrapper
{
		position: fixed;
		overflow: hidden;
		z-index: 91;
		width: 50%;
		height: 50%;
		margin-top: 15%;
		margin-left: 25%;
		margin-right: auto;
		border: 4px solid #777;
		display: none;
		background-color: #ffffff; /*white*/
}

.up-selector-MbTopmenuWrapper
{
		z-index: 91;
		width: 100%;
		height: 20px;
		margin: 0px;
		background-color: #ffffff; /*white*/
		/*text-align: right;*/
}

.up-selector-MbContent
{
		background-color: #ffffff; /*white*/
		width: 100%;
		height: 100%;
		overflow-x: hidden;
}

.up-selector-MbTopmenuWrapper div
{
		float: left;
}

.up-selector-MbHeader
{
		padding-left: 5px;
		color: #000000;
}

.up-selector-MbOpenButton
{
		cursor: pointer;
}

.up-selector-MbCloseButton
{
		padding-right: 5px;
		color: #000000;
		cursor: pointer;
}

.up-selector-MbContentCriteriumDesc
{
		width: 100%;
		background-color: #ffffff; /*white*/
}

.up-selector-MbContentCondition
{
		float: left;
		margin-top: 10px;
		margin-right: 15px;
		width: 500px;
}

.up-selector-MbContentConditionHeader
{
		cursor: pointer;
		background-color: #ffffff; /*white*/
}

.up-selector-MbContentConditionDesc
{
		background-color: #ffffff; /*white*/
}

#layer1wrapper
{
/*
		position: absolute;
		top: 500px;
		right: 20px;
*/
}

/*
.up-selector-headerDebug, .up-selector-headerHiddenInfo
{
		font-family: verdana;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: black;
}
*/

/*GALLERY */
.up-selector-jCarouselLiteGallery
{
		float: left;
		margin-right: 20px;
		border: 0px solid red;
}

.up-selector-GalleryButtons
{
		position: absolute;
		top: 0px;
		z-index: 10;
		height: 100%;
		cursor: pointer;
		width: 200px;
}

.up-selector-GalleryOpenUrlClass
{
		z-index: 11;
		border: 0px solid blue;
		width: 100px;
		height: 100px;
		background-color: green;
		float: left;
}

.up-selector-GalleryPrevClass
{
		position: absolute;
		top: 0px;
		z-index: 11;
		border: 0px solid red;
		width: 50px;
		height: 100px;
		background-image: url("../images/GalleryImageButtonBackground.png");
}

.up-selector-GalleryPrevClassMouseOver
{
		position: absolute;
		top: 0px;
		z-index: 11;
		border: 0px solid red;
		width: 50px;
		height: 100px;
		background-image: url("../images/GalleryImageButtonPrev.png");
		background-repeat: no-repeat;
		background-position:center;
}

.up-selector-GalleryNextClass
{
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 11;
		border: 0px solid blue;
		width: 50px;
		height: 100px;
		background-image: url("../images/GalleryImageButtonBackground.png");
}

.up-selector-GalleryNextClassMouseOver
{
		position: absolute;
		top: 0px;
		z-index: 11;
		border: 0px solid blue;
		width: 50px;
		height: 100px;
		background-image: url("../images/GalleryImageButtonNext.png");
		background-repeat: no-repeat;
		background-position:center;
}

.up-selector-GalleryImage
{
		/*width: 110px;
		height: 73px;*/
		margin-right:2px;
}

a
{
    color:#000000;
}