a{
	text-decoration:none;
}
#POC_PopUp1{
	display:none;
}
.PopUP_modal{
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.PopUP_modal:target {
	opacity:1;
	pointer-events: auto;
}

.PopUP_modal > div {
	width: 300px;
	position: relative;
	padding: 2px 2px 2px 2px;
	border-radius: 10px;
	margin: 10% auto;
	background: white;
}
.PopUP_modal-header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    background-color: #5cb85c;
    color: #606061;
	padding: 20px 0px 5px 10px;
	font-size: 20px;
}
.PopUP_modal-footer {
    background-color: #5cb85c;
    color: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 5px 20px 30px 10px;
}
.event_link1{
	float:right;
	font-weight: bold;
	color: #606061;
	text-decoration: none;
}
.event_link1:hover { color: #00d9ff; }
.PopUP_close {
	background: #606061;
	color: #FFFFFF;
	line-height: 24px;
	position: absolute;
	right: 4px;
	text-align: center;
	top: 4px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.PopUP_close:hover { background: #00d9ff; }
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
