
/****************************************************
* Popup1 
*/

#PopupWhy {
	top:345px;
	left:583px;
}

#PopupPrivacy {
	top:345px;
	left:663px;
}

.Popup1Container {
	position:absolute;
	width:290px;
}

.Popup1Top {
	background:url(../images/popup_top.png) top left no-repeat;
	height:27px;
	
}
.Popup1Content {
	padding-left:24px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:0px;
	background:url(../images/popup_bg.png) top left repeat-y;
	color:#009DD9;
}
.Popup1Bottom {
	background:url(../images/popup_bottom.png) top left no-repeat;
	height:10px;
}

.Popup1Content p {
	color:#009DD9;
}


/****************************************************
* Popup1 
*/

/*
.Popup {
	position:absolute;
	background:url(../images/popup.png) top left no-repeat;
	width:290px;
	height:128px;
}

.Popup .PopupContent {
	padding-left:24px;
	padding-top:36px;
	padding-right:20px;
}

.Popup .PopupContent p{
	color:#009DD9;
}
*/

#Register {
	float:right;
}

#Unsubscribe {
float:right;
padding-bottom:50px;
}

.dHomeEventList {
}
.dHomeEventListItem {
	width:220px;
	padding-right:11px;
	float:left;
}
.dHomeEventListItem .date {
	width:224px;
	padding-bottom:6px;
}
.dHomeEventListItem .image {
	width:224px;
	padding-bottom:6px;
}
.dHomeEventListItem .title {
	width:224px;
	padding-bottom:2px;
}
.dHomeEventListItem .title a {
	text-decoration:none;
	text-transform:uppercase;
}
.dHomeEventListItem .gallery {
	width:224px;
	padding-bottom:9px;
}
.dHomeEventListItem .description {
	width:224px;
}
