#calendar_wrapper {
    padding: 5px 0;
}

td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
}

#calback {
	background: #FFF url('../images/calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 190px;
}

#calendar {
    position: relative;
    display: table;
}

#calendar table.cal {
	background: #FFF;
	width: 100%; 
	border-spacing: 1px;
}

.calhead {
	width: 100%;
	height: 25px;
	color: #FFF;
	font-size: 12px;
	background: #3B8F2D;
}

#calendar table.calhead td, #calendar table tr.dayhead td, #calendar table tr.dayrow td {
    vertical-align: middle;
}

.calhead img {
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEF6F9;
}

.dayhead td {
	text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #3B8F2D;
}

.dayrow {
	background: #3B8F2D;
	height: 25px;
}

.dayrow td {
	width: 25px;
	color: #FFF;
	font-size: 11px;
}

.day {
    font-weight: none;
    text-align: center;
}

.dayactually {
    font-weight:bold;
    color: #E3F5E0;
}

.dayover {
	background: #8EBE87;
}

.dayout {
	background: #3B8F2D;
}

#calendar a.event {
    display: block;
    font-weight: bold;
    color: #FFFF00;
    text-decoration: none;
}
