@charset "UTF-8";

/* Pop-up Events Setup */
.EventDate {
    font-family: Sans, Arial, Helvetica; 
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	background-color: #004d9d;
	}

.Event {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin-top:5px;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 1px;
	}
	
.EventDescription {
	font-family: Sans, Arial, Helvetica;
	font-size: 10px; 
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding: 2px;
	text-align: justify;
	}


.EventLocation {
	background-color: #eeeeee;
	font-size: 10px;
	color: #f29400;
	font-family: Sans, Arial, Helvetica;
	line-height:15px;
	}

.EventLocationBold {
	font-weight: bold;
	}
