/* overall table */
#calendar-mini table {
    padding: 0;
    width: 190px;
    margin:0 0 5px 2px;
	font-size:9px
    }



#calendar-mini td.monthnavigation,
#calendar-mini td.monthname {
    text-align: center;
	font-weight:bold
    }

/* how days this month will look, make dates appear in top right */
#calendar-mini td.monthday,
#calendar-mini td.event {
    background: #eee;
    color: #999;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: top;
    border: 1px solid #fff;
    width: 10px;
    border-collapse: separate;
}
#calendar-mini td.event {
	background-color:#578523
}
#calendar-mini td.event a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none
}
#calendar-mini td.nomonthday {
    background: transparent;
    }

#calendar-mini tr.dayname td {
    text-align: center;
    }

#calendar-mini a {
    text-decoration: none;
    }

#calendar-mini a:hover {
    text-decoration: underline;
    }
        
#calendar-mini .simplemodal {
    display: none;
    }

#calendar-mini .eventcontent {
    text-align: left;
    padding-bottom: 0;
    display: none;
    }