/* General Easy Events styles */

#ee_miniCalendarContainer {
    margin:12px 0 12px 12px;
    padding:1px;
    float:right;
    font-size: 10px;
    width:160px;
    background:#FFF;
    border-bottom:1px solid #CCC;
    border-top:1px solid #CCC;
}
.ee_miniCalendarNav,
.ee_miniCalendarDays {
    margin:0;
    width:100%;
    text-align:center;
    border-collapse:collapse;
}

.ee_miniCalendarDays td, .ee_miniCalendarNav td {
	padding: 0;
}

/* Calendar nav */

.ee_miniCalPrev,
.ee_miniCalNext {
    width:18px;
}
.ee_miniCalPrev a, 
.ee_miniCalNext a {
    display:block;
    background:#EEE;
    color:#777;
    border-bottom:1px solid #FFF;
}
.ee_miniCalPrev a:hover, 
.ee_miniCalNext a:hover {
    background:#CCC;
    color:#000;
}

/* Calendar days header */

.ee_miniCalendarDays th {
    text-align:center;
    font-weight:bold;
    background:#CCC;
}

/* Day variations */

.ee_prev, .ee_next {
    background:#EEE;
    color:#777;
}
.ee_noLinkDay,
.ee_current a,
.ee_prev a,
.ee_next a, #monthsList a {
    display:block;
}
.ee_today .ee_noLinkDay {
    border:1px solid #F90;
}
.ee_current a {
    background:#CDF;
}
.ee_current a:hover, #monthsList a:hover {
    background:#06F;
    color:#FFF;
}
.ee_prev a,
.ee_next a {
    color:#777;
}
.ee_prev a:hover,
.ee_next a:hover {
    color:#FFF;
    background:#777;
}


/* Listing styles */
.easyEventsList_heading {
    margin:26px 0 6px 0;
    font-family:helvetica, arial,sans-serif;
    font-size:24px;
    border-bottom:1px dotted #222;
}
.easyEventsList_item {
	margin: 6px 0 6px 0;
    border-bottom:1px dotted #222;
}
.easyEventsList_time {
    font-size:10px;
}
.easyEventsList_title {
    font-size:14px;
}
.easyEventsList_description {
    font-size:10px;
}

#monthsList {
    margin:12px 0 12px 12px;
    padding:1px;
    float:right;
    font-size: 10px;
    width:160px;
    background:#FFF;
    border-bottom:1px solid #CCC;
    border-top:1px solid #CCC;
}

#monthsList p {
font-size: 10px;
float: left;
display: block;
width: 50px;
margin: 0;
padding: 1px;
text-align:center;
}
