

#calendar {
border-collapse: separate;
border-spacing: 1px;
}

#calendar a {
color: #558F08;
}

#calendar td {
vertical-align: top;
}

.calhead th {
text-align: center;
}

#calendar th a {
padding: 5px;
display: block;
}

#calendar th a:hover {
color: #fff;
background: #8CC63E;
}

.daynames {

background-color: #D4E6F4;
text-align: center;
font-weight: bold;
color: #7b7973
}

.day {

background-color: #F1FFDF;
min-height: 40px;
height: auto !important;
height: 40px;
}

.day a:hover div {
background-color: #B3D5EF;
text-decoration: none;
color: black;
}

.cellhed {
text-align: center;
background-color: #8CC63E;
font-weight: bold;
color: #fff;
}

.cellhed img {
float: right;
border: none;
margin: 1px;
}

.cellhedtoday {
text-align: center;
background-color: #B3FF4F;
font-weight: bold;
}

.eventeven {
text-align: left;
font-family: tahoma;
font-size: 10px;
background-color: #D5EFD1;
border-bottom: 1px black #B9CF9B;
padding: 2px;
}

.eventodd {
text-align: left;
font-family: tahoma;
font-size: 10px;
background-color: #eeeeee;
border-bottom: 1px black solid #B9CF9B;
padding: 2px;
}

.detailsinner {
padding: 10px;
}

.calhead td {
text-align: center;
font-weight: bold;
}
