
#calendar {
border-collapse: separate;
border-spacing: 1px;
width: 100%;
}

a.floatright {
padding: 2px 5px;
background: #fff;
}

#calendar td {
vertical-align: top;
border: 1px solid #e4e4e4;
}

#calendar td.nobordr {
border: none;
}

.calhead th {
text-align: center;
}

#calendar th a {
padding: 5px;
display: block;
}

.daynames {
text-align: center;
font-weight: bold;
color: #8F8F8F;
}

.day {
min-height: 40px;
height: auto !important;
height: 40px;
}

.cellhed {
text-align: center;
font-weight: bold;
border-bottom: 1px solid #e4e4e4;
background-color: #80AF2D;
color: #fff;
}

.cellhed h2 {
color: #fff;
padding: 8px;
}

.cellhed img {
float: right;
border: none;
margin: 1px;
}

.cellhedtoday {
text-align: center;
background-color: #8F8F8F;
font-weight: bold;
}

.eventodd {

}

.eventodd, .eventeven {
display: block;
border-bottom: 1px dotted;
text-align: left;
font-family: tahoma;
font-size: 10px;
padding: 2px;
}

.eventodd:hover, .eventeven:hover {
border-bottom: 1px solid;
}

.detailsinner {
padding: 10px;
}

.calhead td {
text-align: center;
font-weight: bold;
}