/* overall table */
#calendar-full table {
    border:1px solid #fff;
    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: #eee;
    color: #000;
    padding: 6px;
    margin: 0;
    text-align: right;
    vertical-align: top;
    border: 1px solid #fff;
    width: 13%;
    min-height: 80px;
    height: auto !important;
    height: 80px;
    border-collapse: separate;
}

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

#calendar-full tr.dayname td {
    text-align: center;
    background: #333;
    color: #fff;
    padding: 5px 0;
    }

#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;
    font-size: .8em;
    }

#calendar-full .eventcontent .event_time {
    color: #666;
    }

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {
    height:400px; 
    width:600px;
    background-color:#FAF5E2; 
    border:3px solid #ccc;
    padding-top: 0px;
    color: #333;
    }
    
#simplemodal-container a.modalCloseImg {
    background:url('x.png') no-repeat; 
    width:25px; 
    height:29px; 
    display:inline; 
    z-index:3200; 
    position:absolute; 
    top:-15px; 
    right:-18px; 
    cursor:pointer;
    }
    
.simplemodal {
    padding: 10px 20px;
    }
    
.simplemodal h3 {
	}
    
.simplemodal p {
	}
	
.simplemodal .description {
	}
	

