
#popVacationOverlay {
	display: none;
	position: fixed;
	opacity: 0.5;
	filter: alpha(opacity=50);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000;
	z-index: 100000;
}


#popVacation {
	display: none;
	position: fixed;
    top: 0;
	width: 96%;
	margin-left: 2%;
	font-family: sans-serif; color: #444444;
	z-index: 10000000000;
}

#popVacation > div {
	max-width: 640px;
	width: 100%;
	margin: 25% auto 0;
	background-color: #c5c5c5;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
}

@media (max-width: 1024px) AND (orientation: landscape)
{
	#popVacation > div {
		margin-top: 10%;
	}
}

.popHeader {
	margin-bottom: 20px; 
	background: #bacccc
} 

.popHeader h4 {
	margin: 0; 
	padding: 10px 0;
	color: #53374c;
	border: none
}

.popHeader h4 a {
	float: right;
	padding: 10px 0;
	font-size: 1.5em;
	line-height: 0;
	color: #53374c;
}

.popHeader h4 a:hover {
	text-decoration: none;
	color: red;
}

.popHeader, .popBody {
	padding: 0 20px 0;
}

.popBody {
	padding-bottom: 1px;
}

.popBody a {
	color: #0873b1;
	border-bottom: 1px solid #0873b1;
}

.popBody a:hover {
	color: #000;
	border-bottom: 1px solid #777;
}

.popHrClose {
	text-decoration: none;
	text-align: center;
	padding: 5px 0 0;
	margin: 30px 0 8px;
	border-top: 1px dotted #555;
}

#popVacation a {
	text-decoration: none;
}

@media (min-width: 1024px)
{
	#popVacation.popVacationLight {
		top: auto;
		right: auto;
		left: 5px;
		bottom: 5px;
		margin: 0;
	}
	
	#popVacation.popVacationLight > div {
		margin: 0;
		max-width: 400px;
	}
	
	.popVacationLight .popHeader, .popVacationLight .popBody {
		padding: 0 15px 0;
	}
	
	#popVacation.popVacationLight .popHrClose {
		display: none;
	}
	
	.overlayVacationLight {
		display: none !important;
	}
}
