/* overall table */
#calendar-full table {
    border:0;
    padding: 0;
    margin:20px auto;
    }

#calendar-full .navigation td {
    font-weight: bold;
    font-size: 110%;
    padding: 0 0 6px 0;
    }
    
#calendar-full td.monthnavigation,
#calendar-full td.monthname {
    text-align: center;
    }

#calendar-full tr {
    min-height: 80px;
    height: 80px;
    }

#calendar-full tr.navigation,
#calendar-full tr.dayname {
    height: auto;
    }
    
/* how days this month will look, make dates appear in top right */
#calendar-full td.monthday,
#calendar-full td.event {
    background: #f9fff9;
    color: #339922;
    padding: 6px;
    margin: 0;
	font-size: 9px;
    text-align: right;
    vertical-align: top;
    border-right: 1px solid #ae4433;
    border-bottom: 1px solid #ae4433;
    border-top: 0;
    border-left: 0;
    width: 13%;
    min-height: 80px;
    height: auto !important;
    height: 80px;
    border-collapse: separate;
}

#calendar-full td.nomonthday {
    background: #fcfdfc;
    }

#calendar-full tr.dayname td {
    text-align: center;
    background: #fcfdfc;
    color: #228811;
    padding: 5px 0;
	font-weight: bolder;
    }

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

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

#calendar-full .eventcontent {
    text-align: left;
    padding-bottom: 6px;
    }
