@charset "utf-8";
/* CSS Document */
.eventcontent{
	display:none;
	position:absolute;
	width:100%;
	top:200px;
	left:0px;
	padding:5px;
	background-color:#FFF;
	text-align:center;
}

.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #CCC!important;
	border: solid 1px #a80532;
	height:20px;
	width:20px;
}
.event a {
	color: #a80532;
}
