/***** Calendar E3C79C*****/
#ee_miniCalendarContainer{ 
width:190px;
border:1px solid #6E4740;
padding:0;
margin:20px auto;
line-height:1.4em;
}
.ee_miniCalendar{
}
.ee_current{

}
.ee_friday{
}
.ee_monday{
}
.ee_saturday{
}
.ee_sunday{
}
.ee_thursday{
}
.ee_tuesday{
}
.ee_wednesday{
}
.ee_monthCurrent{
}
.ee_monthNav{
}
.ee_monthPlus{
}
.ee_monthMinus{
}
.ee_noLinkDay{
}
.ee_miniCalendarDays td.ee_next{
    background: #B0B0B0;
}
.ee_miniCalendarDays td.ee_prev{
    background: #B0B0B0;
}
.ee_selected{
}
/* the table */
.ee_miniCalendarDays{ 
    width:100%;
    text-align:center;
}
.ee_miniCalendarDays th{
    background: #6E4740;
    color: white;
}
.ee_miniCalendarDays td{
    background: #FBF8EF;
}
.ee_miniCalendarDays a{
    color: #ffffff;
    display:block;
    border: none;
    background: #B40936;
}   
.ee_miniCalendarNav{
    font-size: 1.5 em;
    font-weight: bold;
	width:100%;
}
	table.ee_miniCalendarNav, table.ee_miniCalendarDays { border-collapse: collapse;}
	table.ee_miniCalendarNav tr {background:#E8D1B0;}
.ee_miniCalMonth{
    text-align: center;
}
.ee_miniCalNext{
    width: 20px;
    text-align: center;
	font-size:7px;
	background:#6E4740;
}
.ee_miniCalNext a{
    color: #E3C79C;
    border: none;
    font-size: 1.8em;
}
.ee_miniCalPrev{
    width: 20px;
    text-align: center;
	font-size:7px;
	background:#6E4740;
}
.ee_miniCalPrev a{
    color: #E3C79C;
    border: none;
    font-size: 1.8em;
}
.ee_miniCalYear{ text-align:center;
}
.ee_miniCalendarDays td.ee_today{
    color:#E8D1B0;
background:#6E4740;

}
.ee_yearCurrent{
}
.ee_yearNav{
}
.ee_yearPlus{
}
.ee_yearMinus{
}
/***** Events List *****/
#ee_listDetailsContainer{
    margin-top:20px;
}
.easyEventsList_group{
line-height:1.5em; font-size:11px;
}
.easyEventsList_heading{
    font-size: 14px;
	font-weight:bold;
    color: #6E4740;
	margin:0 0 5px 0;
	background:#E8D1B0;
	padding:3px 0 3px 3px;
}
.easyEventsList_events{
}
.easyEventsList_item{
}
.easyEventsList_time{
font-weight:bold;
}
.easyEventsList_title{
color:#660000; font-weight:bold; font-size:12px;
}


