/* CSS Document */
/***** Calendar *****/

#ee_miniCalendarContainer span {Margin: 0;
}
.ee_miniCalendar{margin: 15px; border: 1px solid #000; border-right: 0px;
}
.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 {padding: 5px 0; display: block;
}
.ee_miniCalendarDays td.ee_next{
    background: #bbb;
}
.ee_miniCalendarDays td.ee_prev{
    background: #bbb;
}
.ee_selected{
}
/* the table */
.ee_miniCalendarDays{ 
    width:100%;
    text-align:center;
}
.ee_miniCalendarDays th{
    background: #666;
    color: white; text-align: center; padding: 3px 0;
    border-right: 1px solid #000; 
}
.ee_miniCalendarDays td{
    background: #eeeeee; text-align: center;
    border-right: 1px solid #000; 
    border-top: 1px solid #000;  
}
.ee_miniCalendarDays a{
    color: #fff; font-weight: bold;
    display:block;
    border: none;
    background: #FD9C18;
    /* padding: px; */
    text-decoration: none;
}

.ee_miniCalendarDays a:hover {background-color: #666;}
   
.ee_miniCalendarNav{
    font-size: 1.5 em;
    font-weight: bold;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.ee_miniCalMonth{
    text-align: center; padding: 0 0 3px 0;
    font-weight: bold;
}
.ee_miniCalNext{
    width: 25px;
    text-align: center;
}
.ee_miniCalNext a{
    color: #000;
    border: none;
    font-size: 1.5em;
}
.ee_miniCalPrev{
    width: 25px;
    text-align: center;
}
.ee_miniCalPrev a{
    color: #000;
    border: none;
    font-size: 1.5em;
}
.ee_miniCalYear{ width: 240px; text-align: center; padding: 3px 10px 0;
}
.ee_miniCalendarDays td.ee_today{
    background: #bbbbbb;
}
.ee_yearCurrent{
}
.ee_yearNav{
}
.ee_yearPlus{
}
.ee_yearMinus{
}
/***** Events List *****/
#ee_listDetailsContainer{
    margin-top: 10px;
    padding:10px;
    border-top:2px solid #666;
}
.easyEventsList_group{
}
.easyEventsList_heading{
    font-size: 1.3em; font-weight: bold; padding: 0 0 5px; 0
    color: #666;
}
.easyEventsList_events{
}
.easyEventsList_item{padding: 5px 0px;
}
.easyEventsList_time{ padding: 0px 0px;
}
.easyEventsList_title{
}
.easyEventsList_title a{font-size: 125%; color: #000;
text-decoration: underline; padding: 0px 10px; margin: 0 -10px;}
.easyEventsList_title a:hover{ display: block; 
background-color: #FD9C18; color: #fff; 
}


