/*
	Dit is de style voor de Suggest op een lookup (als Google Suggest)
*/

.acHighlighted {
    cursor: pointer;
}


.suggest {
    position:absolute;
    left: 0px;
    top: 18px;
    margin-top: 2px;
    z-index: 1000;
    visibility:hidden;
    height: 12em;
    min-width: 200px;



    overflow: visible;

    overflow: -moz-scrollbars-vertical;

    overflow-x: hidden;

    overflow-y: auto;




    background-color: #FFF6CC;
    border: 1px solid #FFE97F;
    opacity: .95;

}


.suggest ul {
    padding: 0;
    margin: 0;
    list-style: none;
    /* overflow: auto; */
    min-width: 200px;

}

.suggest li {
    display: block;
    white-space: nowrap;
    cursor: pointer;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.suggest li.selected {
    background-color: #FFE97F;
    border-top: 1px solid #FFD400;
    border-bottom: 1px solid #FFD400;
}

/* Animated throbber */

input.autocomplete {
 background: #fff url(/verblijven/images/throbber.gif) no-repeat 100% 1px;
}

input.throbbing {
 background-position: 100% -18px;
}

/*
	For the Loading image (Gmail style)
	TODO: Eerst aanpassen van DWRUtil.useLoadingMessage in util.js 

	NB EERST TODO OPLOSSEN DAN HIER EVENTUEEL AANPASSEN!!
*/

.loadingDisabledZone {
	position: absolute;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.loadingMessageZone {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    padding: 4px;
}

/*
	Einde Loading image
*/
