/* EVENTS MINI CALENDAR */
.mini-month {
	width: 176px;

}
.mini-month .mini-month-header {
	font-size: 0.9em;
	line-height:26px;
	text-align: center;
	font-weight: bold;
	background-image:url(http://www.eua.be/fileadmin/templates/plugins/calendar_top.png);
	background-repeat: no-repeat;
	height:42px;
	width:176px;
}
.mini-month .mini-month-header A {
	color: #005DA8;
	text-decoration: none;

}
.mini-month .mini-month-header A.orange {
	color:#FF8639;
}
.mini-month TD.day {
	text-align: center;
	font-size: 0.8em;
	border-top:1px solid #E8E9EA;
	border-left:1px solid #E8E9EA;
}
.mini-month TD.day A {
	text-decoration: none;
	color:#04538C;
/*	font-weight:bold;*/
}
.mini-month TD.has_events {
	background-color:#FF8639;
}
.mini-month TD.has_events A {
	color: #FFFFFF;
}

.mini-month TD.not_in_month {
	/*visibility: hidden;*/
	border-top:1px solid #E8E9EA;
	border-left:1px solid #E8E9EA;
}
.mini-month TD.not_in_month a {
	visibility: hidden;
}
.mini-month table {
width:176px;
height:130px;
border:1px solid #E8E9EA;
border-left:0px;
}

/* UPCOMING EVENTS */
.calendar_upcoming {

}
.calendar_upcoming .upcoming_title {
	color: #288EBD;
	font-size: 15pt;
	font-weight: bold;
	display:none;
}

.calendar_upcoming .single_event {
  font-size: 0.85em;
  width:160px;
  margin-left:10px;
  padding-bottom:5px;
  padding-top:6px;
  border-bottom:1px dashed #667F8A;
}

.calendar_upcoming .single_event .event_title {
  margin:0;
  padding:0;
  background-image:url(http://www.eua.be/fileadmin/templates/eua1/img/bullet_arrow_1.gif);
  background-position:0 5px;
  background-repeat:no-repeat;
  text-indent:10px;
}

.calendar_upcoming .single_event .event_title A {
  font-size:1em;

  text-decoration: none;
  font-weight:bold;
 color:#005DA8 !important;
}

.calendar_upcoming .single_event .event_time {
}
.calendar_upcoming .single_event .event_series {
}

.calendar_upcoming .single_event .event_teaser {
	/*padding-left: 25px;*/
}

