@charset "utf-8";
/* CSS Document */

div.overlay {
	padding:40px;	
	width:576px;
	display:none;
	background-image:url(Images/Overlay/white.png);	
}

div.overlay div.close {
	background:url(Images/Overlay/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

div.overlay a {
	/*height:450px;*/
	height: 370px;
	display:block;
}

div.Homelife {
	background: url(Images/Homelife/Overlay.png) no-repeat;
	padding: 40px;
	width: 800px;
	height: 615px;
	display: none;
}

.Homelife .close {
	background-image:url(Images/Homelife/Close.png);
	position:absolute;
	right: 35px;
	top: 35px;
	cursor:pointer;
	height:28px;
	width:28px;
}

div.Feedback {
	background: url(Images/Feedback/Overlay.png) no-repeat;
	padding: 40px;
	width: 544px;
	height: 394px;
	display: none;
}

.Feedback .close {
	background-image:url(Images/Feedback/Close.png);
	position:absolute;
	right: 35px;
	top: 35px;
	cursor:pointer;
	height:28px;
	width:28px;
}
	
#FeedbackTest {
	background: url(Images/Feedback/Overlay.png) no-repeat;
	padding: 40px;
	width: 544px;
	height: 394px;
	display: none;
}

#FeedbackTest .close {
	background-image:url(Images/Feedback/Close.png);
	position:absolute;
	right: 35px;
	top: 35px;
	cursor:pointer;
	height:28px;
	width:28px;
}

div.EventDetails {
	background: url(Images/Feedback/Overlay.png) no-repeat;
	padding: 40px;
	width: 544px;
	height: 394px;
	display: none;
}

.EventDetails .contentWrap {overflow-y:auto; }


.EventDetails .close {
	background-image:url(Images/Feedback/Close.png);
	position:absolute;
	right: 35px;
	top: 35px;
	cursor:pointer;
	height:28px;
	width:28px;
}

#PopUp  {
	background: url(Images/Feedback/Overlay.png) no-repeat;
	padding: 40px;
	width: 544px;
	height: 394px;
	display: none;
}

#PopUp .close {
	background-image:url(Images/Feedback/Close.png);
	position:absolute;
	right: 35px;
	top: 35px;
	cursor:pointer;
	height:28px;
	width:28px;
}

#AToZPopUp  {
	background: url("Images/Feedback/Overlay.png") no-repeat;
	padding: 40px;
	width: 544px;
	height: 394px;
	display: none;
}

#AToZPopUpTitle {font-size:18px; font-weight:bolder; color: #283890;}

#AToZPopUp .close {
	background-image:url("Images/Feedback/Close.png");
	position:absolute;
	right: 35px;
	top: 35px;
	cursor:pointer;
	height:28px;
	width:28px;
}

#StandardPopUp  {
	background: url("Images/Feedback/Overlay.png") no-repeat;
	padding: 40px;
	width: 544px;
	height: 394px;
	display: none;
}

#StandardPopUpTitle {font-size:18px; font-weight:bolder; color: #283890;}

#StandardPopUp .close {
	background-image:url("Images/Feedback/Close.png");
	position:absolute;
	right: 35px;
	top: 35px;
	cursor:pointer;
	height:28px;
	width:28px;
}


.StandardPopUp  {
	background: url("Images/Feedback/Overlay.png") no-repeat;
	padding: 40px;
	width: 544px;
	height: 394px;
	display: none;
}

.StandardPopUpTitle {font-size:18px; font-weight:bolder; color: #283890;}

.StandardPopUp .close {
	background-image:url("Images/Feedback/Close.png");
	position:absolute;
	right: 35px;
	top: 35px;
	cursor:pointer;
	height:28px;
	width:28px;
}



#InteractiveMap {
	background: url(Images/Feedback/Overlay.png) no-repeat;
	padding: 40px;
	width: 544px;
	height: 394px;
	display: none;
}

#InteractiveMap .close {
	background-image:url(Images/Feedback/Close.png);
	position:absolute;
	right: 35px;
	top: 35px;
	cursor:pointer;
	height:28px;
	width:28px;
}
/*
#InteractiveMap span {text-decoration: none;}

#InteractiveMap span:hover {text-decoration: underline;}
*/
