/* General Easy Events styles */

#ee_miniCalendarContainer {
    margin: 0 1px 0 1px;
    padding:0px;
    float:left;
    font-size:12px;
    width:365px;
    background:#FFF;
	border-bottom: 0px solid #949494;
    border-top:0px solid #CCC;
    font-family: "Trebuchet MS",Verdana,Arial,sans-serif !important;
	color: #333333;
}
.ee_miniCalendarNav,
.ee_miniCalendarDays {
    margin:0;
    width:100%;
    margin: 0 2px 0 0px;
    text-align:center;
    border-collapse:collapse;
	border: 0px;
}

.ee_miniCalendarDays, .ee_miniCalendarDays td {
	border-top: 1px #949494 solid;
	border-bottom: 1px #949494 solid;
	border-left: 1px #949494 solid;
}

.ee_miniCalendarDays {
	border: none;
}

/* Calendar nav */

.ee_miniCalPrev,
.ee_miniCalNext {
    width:1.5em;
	margin-right: 1px;
}
.ee_miniCalPrev a, 
.ee_miniCalNext a {
    display:block;
    background:#EEE;
    color:#777;
	font-size: 24px;
	text-decoration: none;
}
.ee_miniCalPrev a:hover, 
.ee_miniCalNext a:hover {
    background:#CCC;
    color:#333333;
}

/* Calendar days header */

.ee_miniCalendarDays th {
    text-align:center;
    font-weight:bold;
    background:#fff;
	border: 0px;
}

/* Day variations */

.ee_prev, .ee_next {
    background:#fff;
    color:#bbb;
}
.ee_noLinkDay,
.ee_current a,
.ee_prev a,
.ee_next a {
    display:block;
}
.ee_today .ee_noLinkDay {
    border:1px solid #F90;
}
.ee_current a {
    background:#dfe6f5;
}
.ee_current 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:.5em 0 .1em 0;
    font-family: "Trebuchet MS",Verdana,Arial,sans-serif !important;
    font-size:138.5%;
    border-bottom:1px dotted #222;
}
.easyEventsList_description {
    font-size:90%;
}

.dayborder{
	border-right: 1px #fff solid !important;
	border-left: 1px #fff solid !important;
}

.ee_miniCalMonth{
	font-size: 14px;
	font-weight: bold;
}

.ee_miniCalendarNav{
	margin-bottom: 10px;
}
