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

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

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

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

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

table#calendar {
    border-collapse: separate;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #06260d;
    border-top: 0;
    background-color: #396641;
}

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

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

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

table#calendar td.day.othermonth {
    background-color: #194621;
}

table#calendar td.day.othermonth div.daylabel {
    color: #f2bc00;
    border-bottom: 1px dotted #06260d;
}

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

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

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


