.calendar {
    margin: 0;
}

.calendarheader {
    width: 524px;
    background: #eee;
    color: #555;
    text-align: center;
    padding-bottom: 5px;
    font-weight: bold;
    margin: 8px 0;
}

.calendarheader a {
    display: inline-block !important;
    width: auto !important;
    height: inherit !important;
    color: #777;
    text-decoration: none;
    line-height: 20px;
}

.calendardayblank, .calendardayyesterday, .calendardaytoday, .calendarday, .calendarhead {
    display: inline-block;
    width: 73px;
    height: 50px;
    float: left;
}

.calendarhead {
    height: 25px;
    background: #2b261c;
    font: bold 12px / 25px Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: center;
    border: 1px solid #edebeb;
}

.calendardayyesterday, .calendardaytoday, .calendarday {
    border: 1px solid #edebeb;
    font-size: 10px;
}

.daynum a {
    font-weight: bold;
}

.calendardayblank {
    background: #F7F7F7;
    border: 1px solid #edebeb;
}

.calendardaytoday {
    background: #d8d7b4;
    color: #2960A7;
}

.calendardaytoday a {
    background: #d8d7b4;
    color: #333333;
}

.calendardayyesterday:hover, .calendarday:hover {
    background: #d8d7b4;
    color: #2960A7;
}

.eventlink {
    float: left;
    overflow: hidden;
    width: 73px;
	font-size: 10px;
	text-decoration: none;
}

span.label {
    font-weight: bold;
}

#single_event {
    margin-left: 15px;
}

#single_event h3 {
    margin-bottom: 15px;
}

