.ee_miniCalNext, .ee_miniCalYear, .ee_miniCalMonth, .ee_miniCalPrev {
    background-color: #444;
    color: #fff;
    text-align: center;
    height: 15px;
}

.ee_miniCalNext, .ee_miniCalPrev {
	width: 25px;
    font-size: 1.5em;
}

.ee_miniCalYear, .ee_miniCalMonth {
	width: 125px;
    font-size: 1.1em;
}

.ee_miniCalendarNav a:link, .ee_miniCalendarNav a:active, .ee_miniCalendarNav a:visited {
	background-color: #444;
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
}
		
.ee_miniCalendarNav a:hover {
    background-color: #444;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.ee_miniCalendarDays {
    border: 1px solid black;
    width: 175px;	
}

.ee_miniCalendarDays td {
	width: 25px;
	height: 20px;
	text-align: center;
	font-size: 1.3em;
}

.ee_miniCalendarDays .ee_current {
    background-color: #EEEEEE;
    color: #666666;
}

.ee_miniCalendarDays .ee_prev, .ee_miniCalendarDays .ee_next {
    background-color: #CCCCCC;
    color: #999999;
}

.ee_miniCalendarDays a:link {
    background-color: #EEEEEE;
    color: #333333;
	font-weight: bold;
    font-size: 1.3em;
    text-decoration: none;
}

.ee_miniCalendarDays a:hover {
    background-color: #EEEEEE;
    color: #000000;
}

.easyEventsList_heading {
	font-size: 1.5em;
	padding: 5px 0 5px 0;
       font-weight: bold;
}

.easyEventsList_time {
    font-size: 0.9em;
}

.easyEventsList_title {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0 10px 0;
}