/*----------------------------------------------------------------------------
Cirkel Vakanties

Global

version:		2.0
modified: 	14 november 2007
author:		Sjoerd Gal - Trendesign <sjoerd@trendesign.nl>
-----------------------------------------------------------------------------*/

#overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
	
#overlaybox {
	padding: 0 0 30px 0;
	width: 100%;
	text-align: left;
	position: absolute;
	left: 0;
	z-index: 2000;
}

#overlaybox a img {
	border: none;
}

#overlaycontainer{
	margin: 0 auto;
	width: 680px;
	height: 645px;
	overflow: hidden;
	background: url(/img/bg_overlay.png) scroll no-repeat 0 0;
	position: relative;
}

#overlaybox.gegarandeerdvertrek #overlaycontainer,
#overlaybox.quickselector #overlaycontainer {
	width: 440px;
	height: 315px;
	background: url(/img/bg_overlay_quickselector.png) scroll no-repeat 0 0;
}

#contentfix {
	height: 645px;
	background: url(/img/bg_overlay.png) scroll no-repeat 0 0;
}

#overlaybox.gegarandeerdvertrek #contentfix,
#overlaybox.quickselector #contentfix {
	height: 315px;
	background: url(/img/bg_overlay_quickselector.png) scroll no-repeat 0 0;
}

html>body #contentfix {
	background: none;
}

#overlaycontent {
	padding: 20px 20px 0;
	height: 605px;
	overflow: hidden;
	background-color: transparent;
}

#overlaybox.quickselector #overlaycontent {
	height: 285px;
}

#overlaybox.gegarandeerdvertrek #overlaycontent {
	height: 485px;
}

#overlaybox #overlayload {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
}
	
#overlaybox #overlayload #loading-text {
	padding: 10px 0 0 5px;
	font: 9px Arial, Helvetica, sans-serif;
	color: #aaa;
	text-transform: uppercase;
	display: block;	
}

#overlaybox #close-link {
	position: absolute;
	top: 20px;
	right: 20px;
}

#overlaycontent .header {
	height: 40px;
}

#overlaycontent .header h2 {
	height: 26px;
	text-indent: -9999px;
}

#overlaycontent #tripinfo .overlayheader {
	height: 96px !important;
	overflow: hidden;
}

#overlaycontent #tripinfo .overlaybody {
	padding: 0 10px 0 0;
	height: 489px !important;
	overflow: auto;
}
