
.unicode {
    font-family: "Times New Roman", "Times New", "Times Roman", "Times", serif;
}

a.calendaroptions {
    position: absolute;
    right: 3px;
    font-size: 80%;
    line-height: 1.5625;
    top: 3px;
}

h2.monthName {
    position: relative;
    text-align: center;
    background-color: #4a715a;
    color: white;
}

h2.monthName a {
    padding: 0 20px;
    text-decoration: none;
    color: #d7deda;
}

h2.monthName a:hover {
    background-color: #7da08c;
    color: white;
}

table#calendar {
    border-collapse: separate;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #164128;
    border-top: 0;
}

table#calendar thead th {
    border: 1px solid #164128;
    background: #164128;
    color: white;
}

table#calendar td.day {
    width: 14%;
    height: 5em;
    border: 1px solid #164128;
    vertical-align: top;
}

table#calendar td.day div.daylabel {
    margin: 1px 0;
    padding: 0 2px;
    font-weight: bold;
    border-bottom: 1px dotted #164128;
}

table#calendar td.day.othermonth div.daylabel {
    color: gray;
    border-bottom: 1px dotted #7da08c;
}

table#calendar td.day div.event {
    margin: 1px;
    border: 1px solid black;
    padding: 2px;
    background: #dddddd;
    font-size: 75%;
}

table#calendar td.day span.times {
    display: block;
    color: #cc0000;
}

table#calendar td.day div.event a {
    text-decoration: none;
    color: black;
}

